You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2017/02/01 17:10:00 UTC

svn commit: r1781275 - /webservices/wss4j/trunk/pom.xml

Author: coheigea
Date: Wed Feb  1 17:09:59 2017
New Revision: 1781275

URL: http://svn.apache.org/viewvc?rev=1781275&view=rev
Log:
Fixing incorrect plugin version

Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1781275&r1=1781274&r2=1781275&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Feb  1 17:09:59 2017
@@ -206,7 +206,7 @@
 	            <plugin>
     	            <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-            	    <version>2.5.4</version>
+            	    <version>2.5.3</version>
             	</plugin>
                 <plugin>
         	    <groupId>org.apache.maven.plugins</groupId>