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 2007/05/14 23:10:17 UTC

svn commit: r537979 - in /directory/shared/branches/0.9.5: asn1-codec/pom.xml asn1/pom.xml ldap/pom.xml pom.xml

Author: elecharny
Date: Mon May 14 14:10:16 2007
New Revision: 537979

URL: http://svn.apache.org/viewvc?view=rev&rev=537979
Log:
bumping to 0.9.5.6-SNAPSHOT

Modified:
    directory/shared/branches/0.9.5/asn1-codec/pom.xml
    directory/shared/branches/0.9.5/asn1/pom.xml
    directory/shared/branches/0.9.5/ldap/pom.xml
    directory/shared/branches/0.9.5/pom.xml

Modified: directory/shared/branches/0.9.5/asn1-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/asn1-codec/pom.xml?view=diff&rev=537979&r1=537978&r2=537979
==============================================================================
--- directory/shared/branches/0.9.5/asn1-codec/pom.xml (original)
+++ directory/shared/branches/0.9.5/asn1-codec/pom.xml Mon May 14 14:10:16 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.5-SNAPSHOT</version>
+    <version>0.9.5.6-SNAPSHOT</version>
   </parent>
   <artifactId>shared-asn1-codec</artifactId>
   <name>Apache Directory MINA ASN.1 Codec Shared</name>

Modified: directory/shared/branches/0.9.5/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/asn1/pom.xml?view=diff&rev=537979&r1=537978&r2=537979
==============================================================================
--- directory/shared/branches/0.9.5/asn1/pom.xml (original)
+++ directory/shared/branches/0.9.5/asn1/pom.xml Mon May 14 14:10:16 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.5-SNAPSHOT</version>
+    <version>0.9.5.6-SNAPSHOT</version>
   </parent>
   <artifactId>shared-asn1</artifactId>
   <name>Apache Directory ASN.1 Shared</name>

Modified: directory/shared/branches/0.9.5/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/ldap/pom.xml?view=diff&rev=537979&r1=537978&r2=537979
==============================================================================
--- directory/shared/branches/0.9.5/ldap/pom.xml (original)
+++ directory/shared/branches/0.9.5/ldap/pom.xml Mon May 14 14:10:16 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.5.5-SNAPSHOT</version>
+    <version>0.9.5.6-SNAPSHOT</version>
   </parent>
   <artifactId>shared-ldap</artifactId>
   <name>Apache Directory Protocol Ldap Shared</name>
@@ -21,12 +21,6 @@
       <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
     </site>
   </distributionManagement>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/releases/shared/0.9.5.2/ldap</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/directory/releases/shared/0.9.5.2/ldap/?root=Apache-SVN</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/branches/shared/0.9.5/ldap</developerConnection>
-  </scm>
 
   <ciManagement>
     <notifiers>

Modified: directory/shared/branches/0.9.5/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/pom.xml?view=diff&rev=537979&r1=537978&r2=537979
==============================================================================
--- directory/shared/branches/0.9.5/pom.xml (original)
+++ directory/shared/branches/0.9.5/pom.xml Mon May 14 14:10:16 2007
@@ -10,17 +10,11 @@
   <artifactId>build</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>  
-  <version>0.9.5.5-SNAPSHOT</version>
+  <version>0.9.5.6-SNAPSHOT</version>
   <modules>
     <module>asn1</module>
     <module>ldap</module>
     <module>asn1-codec</module>
   </modules>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/0.9.5</connection>
-    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/0.9.5</developerConnection>
-  </scm>
-
 </project>