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 2019/05/28 10:38:39 UTC

[aries-jax-rs-whiteboard] branch master updated: [ARIES-JAX-RS-whiteboard][maven-release-plugin] 1.0.5 prepare for next development iteration

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

csierra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


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

commit c7ce0a64db7b29d168426274ef0243d763afb58c
Author: Carlos Sierra <cs...@apache.org>
AuthorDate: Tue May 28 12:38:36 2019 +0200

    [ARIES-JAX-RS-whiteboard][maven-release-plugin] 1.0.5 prepare for next development iteration
---
 jax-rs.features/pom.xml                       | 2 +-
 jax-rs.itests-fragment/pom.xml                | 4 ++--
 jax-rs.itests/pom.xml                         | 4 ++--
 jax-rs.whiteboard/pom.xml                     | 2 +-
 org.apache.aries.jax.rs.cxf.repackage/pom.xml | 2 +-
 pom.xml                                       | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/jax-rs.features/pom.xml b/jax-rs.features/pom.xml
index 902ae0b..441bb21 100644
--- a/jax-rs.features/pom.xml
+++ b/jax-rs.features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.features</artifactId>
diff --git a/jax-rs.itests-fragment/pom.xml b/jax-rs.itests-fragment/pom.xml
index 64da3c1..817c099 100644
--- a/jax-rs.itests-fragment/pom.xml
+++ b/jax-rs.itests-fragment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
      released independently) can refer to it consistently. This artifact is not
      released anyway so the version never needs to change.
      -->
-    <version>1.0.5</version>
+    <version>1.0.6-SNAPSHOT</version>
 
     <build>
         <plugins>
diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml
index 7a671e9..2b36ea6 100644
--- a/jax-rs.itests/pom.xml
+++ b/jax-rs.itests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.aries.jax.rs</groupId>
             <artifactId>org.apache.aries.jax.rs.itests-fragment</artifactId>
-            <version>1.0.5</version>
+            <version>1.0.6-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index 1611be6..efa9961 100644
--- a/jax-rs.whiteboard/pom.xml
+++ b/jax-rs.whiteboard/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
diff --git a/org.apache.aries.jax.rs.cxf.repackage/pom.xml b/org.apache.aries.jax.rs.cxf.repackage/pom.xml
index 885e2ed..d586f48 100644
--- a/org.apache.aries.jax.rs.cxf.repackage/pom.xml
+++ b/org.apache.aries.jax.rs.cxf.repackage/pom.xml
@@ -3,7 +3,7 @@
     <parent>
       <groupId>org.apache.aries.jax.rs</groupId>
       <artifactId>org.apache.aries.jax.rs</artifactId>
-      <version>1.0.5</version>
+      <version>1.0.6-SNAPSHOT</version>
     </parent>
   
     <groupId>org.apache.aries.jax.rs.cxf.repackage</groupId>
diff --git a/pom.xml b/pom.xml
index ce49639..82923df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.aries.jax.rs</groupId>
     <artifactId>org.apache.aries.jax.rs</artifactId>
     <name>JAX-RS Integration Project</name>
-    <version>1.0.5</version>
+    <version>1.0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -44,7 +44,7 @@
         <connection>scm:git:http://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git</url>
-        <tag>org.apache.aries.jax.rs-1.0.5</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <modules>