You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2006/07/03 03:19:42 UTC

svn commit: r418668 - in /jakarta/commons: sandbox/openpgp/trunk/pom.xml trunks-sandbox/pom.xml

Author: brett
Date: Sun Jul  2 18:19:41 2006
New Revision: 418668

URL: http://svn.apache.org/viewvc?rev=418668&view=rev
Log:
use common Apache parent

Modified:
    jakarta/commons/sandbox/openpgp/trunk/pom.xml
    jakarta/commons/trunks-sandbox/pom.xml

Modified: jakarta/commons/sandbox/openpgp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/openpgp/trunk/pom.xml?rev=418668&r1=418667&r2=418668&view=diff
==============================================================================
--- jakarta/commons/sandbox/openpgp/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/openpgp/trunk/pom.xml Sun Jul  2 18:19:41 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-sandbox-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   <artifactId>commons-openpgp</artifactId>
   <version>1.0-SNAPSHOT</version>

Modified: jakarta/commons/trunks-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/trunks-sandbox/pom.xml?rev=418668&r1=418667&r2=418668&view=diff
==============================================================================
--- jakarta/commons/trunks-sandbox/pom.xml (original)
+++ jakarta/commons/trunks-sandbox/pom.xml Sun Jul  2 18:19:41 2006
@@ -1,16 +1,21 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>1</version>
+  </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-sandbox-parent</artifactId>
   <packaging>pom</packaging>
   <!-- TODO: dummy version. In Maven 2.1, this will be auto-versioned being a generic parent -->
-  <version>1.0-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <name>Jakarta Commons Sandbox</name>
   <url>http://jakarta.apache.org/commons/sandbox/</url>
   <inceptionYear>2001</inceptionYear>
   <prerequisites>
-    <maven>2.0.2</maven>
+    <maven>2.0.4</maven>
   </prerequisites>
   <ciManagement>
     <system>continuum</system>
@@ -28,17 +33,6 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox</developerConnection>
     <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox</url>
   </scm>
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://jakarta.apache.org</url>
-  </organization>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>/LICENSE.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
   <mailingLists>
     <mailingList>
       <name>Commons Dev List</name>
@@ -55,26 +49,6 @@
       <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user</archive>
     </mailingList>
   </mailingLists>
-  <distributionManagement>
-    <!-- No releases until out of sandbox, besides - m2 repo not up yet
-    <repository>
-      <id>apache.releases</id>
-      <name>Apache Release Repository</name>
-      <url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
-    </repository>
-    -->
-    <!-- TODO: setup m2 repo in new layout -->
-    <snapshotRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-    </snapshotRepository>
-    <site>
-      <id>website</id>
-      <name>Apache Website</name>
-      <url>scp://minotaur.apache.org/www/jakarta.apache.org/commons/sandbox/</url>
-    </site>
-  </distributionManagement>
   <issueManagement>
     <system>bugzilla</system>
     <url>http://issues.apache.org/bugzilla/</url>
@@ -141,21 +115,5 @@
     <module>openpgp</module>
     <module>proxy</module>
   </modules>
-  <!-- TODO: temporary until site plugin is released -->
-  <pluginRepositories>
-    <pluginRepository>
-      <id>snapshots</id>
-      <name>Snapshot Repository</name>
-      <url>http://snapshots.maven.codehaus.org/maven2</url>
-    </pluginRepository>
-  </pluginRepositories>
-  <!-- TODO: temporary until skins are released -->
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Snapshot Repository</name>
-      <url>http://cvs.apache.org/maven-snapshot-repository</url>
-    </repository>
-  </repositories>
 </project>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org