For someone not involved in the release, trunk doesn't build right
now since it relies on unpublished non-snapshot artifacts for shared
and daemon. What's the plan here? This can be fixed by waiting
until the non-snapshot artifacts are available or by updating the
dependencies to the next snapshot versions.
thanks
david jencks
Here's the patch to move to snapshot versions, for apacheds/pom.xml
in the "trunk-with-dependencies" checkout:
Index: pom.xml
===================================================================
--- pom.xml (revision 572006)
+++ pom.xml (working copy)
@@ -39,25 +39,25 @@
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-asn1-codec</artifactId>
- <version>0.9.7</version>
+ <version>0.9.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
- <version>0.9.7</version>
+ <version>0.9.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-constants</artifactId>
- <version>0.9.7</version>
+ <version>0.9.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.directory.daemon</groupId>
<artifactId>daemon-bootstrappers</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>