You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2019/04/01 16:48:24 UTC

[aries-cdi] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 53f2627  [maven-release-plugin] prepare for next development iteration
53f2627 is described below

commit 53f26270c397526aa31abfd8512e6cd354b16d74
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Mon Apr 1 12:48:18 2019 -0400

    [maven-release-plugin] prepare for next development iteration
---
 cdi-bom/pom.xml              | 2 +-
 cdi-executable/pom.xml       | 2 +-
 cdi-extender/pom.xml         | 2 +-
 cdi-extension-el-jsp/pom.xml | 2 +-
 cdi-extension-http/pom.xml   | 2 +-
 cdi-extension-jndi/pom.xml   | 2 +-
 cdi-extra/pom.xml            | 2 +-
 cdi-itests/pom.xml           | 2 +-
 pom.xml                      | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/cdi-bom/pom.xml b/cdi-bom/pom.xml
index 87f9135..52b9365 100644
--- a/cdi-bom/pom.xml
+++ b/cdi-bom/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.0.2-SNAPSHOT</version>
+		<version>1.0.3-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.apache.aries.cdi.bom</artifactId>
diff --git a/cdi-executable/pom.xml b/cdi-executable/pom.xml
index 8fcbb79..5f9120e 100644
--- a/cdi-executable/pom.xml
+++ b/cdi-executable/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.0.2-SNAPSHOT</version>
+		<version>1.0.3-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.apache.aries.cdi.executable</artifactId>
diff --git a/cdi-extender/pom.xml b/cdi-extender/pom.xml
index 79b52bf..6418afc 100644
--- a/cdi-extender/pom.xml
+++ b/cdi-extender/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.0.2-SNAPSHOT</version>
+		<version>1.0.3-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/cdi-extension-el-jsp/pom.xml b/cdi-extension-el-jsp/pom.xml
index aab75b1..4d72cb2 100644
--- a/cdi-extension-el-jsp/pom.xml
+++ b/cdi-extension-el-jsp/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.0.2-SNAPSHOT</version>
+		<version>1.0.3-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.apache.aries.cdi.extension.el.jsp</artifactId>
diff --git a/cdi-extension-http/pom.xml b/cdi-extension-http/pom.xml
index a03b27d..0734bfd 100644
--- a/cdi-extension-http/pom.xml
+++ b/cdi-extension-http/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.0.2-SNAPSHOT</version>
+		<version>1.0.3-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/cdi-extension-jndi/pom.xml b/cdi-extension-jndi/pom.xml
index b835d46..19f6c58 100644
--- a/cdi-extension-jndi/pom.xml
+++ b/cdi-extension-jndi/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.0.2-SNAPSHOT</version>
+		<version>1.0.3-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/cdi-extra/pom.xml b/cdi-extra/pom.xml
index dd435d1..826ccdb 100644
--- a/cdi-extra/pom.xml
+++ b/cdi-extra/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.0.2-SNAPSHOT</version>
+		<version>1.0.3-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/cdi-itests/pom.xml b/cdi-itests/pom.xml
index bc2754c..76207b2 100644
--- a/cdi-itests/pom.xml
+++ b/cdi-itests/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.0.2-SNAPSHOT</version>
+		<version>1.0.3-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 664ad00..ebc6612 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 	<groupId>org.apache.aries.cdi</groupId>
 	<artifactId>org.apache.aries.cdi</artifactId>
 	<name>Apache Aries CDI - OSGi CDI Integration Project</name>
-	<version>1.0.2-SNAPSHOT</version>
+	<version>1.0.3-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<properties>