You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/12/17 18:58:42 UTC

svn commit: r122660 - in incubator/directory: eve/trunk/protocol kerberos/trunk/core kerberos/trunk/eve kerberos/trunk/protocol seda/trunk

Author: akarasulu
Date: Fri Dec 17 09:58:40 2004
New Revision: 122660

URL: http://svn.apache.org/viewcvs?view=rev&rev=122660
Log:
cleanup all artifact revisions removing trailing .0 so things like 0.8.0 are 0.8
Modified:
   incubator/directory/eve/trunk/protocol/project.xml
   incubator/directory/kerberos/trunk/core/project.xml
   incubator/directory/kerberos/trunk/eve/project.xml
   incubator/directory/kerberos/trunk/protocol/project.xml
   incubator/directory/seda/trunk/project.xml

Modified: incubator/directory/eve/trunk/protocol/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/protocol/project.xml?view=diff&rev=122660&p1=incubator/directory/eve/trunk/protocol/project.xml&r1=122659&p2=incubator/directory/eve/trunk/protocol/project.xml&r2=122660
==============================================================================
--- incubator/directory/eve/trunk/protocol/project.xml	(original)
+++ incubator/directory/eve/trunk/protocol/project.xml	Fri Dec 17 09:58:40 2004
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>ldap-common</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8-SNAPSHOT</version>
       <url>http://incubator.apache.org/directory/subprojects/ldap/common</url>
     </dependency>
     <dependency>

Modified: incubator/directory/kerberos/trunk/core/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/core/project.xml?view=diff&rev=122660&p1=incubator/directory/kerberos/trunk/core/project.xml&r1=122659&p2=incubator/directory/kerberos/trunk/core/project.xml&r2=122660
==============================================================================
--- incubator/directory/kerberos/trunk/core/project.xml	(original)
+++ incubator/directory/kerberos/trunk/core/project.xml	Fri Dec 17 09:58:40 2004
@@ -2,14 +2,14 @@
 <project>
   <extend>${basedir}/../project.xml</extend>
   <pomVersion>1</pomVersion>
-  <artifactId>kerberos</artifactId>
+  <artifactId>kerberos-core</artifactId>
   <groupId>incubator-directory</groupId>
-  <id>kerberos</id>
+  <id>kerberos-core</id>
   <name>Apache Kerberos Server</name>
   <package>org.apache.kerberos</package>
-  <currentVersion>SNAPSHOT</currentVersion>
+  <currentVersion>0.4-SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
-  <shortDescription>The Apache Kerberos Server</shortDescription>
+  <shortDescription>The Apache Kerberos Server Core</shortDescription>
   <description>
     A Kerberos 5 protocol server.
   </description>

Modified: incubator/directory/kerberos/trunk/eve/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/eve/project.xml?view=diff&rev=122660&p1=incubator/directory/kerberos/trunk/eve/project.xml&r1=122659&p2=incubator/directory/kerberos/trunk/eve/project.xml&r2=122660
==============================================================================
--- incubator/directory/kerberos/trunk/eve/project.xml	(original)
+++ incubator/directory/kerberos/trunk/eve/project.xml	Fri Dec 17 09:58:40 2004
@@ -18,8 +18,8 @@
   <dependencies>
     <dependency>
       <groupId>incubator-directory</groupId>
-      <artifactId>kerberos</artifactId>
-      <version>SNAPSHOT</version>
+      <artifactId>kerberos-core</artifactId>
+      <version>0.4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>

Modified: incubator/directory/kerberos/trunk/protocol/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/protocol/project.xml?view=diff&rev=122660&p1=incubator/directory/kerberos/trunk/protocol/project.xml&r1=122659&p2=incubator/directory/kerberos/trunk/protocol/project.xml&r2=122660
==============================================================================
--- incubator/directory/kerberos/trunk/protocol/project.xml	(original)
+++ incubator/directory/kerberos/trunk/protocol/project.xml	Fri Dec 17 09:58:40 2004
@@ -29,13 +29,13 @@
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>snickers-codec</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.2-SNAPSHOT</version>
       <url>http://incubator.apache.org/directory/subprojects/snickers/codec</url>
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>seda</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.2-SNAPSHOT</version>
       <url>http://incubator.apache.org/directory/subprojects/seda</url>
     </dependency>
   </dependencies>

Modified: incubator/directory/seda/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/project.xml?view=diff&rev=122660&p1=incubator/directory/seda/trunk/project.xml&r1=122659&p2=incubator/directory/seda/trunk/project.xml&r2=122660
==============================================================================
--- incubator/directory/seda/trunk/project.xml	(original)
+++ incubator/directory/seda/trunk/project.xml	Fri Dec 17 09:58:40 2004
@@ -5,7 +5,7 @@
   <id>seda</id>
   <name>seda</name>
   <package>org.apache.seda</package>
-  <currentVersion>0.2.0-SNAPSHOT</currentVersion>
+  <currentVersion>0.2-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>
 
   <organization>
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>snickers-codec</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.2-SNAPSHOT</version>
       <url>http://incubator.apache.org/directory/subprojects/ldap/common</url>
     </dependency>