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/07 22:06:38 UTC

svn commit: r111144 - /incubator/directory/eve/trunk/maven-eve-plugin /incubator/directory/eve/trunk/plugin /incubator/directory/eve/trunk/project.xml /incubator/directory/eve/trunk/shared/project.xml

Author: akarasulu
Date: Tue Dec  7 13:06:37 2004
New Revision: 111144

URL: http://svn.apache.org/viewcvs?view=rev&rev=111144
Log:
rename plugin directory
Added:
   incubator/directory/eve/trunk/plugin/
      - copied from r111134, incubator/directory/eve/trunk/maven-eve-plugin/
Removed:
   incubator/directory/eve/trunk/maven-eve-plugin/
Modified:
   incubator/directory/eve/trunk/project.xml
   incubator/directory/eve/trunk/shared/project.xml

Modified: incubator/directory/eve/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.xml?view=diff&rev=111144&p1=incubator/directory/eve/trunk/project.xml&r1=111143&p2=incubator/directory/eve/trunk/project.xml&r2=111144
==============================================================================
--- incubator/directory/eve/trunk/project.xml	(original)
+++ incubator/directory/eve/trunk/project.xml	Tue Dec  7 13:06:37 2004
@@ -4,7 +4,7 @@
     <groupId>incubator-directory</groupId>
     <id>eve</id>
     <name>Eve Directory Server</name>
-    <version>SNAPSHOT</version>
+    <currentVersion>0.8.0</currentVersion>
     
     <organization>
       <name>The Apache Incubator</name>

Modified: incubator/directory/eve/trunk/shared/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/shared/project.xml?view=diff&rev=111144&p1=incubator/directory/eve/trunk/shared/project.xml&r1=111143&p2=incubator/directory/eve/trunk/shared/project.xml&r2=111144
==============================================================================
--- incubator/directory/eve/trunk/shared/project.xml	(original)
+++ incubator/directory/eve/trunk/shared/project.xml	Tue Dec  7 13:06:37 2004
@@ -7,7 +7,6 @@
   <id>eve-shared</id>
   <name>Eve Shared</name>
   <package>org.apache.eve</package>
-  <currentVersion>SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Shared Eve resources, interfaces and classes</shortDescription>
   <description>
@@ -18,7 +17,7 @@
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>ldap-common</artifactId>
-      <version>SNAPSHOT</version>
+      <version>0.8.0</version>
     </dependency>
   </dependencies>
 </project>