You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/21 13:23:54 UTC

svn commit: r639603 - in /directory: apacheds/branches/bigbang/ daemon/branches/bigbang/ installers/branches/bigbang/ project/branches/bigbang/ shared/branches/bigbang/ studio/trunk/ studio/trunk/studio-plugin/

Author: felixk
Date: Fri Mar 21 05:23:32 2008
New Revision: 639603

URL: http://svn.apache.org/viewvc?rev=639603&view=rev
Log:
Revert commit 639581. We need to have the repository anyway in to project to know where to load the TLP snapshot pom from ...

Modified:
    directory/apacheds/branches/bigbang/pom.xml
    directory/daemon/branches/bigbang/pom.xml
    directory/installers/branches/bigbang/pom.xml
    directory/project/branches/bigbang/pom.xml
    directory/shared/branches/bigbang/pom.xml
    directory/studio/trunk/pom.xml
    directory/studio/trunk/studio-plugin/pom.xml

Modified: directory/apacheds/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/pom.xml?rev=639603&r1=639602&r2=639603&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/pom.xml (original)
+++ directory/apacheds/branches/bigbang/pom.xml Fri Mar 21 05:23:32 2008
@@ -671,4 +671,15 @@
     </connection>
   </scm>
 
+  <repositories>
+    <repository>
+      <id>apache.directory.snapshot.repo</id>
+      <name>Snapshot repository for the Apache Directory project</name>
+      <url>http://vm094.oxylos.org/mirror-maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
 </project>

Modified: directory/daemon/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/bigbang/pom.xml?rev=639603&r1=639602&r2=639603&view=diff
==============================================================================
--- directory/daemon/branches/bigbang/pom.xml (original)
+++ directory/daemon/branches/bigbang/pom.xml Fri Mar 21 05:23:32 2008
@@ -283,5 +283,16 @@
     </profile>
   </profiles>
 
+  <repositories>
+    <repository>
+      <id>apache.directory.snapshot.repo</id>
+      <name>Snapshot repository for the Apache Directory project</name>
+      <url>http://vm094.oxylos.org/mirror-maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
 </project>
 

Modified: directory/installers/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/pom.xml?rev=639603&r1=639602&r2=639603&view=diff
==============================================================================
--- directory/installers/branches/bigbang/pom.xml (original)
+++ directory/installers/branches/bigbang/pom.xml Fri Mar 21 05:23:32 2008
@@ -613,4 +613,15 @@
     </plugins>
   </reporting>
 
+  <repositories>
+    <repository>
+      <id>apache.directory.snapshot.repo</id>
+      <name>Snapshot repository for the Apache Directory project</name>
+      <url>http://vm094.oxylos.org/mirror-maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
 </project>

Modified: directory/project/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/branches/bigbang/pom.xml?rev=639603&r1=639602&r2=639603&view=diff
==============================================================================
--- directory/project/branches/bigbang/pom.xml (original)
+++ directory/project/branches/bigbang/pom.xml Fri Mar 21 05:23:32 2008
@@ -41,10 +41,10 @@
   
   <distributionManagement>
     <snapshotRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Development Snapshot Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+      <id>apache.directory.snapshot.repo</id>
+      <name>Snapshot repository for the Apache Directory project</name>
       <uniqueVersion>false</uniqueVersion>
+      <url>scpexe://vm094.oxylos.org/var/www/html/mirror-maven2</url>
     </snapshotRepository>
   </distributionManagement>
 
@@ -203,9 +203,9 @@
 
   <pluginRepositories>
     <pluginRepository>
-      <id>apache.directory.snapshot.plugins</id>
-      <name>Plugin repository for the Apache Directory Snapshot plugins</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <id>apache.directory.plugins</id>
+      <name>Plugin repository for the Apache Directory Studio plugin</name>
+      <url>http://vm094.oxylos.org/mirror-maven2/</url>
     </pluginRepository>
   </pluginRepositories>
 

Modified: directory/shared/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/pom.xml?rev=639603&r1=639602&r2=639603&view=diff
==============================================================================
--- directory/shared/branches/bigbang/pom.xml (original)
+++ directory/shared/branches/bigbang/pom.xml Fri Mar 21 05:23:32 2008
@@ -297,5 +297,16 @@
     <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/branches/bigbang</connection>
   </scm>
 
+  <repositories>
+    <repository>
+      <id>apache.directory.snapshot.repo</id>
+      <name>Snapshot repository for the Apache Directory project</name>
+      <url>http://vm094.oxylos.org/mirror-maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
 </project>
 

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=639603&r1=639602&r2=639603&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Fri Mar 21 05:23:32 2008
@@ -2050,4 +2050,15 @@
     </plugins>
   </reporting>
 
+  <repositories>
+    <repository>
+      <id>apache.directory.snapshot.repo</id>
+      <name>Snapshot repository for the Apache Directory project</name>
+      <url>http://vm094.oxylos.org/mirror-maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
 </project>

Modified: directory/studio/trunk/studio-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-plugin/pom.xml?rev=639603&r1=639602&r2=639603&view=diff
==============================================================================
--- directory/studio/trunk/studio-plugin/pom.xml (original)
+++ directory/studio/trunk/studio-plugin/pom.xml Fri Mar 21 05:23:32 2008
@@ -233,4 +233,15 @@
     </plugins>
   </reporting>
 
+  <repositories>
+    <repository>
+      <id>apache.directory.snapshot.repo</id>
+      <name>Snapshot repository for the Apache Directory project</name>
+      <url>http://vm094.oxylos.org/mirror-maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
 </project>