Trustin, I have rollbacked one of your modification (on apacheds/pom.xml) because maven was not happy anymore with it.
Just remember to remove the .m2/repository _before_ running mvn install when you modify some pom.xml file, otherwise you may miss some side effect of your modification. Emmanuel. On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: trustin Date: Thu Dec 7 22:01:25 2006 New Revision: 483842 URL: http://svn.apache.org/viewvc?view=rev&rev=483842 Log: Updated the pom version Modified: directory/trunks/apacheds/pom.xml directory/trunks/daemon/pom.xml directory/trunks/pom.xml directory/trunks/shared/pom.xml Modified: directory/trunks/apacheds/pom.xml URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/pom.xml?view=diff&rev=483842&r1=483841&r2=483842 ============================================================================== --- directory/trunks/apacheds/pom.xml (original) +++ directory/trunks/apacheds/pom.xml Thu Dec 7 22:01:25 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.directory</groupId> <artifactId>build</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <groupId>org.apache.directory.server</groupId> Modified: directory/trunks/daemon/pom.xml URL: http://svn.apache.org/viewvc/directory/trunks/daemon/pom.xml?view=diff&rev=483842&r1=483841&r2=483842 ============================================================================== --- directory/trunks/daemon/pom.xml (original) +++ directory/trunks/daemon/pom.xml Thu Dec 7 22:01:25 2006 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.directory</groupId> <artifactId>build</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <groupId>org.apache.directory.daemon</groupId> <artifactId>build</artifactId> Modified: directory/trunks/pom.xml URL: http://svn.apache.org/viewvc/directory/trunks/pom.xml?view=diff&rev=483842&r1=483841&r2=483842 ============================================================================== --- directory/trunks/pom.xml (original) +++ directory/trunks/pom.xml Thu Dec 7 22:01:25 2006 @@ -32,6 +32,12 @@ <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>http://people.apache.org/maven-snapshot-repository</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> </repository> <!-- Temp repo for 3rd party jars that are not in ibiblio.org yet.--> @@ -54,11 +60,23 @@ <id>snapshots</id> <name>snapshot plugins</name> <url>http://snapshots.repository.codehaus.org</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> </pluginRepository> <pluginRepository> <id>apache.snapshots</id> <name>Apache Snapshot Plugins</name> <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> </pluginRepository> </pluginRepositories> Modified: directory/trunks/shared/pom.xml URL: http://svn.apache.org/viewvc/directory/trunks/shared/pom.xml?view=diff&rev=483842&r1=483841&r2=483842 ============================================================================== --- directory/trunks/shared/pom.xml (original) +++ directory/trunks/shared/pom.xml Thu Dec 7 22:01:25 2006 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.directory</groupId> <artifactId>build</artifactId> - <version>1.0.5</version> + <version>1.0.6-SNAPSHOT</version> </parent> <groupId>org.apache.directory.shared</groupId> <artifactId>build</artifactId>
-- Cordialement, Emmanuel Lécharny
