Changeset 2263
- Timestamp:
- 08/01/19 14:53:29 (5 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-generic-event-monitor/pom.xml
r2260 r2263 116 116 </plugin> 117 117 <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> 121 121 <configuration> 122 122 <xmlOutput>true</xmlOutput> -
trunk/autoquest-htmlmonitor/pom.xml
r2260 r2263 159 159 </plugin> 160 160 <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> 164 164 <configuration> 165 165 <xmlOutput>true</xmlOutput> -
trunk/autoquest-httpmonitor/pom.xml
r2260 r2263 114 114 </plugin> 115 115 <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> 119 119 <configuration> 120 120 <xmlOutput>true</xmlOutput> -
trunk/autoquest-jfcmonitor/pom.xml
r2260 r2263 73 73 </plugin> 74 74 <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> 78 78 <configuration> 79 79 <xmlOutput>true</xmlOutput> -
trunk/autoquest/pom.xml
r2260 r2263 71 71 </plugin> 72 72 <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> 76 76 <configuration> 77 77 <xmlOutput>true</xmlOutput>
Note: See TracChangeset
for help on using the changeset viewer.