You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/10/03 19:55:52 UTC

svn commit: r701467 - in /maven/sandbox/trunk/mercury: mercury-it/pom.xml mercury-pom/pom.xml

Author: ogusakov
Date: Fri Oct  3 10:55:52 2008
New Revision: 701467

URL: http://svn.apache.org/viewvc?rev=701467&view=rev
Log:
preparing a release

Modified:
    maven/sandbox/trunk/mercury/mercury-it/pom.xml
    maven/sandbox/trunk/mercury/mercury-pom/pom.xml

Modified: maven/sandbox/trunk/mercury/mercury-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-it/pom.xml?rev=701467&r1=701466&r2=701467&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-it/pom.xml (original)
+++ maven/sandbox/trunk/mercury/mercury-it/pom.xml Fri Oct  3 10:55:52 2008
@@ -14,7 +14,7 @@
     <plexus.appbooter.version>1.4</plexus.appbooter.version>
     <plexus.container.version>1.0-alpha-47</plexus.container.version>
     <nexus.version>1.0.1</nexus.version>
-    <nexus.client.version>1.1.0-SNAPSHOT</nexus.client.version>
+    <nexus.client.version>1.1-M1</nexus.client.version>
     <jetty.version>6.1.12.rc2</jetty.version>
 
     <nexus-security-enabled>true</nexus-security-enabled>

Modified: maven/sandbox/trunk/mercury/mercury-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-pom/pom.xml?rev=701467&r1=701466&r2=701467&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-pom/pom.xml (original)
+++ maven/sandbox/trunk/mercury/mercury-pom/pom.xml Fri Oct  3 10:55:52 2008
@@ -1,11 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury</artifactId>
+    <version>1.0.0-alpha-1-SNAPSHOT</version>
+  </parent>
+
   <groupId>org.apache.maven.mercury</groupId>
   <artifactId>mercury-pom</artifactId>
   <version>1-alpha-1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Mercury parent POM:                 ${project.version}</name>
+  
   <issueManagement>
   	<system>jira</system>
   	<url>http://jira.codehaus.org/browse/MERCURY</url>
@@ -28,34 +36,6 @@
       <name>Greg Wilkins</name>
     </developer>
   </developers>
-
-  <properties>
-    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
-    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
-    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
-
-    <mercury.version>1.0.0-alpha-1-SNAPSHOT</mercury.version>
-  	
-    <mercury.version.artifact>1.0.0-alpha-1-SNAPSHOT</mercury.version.artifact>
-    <mercury.version.crypto>1.0.0-alpha-1-SNAPSHOT</mercury.version.crypto>
-    <mercury.version.md>1.0.0-alpha-1-SNAPSHOT</mercury.version.md>
-    <mercury.version.repo>1.0.0-alpha-1-SNAPSHOT</mercury.version.repo>
-    <mercury.version.transport>1.0.0-alpha-1-SNAPSHOT</mercury.version.transport>
-
-  </properties>
-  
-  <distributionManagement>
-	<snapshotRepository>
-		<id>${distMgmtSnapshotsId}</id>
-		<name>${distMgmtSnapshotsName}</name>
-		<url>${distMgmtSnapshotsUrl}</url>
-	</snapshotRepository>
-  </distributionManagement>
-  
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/mercury/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/mercury/</developerConnection>
-  </scm>
   
   <dependencyManagement>
     <dependencies>