Changeset 2263


Ignore:
Timestamp:
08/01/19 14:53:29 (5 years ago)
Author:
pharms
Message:
 
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-generic-event-monitor/pom.xml

    r2260 r2263  
    116116            </plugin> 
    117117            <plugin> 
    118                 <groupId>org.codehaus.mojo</groupId> 
    119                 <artifactId>findbugs-maven-plugin</artifactId> 
    120                 <version>3.0.5</version> 
     118                <groupId>com.github.spotbugs</groupId> 
     119                <artifactId>spotbugs-maven-plugin</artifactId> 
     120                <version>3.1.12</version> 
    121121                <configuration> 
    122122                    <xmlOutput>true</xmlOutput> 
  • trunk/autoquest-htmlmonitor/pom.xml

    r2260 r2263  
    159159            </plugin> 
    160160            <plugin> 
    161                 <groupId>org.codehaus.mojo</groupId> 
    162                 <artifactId>findbugs-maven-plugin</artifactId> 
    163                 <version>3.0.5</version> 
     161                <groupId>com.github.spotbugs</groupId> 
     162                <artifactId>spotbugs-maven-plugin</artifactId> 
     163                <version>3.1.12</version> 
    164164                <configuration> 
    165165                    <xmlOutput>true</xmlOutput> 
  • trunk/autoquest-httpmonitor/pom.xml

    r2260 r2263  
    114114            </plugin> 
    115115            <plugin> 
    116                 <groupId>org.codehaus.mojo</groupId> 
    117                 <artifactId>findbugs-maven-plugin</artifactId> 
    118                 <version>3.0.5</version> 
     116                <groupId>com.github.spotbugs</groupId> 
     117                <artifactId>spotbugs-maven-plugin</artifactId> 
     118                <version>3.1.12</version> 
    119119                <configuration> 
    120120                    <xmlOutput>true</xmlOutput> 
  • trunk/autoquest-jfcmonitor/pom.xml

    r2260 r2263  
    7373            </plugin> 
    7474            <plugin> 
    75                 <groupId>org.codehaus.mojo</groupId> 
    76                 <artifactId>findbugs-maven-plugin</artifactId> 
    77                 <version>3.0.5</version> 
     75                <groupId>com.github.spotbugs</groupId> 
     76                <artifactId>spotbugs-maven-plugin</artifactId> 
     77                <version>3.1.12</version> 
    7878                <configuration> 
    7979                    <xmlOutput>true</xmlOutput> 
  • trunk/autoquest/pom.xml

    r2260 r2263  
    7171            </plugin> 
    7272            <plugin> 
    73                 <groupId>org.codehaus.mojo</groupId> 
    74                 <artifactId>findbugs-maven-plugin</artifactId> 
    75                 <version>3.0.5</version> 
     73                <groupId>com.github.spotbugs</groupId> 
     74                <artifactId>spotbugs-maven-plugin</artifactId> 
     75                <version>3.1.12</version> 
    7676                <configuration> 
    7777                    <xmlOutput>true</xmlOutput> 
Note: See TracChangeset for help on using the changeset viewer.