You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/04/30 17:02:44 UTC

svn commit: r1830605 - in /aries/trunk/component-dsl: component-dsl/pom.xml itests-run/pom.xml itests/pom.xml pom.xml

Author: csierra
Date: Mon Apr 30 17:02:44 2018
New Revision: 1830605

URL: http://svn.apache.org/viewvc?rev=1830605&view=rev
Log:
Prepare release

Modified:
    aries/trunk/component-dsl/component-dsl/pom.xml
    aries/trunk/component-dsl/itests-run/pom.xml
    aries/trunk/component-dsl/itests/pom.xml
    aries/trunk/component-dsl/pom.xml

Modified: aries/trunk/component-dsl/component-dsl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/component-dsl/component-dsl/pom.xml?rev=1830605&r1=1830604&r2=1830605&view=diff
==============================================================================
--- aries/trunk/component-dsl/component-dsl/pom.xml (original)
+++ aries/trunk/component-dsl/component-dsl/pom.xml Mon Apr 30 17:02:44 2018
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.component-dsl</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.0.1</version>
+		<version>0.0.1-SNAPSHOT</version>
     </parent>
 
 	<artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>

Modified: aries/trunk/component-dsl/itests-run/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/component-dsl/itests-run/pom.xml?rev=1830605&r1=1830604&r2=1830605&view=diff
==============================================================================
--- aries/trunk/component-dsl/itests-run/pom.xml (original)
+++ aries/trunk/component-dsl/itests-run/pom.xml Mon Apr 30 17:02:44 2018
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.component-dsl</groupId>
         <artifactId>parent</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: aries/trunk/component-dsl/itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/component-dsl/itests/pom.xml?rev=1830605&r1=1830604&r2=1830605&view=diff
==============================================================================
--- aries/trunk/component-dsl/itests/pom.xml (original)
+++ aries/trunk/component-dsl/itests/pom.xml Mon Apr 30 17:02:44 2018
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.component-dsl</groupId>
         <artifactId>parent</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.component-dsl.itests</artifactId>

Modified: aries/trunk/component-dsl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/component-dsl/pom.xml?rev=1830605&r1=1830604&r2=1830605&view=diff
==============================================================================
--- aries/trunk/component-dsl/pom.xml (original)
+++ aries/trunk/component-dsl/pom.xml Mon Apr 30 17:02:44 2018
@@ -21,7 +21,7 @@
 
 	<groupId>org.apache.aries.component-dsl</groupId>
 	<artifactId>parent</artifactId>
-	<version>0.0.1</version>
+	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<parent>