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/04/01 17:24:38 UTC

svn commit: r524618 - in /directory/shared/branches/0.9.6-pre-release: asn1-codec/pom.xml asn1/pom.xml convert/pom.xml ldap-constants/pom.xml ldap/pom.xml pom.xml

Author: elecharny
Date: Sun Apr  1 08:24:37 2007
New Revision: 524618

URL: http://svn.apache.org/viewvc?view=rev&rev=524618
Log:
Switched to version 0.9.6.
Switched to Mina 1.0.2
Switcherd to surefire 2.3

Modified:
    directory/shared/branches/0.9.6-pre-release/asn1-codec/pom.xml
    directory/shared/branches/0.9.6-pre-release/asn1/pom.xml
    directory/shared/branches/0.9.6-pre-release/convert/pom.xml
    directory/shared/branches/0.9.6-pre-release/ldap-constants/pom.xml
    directory/shared/branches/0.9.6-pre-release/ldap/pom.xml
    directory/shared/branches/0.9.6-pre-release/pom.xml

Modified: directory/shared/branches/0.9.6-pre-release/asn1-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.6-pre-release/asn1-codec/pom.xml?view=diff&rev=524618&r1=524617&r2=524618
==============================================================================
--- directory/shared/branches/0.9.6-pre-release/asn1-codec/pom.xml (original)
+++ directory/shared/branches/0.9.6-pre-release/asn1-codec/pom.xml Sun Apr  1 08:24:37 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.6-SNAPSHOT</version>
+    <version>0.9.6</version>
   </parent>
   <artifactId>shared-asn1-codec</artifactId>
   <name>Apache Directory MINA ASN.1 Codec Shared</name>
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>
-      <version>1.0.1</version>
+      <version>1.0.2</version>
     </dependency>
 
     <dependency>

Modified: directory/shared/branches/0.9.6-pre-release/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.6-pre-release/asn1/pom.xml?view=diff&rev=524618&r1=524617&r2=524618
==============================================================================
--- directory/shared/branches/0.9.6-pre-release/asn1/pom.xml (original)
+++ directory/shared/branches/0.9.6-pre-release/asn1/pom.xml Sun Apr  1 08:24:37 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.6-SNAPSHOT</version>
+    <version>0.9.6</version>
   </parent>
   <artifactId>shared-asn1</artifactId>
   <name>Apache Directory ASN.1 Shared</name>

Modified: directory/shared/branches/0.9.6-pre-release/convert/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.6-pre-release/convert/pom.xml?view=diff&rev=524618&r1=524617&r2=524618
==============================================================================
--- directory/shared/branches/0.9.6-pre-release/convert/pom.xml (original)
+++ directory/shared/branches/0.9.6-pre-release/convert/pom.xml Sun Apr  1 08:24:37 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.6-SNAPSHOT</version>
+    <version>0.9.6</version>
   </parent>
   <artifactId>shared-converter</artifactId>
   <name>Apache Directory Protocol Ldap Converters</name>

Modified: directory/shared/branches/0.9.6-pre-release/ldap-constants/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.6-pre-release/ldap-constants/pom.xml?view=diff&rev=524618&r1=524617&r2=524618
==============================================================================
--- directory/shared/branches/0.9.6-pre-release/ldap-constants/pom.xml (original)
+++ directory/shared/branches/0.9.6-pre-release/ldap-constants/pom.xml Sun Apr  1 08:24:37 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.6-SNAPSHOT</version>
+    <version>0.9.6</version>
   </parent>
   <artifactId>shared-ldap-constants</artifactId>
   <name>Apache Directory Protocol Ldap Shared Constants</name>

Modified: directory/shared/branches/0.9.6-pre-release/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.6-pre-release/ldap/pom.xml?view=diff&rev=524618&r1=524617&r2=524618
==============================================================================
--- directory/shared/branches/0.9.6-pre-release/ldap/pom.xml (original)
+++ directory/shared/branches/0.9.6-pre-release/ldap/pom.xml Sun Apr  1 08:24:37 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>build</artifactId>
-    <version>0.9.6-SNAPSHOT</version>
+    <version>0.9.6</version>
   </parent>
   <artifactId>shared-ldap</artifactId>
   <name>Apache Directory Protocol Ldap Shared</name>
@@ -147,7 +147,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3-SNAPSHOT</version>
+        <version>2.3</version>
         <configuration>
           <excludes>
             <exclude>**/Abstract*</exclude>

Modified: directory/shared/branches/0.9.6-pre-release/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.6-pre-release/pom.xml?view=diff&rev=524618&r1=524617&r2=524618
==============================================================================
--- directory/shared/branches/0.9.6-pre-release/pom.xml (original)
+++ directory/shared/branches/0.9.6-pre-release/pom.xml Sun Apr  1 08:24:37 2007
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.apache.directory</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.6-SNAPSHOT</version>
+    <version>1.0.6</version>
   </parent>
   <groupId>org.apache.directory.shared</groupId>
   <artifactId>build</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>  
-  <version>0.9.6-SNAPSHOT</version>
+  <version>0.9.6</version>
   <modules>
     <module>asn1</module>
     <module>ldap</module>
@@ -30,7 +30,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3-SNAPSHOT</version>
+          <version>2.3</version>
         </plugin>
       </plugins>
     </pluginManagement>