You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/06/03 22:30:03 UTC

svn commit: r1746777 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: khmarbaise
Date: Fri Jun  3 22:30:03 2016
New Revision: 1746777

URL: http://svn.apache.org/viewvc?rev=1746777&view=rev
Log:
[MASSEMBLY-810] Upgrade com.google.code.findbugs:jsr305 to 3.0.0

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1746777&r1=1746776&r2=1746777&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Jun  3 22:30:03 2016
@@ -120,7 +120,7 @@ under the License.
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>jsr305</artifactId>
-      <version>2.0.1</version>
+      <version>3.0.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>