You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/06/18 13:04:00 UTC

svn commit: r1748999 - /maven/plugins/trunk/maven-ejb-plugin/pom.xml

Author: schulte
Date: Sat Jun 18 13:04:00 2016
New Revision: 1748999

URL: http://svn.apache.org/viewvc?rev=1748999&view=rev
Log:
[MEJB-103] Upgrade of plexus-interpolation to 1.22.


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

Modified: maven/plugins/trunk/maven-ejb-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/pom.xml?rev=1748999&r1=1748998&r2=1748999&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ejb-plugin/pom.xml Sat Jun 18 13:04:00 2016
@@ -106,7 +106,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.21</version>
+      <version>1.22</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>