[EMAIL PROTECTED] schrieb:
Author: kayyagari
Date: Tue Aug 19 09:12:27 2008
New Revision: 687085
URL: http://svn.apache.org/viewvc?rev=687085&view=rev
Log:
fixed the broken build by updating the version number of parent project pom
Sorry, my fault - I updated only the project/pom.xml.
But IMO it should compile anyway as this is referencing to a release artifact which should be available @
http://repo1.maven.org/maven2/.
Thanks for fixing
Felix
Modified:
directory/apacheds/trunk/pom.xml
directory/daemon/trunk/pom.xml
directory/shared/trunk/pom.xml
Modified: directory/apacheds/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=687085&r1=687084&r2=687085&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Tue Aug 19 09:12:27 2008
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.directory.project</groupId>
<artifactId>project</artifactId>
- <version>11</version>
+ <version>12-SNAPSHOT</version>
</parent>
<groupId>org.apache.directory.server</groupId>
Modified: directory/daemon/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=687085&r1=687084&r2=687085&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Tue Aug 19 09:12:27 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.directory.project</groupId>
<artifactId>project</artifactId>
- <version>11</version>
+ <version>12-SNAPSHOT</version>
</parent>
<groupId>org.apache.directory.daemon</groupId>
<artifactId>daemon-parent</artifactId>
Modified: directory/shared/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=687085&r1=687084&r2=687085&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Tue Aug 19 09:12:27 2008
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.directory.project</groupId>
<artifactId>project</artifactId>
- <version>11</version>
+ <version>12-SNAPSHOT</version>
</parent>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-parent</artifactId>