You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/01/20 16:27:31 UTC

svn commit: r1233955 - /maven/shared/trunk/maven-archiver/pom.xml

Author: olamy
Date: Fri Jan 20 15:27:30 2012
New Revision: 1233955

URL: http://svn.apache.org/viewvc?rev=1233955&view=rev
Log:
[MSHARED-221] maven archiver 1.5 required.
bump version to 2.5 due to minimum jdk change.

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1233955&r1=1233954&r2=1233955&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Fri Jan 20 15:27:30 2012
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-archiver</artifactId>
-  <version>2.4.3-SNAPSHOT</version>
+  <version>2.5-SNAPSHOT</version>
 
   <name>Maven Archiver</name>
   <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>