You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/03/06 01:24:43 UTC

svn commit: r634091 - /continuum/branches/continuum-1.x/pom.xml

Author: olamy
Date: Wed Mar  5 16:24:41 2008
New Revision: 634091

URL: http://svn.apache.org/viewvc?rev=634091&view=rev
Log:
add snapshot repo because parent is not released

Modified:
    continuum/branches/continuum-1.x/pom.xml

Modified: continuum/branches/continuum-1.x/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.x/pom.xml?rev=634091&r1=634090&r2=634091&view=diff
==============================================================================
--- continuum/branches/continuum-1.x/pom.xml (original)
+++ continuum/branches/continuum-1.x/pom.xml Wed Mar  5 16:24:41 2008
@@ -30,14 +30,11 @@
   <packaging>pom</packaging>
   <name>Continuum Project</name>
   <version>1.2-SNAPSHOT</version>
-  <url>http://maven.apache.org/continuum</url>
+
   <prerequisites>
     <maven>2.0.7</maven>
   </prerequisites>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://jira.codehaus.org/browse/CONTINUUM</url>
-  </issueManagement>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/branches/continuum-1.x/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/branches/continuum-1.x/</developerConnection>
@@ -111,7 +108,7 @@
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-maven-plugin</artifactId>
-          <version>1.3.3</version>
+          <version>1.3.4</version>
           <extensions>true</extensions>
         </plugin>
         <plugin>
@@ -155,6 +152,15 @@
       <id>maven2-repository.dev.java.net</id>
       <name>Java.net Repository for Maven</name>
       <url>http://download.java.net/maven/2/</url>
+    </repository>
+    <!-- comment when parent is released -->
+    <repository>
+      <id>people.apache.org</id>
+      <name>Apache Snapshot Development Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
     </repository>
   </repositories>
   <!--