Author: seelmann
Date: Mon Oct 10 22:41:37 2011
New Revision: 1181286
URL: http://svn.apache.org/viewvc?rev=1181286&view=rev
Log:
Updated version number, just for clarification
Modified:
directory/apacheds/trunk-with-dependencies/pom.xml
Modified: directory/apacheds/trunk-with-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies/pom.xml?rev=1181286&r1=1181285&r2=1181286&view=diff
==============================================================================
--- directory/apacheds/trunk-with-dependencies/pom.xml (original)
+++ directory/apacheds/trunk-with-dependencies/pom.xml Mon Oct 10 22:41:37 2011
@@ -21,9 +21,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.directory.server</groupId>
- <version>1.5.8-SNAPSHOT</version>
- <artifactId>1.5-with-dependencies</artifactId>
- <name>ApacheDS 1.5 Build With Dependencies</name>
+ <version>2.0.0-SNAPSHOT</version>
+ <artifactId>apacheds-with-dependencies</artifactId>
+ <name>ApacheDS Build With Dependencies</name>
<inceptionYear>2003</inceptionYear>
<packaging>pom</packaging>
|