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 2006/03/30 09:09:06 UTC

svn commit: r390013 - in /directory/branches/apacheds/1.0-trunks: ./ pom.xml

Author: akarasulu
Date: Wed Mar 29 23:09:04 2006
New Revision: 390013

URL: http://svn.apache.org/viewcvs?rev=390013&view=rev
Log:
updating poms to point to correct branched versions for 1.0 apacheds branch

Modified:
    directory/branches/apacheds/1.0-trunks/   (props changed)
    directory/branches/apacheds/1.0-trunks/pom.xml

Propchange: directory/branches/apacheds/1.0-trunks/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Mar 29 23:09:04 2006
@@ -0,0 +1,3 @@
+
+*.log
+target

Modified: directory/branches/apacheds/1.0-trunks/pom.xml
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0-trunks/pom.xml?rev=390013&r1=390012&r2=390013&view=diff
==============================================================================
--- directory/branches/apacheds/1.0-trunks/pom.xml (original)
+++ directory/branches/apacheds/1.0-trunks/pom.xml Wed Mar 29 23:09:04 2006
@@ -2,7 +2,7 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.directory</groupId>
-  <version>1.0.1</version>
+  <version>1.0.3.1-SNAPSHOT</version>
   <artifactId>build</artifactId>
   <name>Apache Directory Build</name>
   <inceptionYear>2004</inceptionYear>
@@ -22,23 +22,6 @@
     </dependency>
   </dependencies>
   <repositories>
-    <!-- Mirrors for release jars: will add 3 just in case -->
-    <repository>
-      <id>playboy.mirror</id>
-      <name>Apache Repository @ Playboy</name>
-      <url>http://mirrors.playboy.com/apache/maven-repository/</url>
-    </repository>
-    <repository>
-      <id>seekmeup.mirror</id>
-      <name>Apache Repository @ Seekmeup</name>
-      <url>http://apache.seekmeup.com/apache/maven-repository/</url>
-    </repository>
-    <repository>
-      <id>mirrormax.mirror</id>
-      <name>Apache Repository @ MirrorMax</name>
-      <url>http://apache.mirrormax.net/apache/maven-repository/</url>
-    </repository>
-    
     <!-- For snapshots (no release jars or non-apache jars)           -->
     <repository>
       <id>apache.snapshots</id>
@@ -62,6 +45,11 @@
       <name>snapshot plugins</name>
       <url>http://snapshots.maven.codehaus.org/maven2</url>
     </pluginRepository>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Plugins</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+    </pluginRepository>
   </pluginRepositories>
 
   <distributionManagement>
@@ -99,12 +87,5 @@
         </configuration>
       </plugin>
     </plugins>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-         <artifactId>wagon-ssh-external</artifactId>
-         <version>1.0-alpha-5</version>
-      </extension>
-    </extensions>
   </build>
 </project>