You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/08/16 19:55:35 UTC

svn commit: r431967 - in /jackrabbit/trunk: jackrabbit/pom.xml jcr-rmi/pom.xml

Author: jukka
Date: Wed Aug 16 10:55:35 2006
New Revision: 431967

URL: http://svn.apache.org/viewvc?rev=431967&view=rev
Log:
JCR-332: Upgrading Maven 2 poms to 1.1-SNAPSHOT

Modified:
    jackrabbit/trunk/jackrabbit/pom.xml
    jackrabbit/trunk/jcr-rmi/pom.xml

Modified: jackrabbit/trunk/jackrabbit/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/pom.xml?rev=431967&r1=431966&r2=431967&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit/pom.xml Wed Aug 16 10:55:35 2006
@@ -29,7 +29,7 @@
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit-core</artifactId>
   <name>Jackrabbit</name>
-  <version>SNAPSHOT</version>
+  <version>1.1-SNAPSHOT</version>
   <!--
     Keep the description on a single line. Otherwise Maven might generate
     a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)

Modified: jackrabbit/trunk/jcr-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jcr-rmi/pom.xml?rev=431967&r1=431966&r2=431967&view=diff
==============================================================================
--- jackrabbit/trunk/jcr-rmi/pom.xml (original)
+++ jackrabbit/trunk/jcr-rmi/pom.xml Wed Aug 16 10:55:35 2006
@@ -6,7 +6,7 @@
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit-jcr-rmi</artifactId>
   <name>JCR-RMI</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.1-SNAPSHOT</version>
   <!--
     Keep the description on a single line. Otherwise Maven might generate
     a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)