You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/26 14:12:23 UTC

svn commit: r1074836 - in /aries/branches/experimental-release-by-module/proxy: proxy-api/pom.xml proxy-bundle/pom.xml proxy-distro/pom.xml proxy-distro/src/main/assemblies/proxy-distro.xml proxy-impl/pom.xml proxy-itests/pom.xml

Author: zoe
Date: Sat Feb 26 13:12:23 2011
New Revision: 1074836

URL: http://svn.apache.org/viewvc?rev=1074836&view=rev
Log:
Ready for to try release process

Modified:
    aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml
    aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-itests/pom.xml

Modified: aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml?rev=1074836&r1=1074835&r2=1074836&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml Sat Feb 26 13:12:23 2011
@@ -23,7 +23,8 @@
          <artifactId>java5-parent</artifactId>
          <version>0.3</version>
      </parent>
-
+    
+    <groupId>org.apache.aries.proxy</groupId>
     <artifactId>org.apache.aries.proxy.api</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy API</name>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml?rev=1074836&r1=1074835&r2=1074836&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml Sat Feb 26 13:12:23 2011
@@ -24,10 +24,11 @@
         <version>0.3</version>
     </parent>
 
+    <groupId>org.apache.aries.proxy</groupId>
     <artifactId>org.apache.aries.proxy</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Bundle</name>
-    <version>0.4</version>
+    <version>0.4-SNAPSHOT </version>
     <description>
         This bundle contains the Apache Aries Proxy Service.
     </description>
@@ -67,7 +68,7 @@
         <dependency>
         	<groupId>org.apache.aries.proxy</groupId>
         	<artifactId>org.apache.aries.proxy.impl</artifactId>
-            <version>0.3</version>
+            <version>0.5-SNAPSHOT</version>
         </dependency>
      <!-- Dependencies on other aries modules, versions specified in module parent -->
 

Modified: aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml?rev=1074836&r1=1074835&r2=1074836&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml Sat Feb 26 13:12:23 2011
@@ -27,7 +27,7 @@
 
 
 	<groupId>org.apache.aries.proxy</groupId>
-	<artifactId>proxy-distro</artifactId>
+	<artifactId>org.apache.aries.proxy-distro</artifactId>
 	<name>Proxy distribution</name>
     <version>0.8-SNAPSHOT</version>
 	<packaging>pom</packaging>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml?rev=1074836&r1=1074835&r2=1074836&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml Sat Feb 26 13:12:23 2011
@@ -19,8 +19,6 @@
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
 
-	<id>distribution</id>
-
 	<formats>
 		<format>zip</format>
 	</formats>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml?rev=1074836&r1=1074835&r2=1074836&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-impl/pom.xml Sat Feb 26 13:12:23 2011
@@ -24,10 +24,11 @@
         <version>0.3</version>
     </parent>
 
+    <groupId>org.apache.aries.proxy</groupId>
     <artifactId>org.apache.aries.proxy.impl</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Implementation</name>
-        <version>0.5</version>
+        <version>0.5-SNAPSHOT</version>
     <description>
         This bundle contains the proxy service implementation for Apache Aries
     </description>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-itests/pom.xml?rev=1074836&r1=1074835&r2=1074836&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-itests/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-itests/pom.xml Sat Feb 26 13:12:23 2011
@@ -24,12 +24,13 @@
         <version>0.3</version>
     </parent>
 
+    <groupId>org.apache.aries.proxy</groupId>
     <artifactId>org.apache.aries.proxy.itests</artifactId>
-    
     <name>Apache Aries Proxy iTests</name>
     <description>
         Integration tests using the standalone proxy-bundle.
     </description>
+    <version>0.4-SNAPSHOT</version>
 
     <scm>
          <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-itests</connection>