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 18:53:24 UTC

svn commit: r1074888 - in /aries/branches/experimental-release-by-module/proxy: proxy-api/pom.xml proxy-bundle/pom.xml proxy-distro/pom.xml proxy-impl/pom.xml

Author: zoe
Date: Sat Feb 26 17:53:24 2011
New Revision: 1074888

URL: http://svn.apache.org/viewvc?rev=1074888&view=rev
Log:
[maven-release-plugin] prepare release org.apache.aries.proxy-distro-0.8

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-impl/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=1074888&r1=1074887&r2=1074888&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 17:53:24 2011
@@ -28,15 +28,15 @@
     <artifactId>org.apache.aries.proxy.api</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy API</name>
-    <version>0.3</version>
+    <version>0.8</version>
     <description>
         This bundle contains the Apache Aries Proxy service API.
     </description>
 
     <scm>
-       <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-api</connection>
-       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-api</developerConnection>
-       <url>http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-api</url>
+       <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</connection>
+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</developerConnection>
+       <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy-distro-0.8</url>
     </scm>
 
 

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=1074888&r1=1074887&r2=1074888&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 17:53:24 2011
@@ -28,15 +28,15 @@
     <artifactId>org.apache.aries.proxy</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Bundle</name>
-    <version>0.4 </version>
+    <version>0.8 </version>
     <description>
         This bundle contains the Apache Aries Proxy Service.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy-distro-0.8</url>
     </scm>
 
          
@@ -63,12 +63,12 @@
         <dependency>
         	<groupId>org.apache.aries.proxy</groupId>
         	<artifactId>org.apache.aries.proxy.api</artifactId>
-            <version>0.3</version>
+            <version>0.8</version>
         </dependency>
         <dependency>
         	<groupId>org.apache.aries.proxy</groupId>
         	<artifactId>org.apache.aries.proxy.impl</artifactId>
-            <version>0.5</version>
+            <version>0.8</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=1074888&r1=1074887&r2=1074888&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 17:53:24 2011
@@ -28,13 +28,13 @@
 	<groupId>org.apache.aries.proxy</groupId>
 	<artifactId>org.apache.aries.proxy-distro</artifactId>
 	<name>Proxy distribution</name>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
 	<packaging>pom</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-distro</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-distro</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-distro</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy-distro-0.8</url>
     </scm>
 
 

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=1074888&r1=1074887&r2=1074888&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 17:53:24 2011
@@ -28,15 +28,15 @@
     <artifactId>org.apache.aries.proxy.impl</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Implementation</name>
-        <version>0.5</version>
+        <version>0.8</version>
     <description>
         This bundle contains the proxy service implementation for Apache Aries
     </description>
 
     <scm>
-       <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-impl</connection>
-       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy/proxy-impl</developerConnection>
-       <url>http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-impl</url>
+       <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</connection>
+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-distro-0.8</developerConnection>
+       <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy-distro-0.8</url>
     </scm>
 
 
@@ -60,7 +60,7 @@
         <dependency>
         	<groupId>org.apache.aries.proxy</groupId>
         	<artifactId>org.apache.aries.proxy.api</artifactId>
-            <version>0.3</version>
+            <version>0.8</version>
         	<scope>compile</scope>
         </dependency>
     <!-- Dependencies on other aries modules, versions specified in module parent -->