You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/10/06 18:23:08 UTC

svn commit: r453660 - /directory/trunks/shared/pom.xml

Author: elecharny
Date: Fri Oct  6 09:23:06 2006
New Revision: 453660

URL: http://svn.apache.org/viewvc?view=rev&rev=453660
Log:
Fixed the POM version to be able to build shared subproject, which expect the version to be 0.9.6-SNAPSHOT

Modified:
    directory/trunks/shared/pom.xml

Modified: directory/trunks/shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/shared/pom.xml?view=diff&rev=453660&r1=453659&r2=453660
==============================================================================
--- directory/trunks/shared/pom.xml (original)
+++ directory/trunks/shared/pom.xml Fri Oct  6 09:23:06 2006
@@ -10,7 +10,7 @@
   <artifactId>build</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>  
-  <version>0.9.5.3</version>
+  <version>0.9.6-SNAPSHOT</version>
   <modules>
     <module>asn1</module>
     <module>ldap</module>