You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/08/06 13:39:48 UTC

svn commit: r1694459 - in /aries/trunk/async: async-all/pom.xml async-api/pom.xml async-impl/pom.xml pom.xml promise-api/pom.xml

Author: davidb
Date: Thu Aug  6 11:39:48 2015
New Revision: 1694459

URL: http://svn.apache.org/r1694459
Log:
[maven-release-plugin] prepare release async-1.0.1

Modified:
    aries/trunk/async/async-all/pom.xml
    aries/trunk/async/async-api/pom.xml
    aries/trunk/async/async-impl/pom.xml
    aries/trunk/async/pom.xml
    aries/trunk/async/promise-api/pom.xml

Modified: aries/trunk/async/async-all/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/async/async-all/pom.xml?rev=1694459&r1=1694458&r2=1694459&view=diff
==============================================================================
--- aries/trunk/async/async-all/pom.xml (original)
+++ aries/trunk/async/async-all/pom.xml Thu Aug  6 11:39:48 2015
@@ -32,15 +32,15 @@
     <artifactId>org.apache.aries.async</artifactId>
     <packaging>bundle</packaging>
     <name>Aries Async Service Bundle (all in one)</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <description>
         This bundle contains the Aries Async Service implementation and all of its dependencies
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/async-all</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/async-all</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/async/async-all</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/async-1.0.1/async-all</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/async-1.0.1/async-all</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/async-1.0.1/async-all</url>
     </scm>
 
     <properties>
@@ -76,17 +76,17 @@
         <dependency>
             <groupId>org.apache.aries.async</groupId>
             <artifactId>org.apache.aries.async.promise.api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.async</groupId>
             <artifactId>org.apache.aries.async.api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.async</groupId>
             <artifactId>org.apache.aries.async.impl</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
 	        <groupId>cglib</groupId>

Modified: aries/trunk/async/async-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/async/async-api/pom.xml?rev=1694459&r1=1694458&r2=1694459&view=diff
==============================================================================
--- aries/trunk/async/async-api/pom.xml (original)
+++ aries/trunk/async/async-api/pom.xml Thu Aug  6 11:39:48 2015
@@ -32,15 +32,15 @@
     <artifactId>org.apache.aries.async.api</artifactId>
     <packaging>bundle</packaging>
     <name>OSGI Async API</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <description>
         This bundle contains the OSGi Async Service API.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/async-api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/async-api</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/async/async-api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/async-1.0.1/async-api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/async-1.0.1/async-api</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/async-1.0.1/async-api</url>
     </scm>
 
     <properties>
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>org.apache.aries.async</groupId>
             <artifactId>org.apache.aries.async.promise.api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/trunk/async/async-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/async/async-impl/pom.xml?rev=1694459&r1=1694458&r2=1694459&view=diff
==============================================================================
--- aries/trunk/async/async-impl/pom.xml (original)
+++ aries/trunk/async/async-impl/pom.xml Thu Aug  6 11:39:48 2015
@@ -32,15 +32,15 @@
     <artifactId>org.apache.aries.async.impl</artifactId>
     <packaging>bundle</packaging>
     <name>Aries Async Service</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <description>
         This bundle contains the Aries Async Service implementation.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/async-impl</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/async-impl</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/async/async-impl</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/async-1.0.1/async-impl</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/async-1.0.1/async-impl</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/async-1.0.1/async-impl</url>
     </scm>
 
     <properties>
@@ -61,12 +61,12 @@
         <dependency>
             <groupId>org.apache.aries.async</groupId>
             <artifactId>org.apache.aries.async.promise.api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.async</groupId>
             <artifactId>org.apache.aries.async.api</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/trunk/async/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/async/pom.xml?rev=1694459&r1=1694458&r2=1694459&view=diff
==============================================================================
--- aries/trunk/async/pom.xml (original)
+++ aries/trunk/async/pom.xml Thu Aug  6 11:39:48 2015
@@ -32,15 +32,15 @@
     <artifactId>async</artifactId>
     <name>Apache Aries Async</name>
     <packaging>pom</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <description>
        Async services, including Promises.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/async</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/async-1.0.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/async-1.0.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/async-1.0.1</url>
     </scm>
 
     <modules>

Modified: aries/trunk/async/promise-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/async/promise-api/pom.xml?rev=1694459&r1=1694458&r2=1694459&view=diff
==============================================================================
--- aries/trunk/async/promise-api/pom.xml (original)
+++ aries/trunk/async/promise-api/pom.xml Thu Aug  6 11:39:48 2015
@@ -32,15 +32,15 @@
     <artifactId>org.apache.aries.async.promise.api</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Async Promise API</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <description>
         This bundle contains the Apache Aries Async Promise service API.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/promise-api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/promise-api</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/async/promise-api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/async-1.0.1/promise-api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/async-1.0.1/promise-api</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/async-1.0.1/promise-api</url>
     </scm>
 
     <properties>