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 2005/07/12 23:45:29 UTC

svn commit: r216024 - /incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml

Author: jukka
Date: Tue Jul 12 14:45:28 2005
New Revision: 216024

URL: http://svn.apache.org/viewcvs?rev=216024&view=rev
Log:
JCR-EXT: Switch from -dev to -SNAPSHOT in currentVersion to follow the Maven best practices.

Modified:
    incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml

Modified: incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml?rev=216024&r1=216023&r2=216024&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml Tue Jul 12 14:45:28 2005
@@ -21,7 +21,7 @@
   <pomVersion>3</pomVersion>
   <id>jcr-ext</id>
   <name>JCR extras</name>
-  <currentVersion>1.0-dev</currentVersion>
+  <currentVersion>1.0-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.jackrabbit.*</package>
   <shortDescription>Utilities for JCR implementations</shortDescription>