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 2020/03/11 09:52:45 UTC

[aries-jax-rs-whiteboard] branch master updated (dee3b4d -> b04385c)

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

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


    from dee3b4d  Revert "[ARIES-1968] Use latest CXF"
     add 0608e52  Check in resolver output
     add 065e22c  [ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 prepare release org.apache.aries.jax.rs-1.0.8
     new b04385c  [ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jax-rs.features/pom.xml                       | 2 +-
 jax-rs.itests-fragment/pom.xml                | 4 ++--
 jax-rs.itests/itest.bndrun                    | 6 +++---
 jax-rs.itests/pom.xml                         | 4 ++--
 jax-rs.whiteboard/pom.xml                     | 2 +-
 org.apache.aries.jax.rs.cxf.repackage/pom.xml | 2 +-
 pom.xml                                       | 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)


[aries-jax-rs-whiteboard] 01/01: [ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 prepare for next development iteration

Posted by cs...@apache.org.
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

commit b04385c5e81312fc863bc6b0dbb88ef308fa1192
Author: Carlos Sierra Andrés <ca...@liferay.com>
AuthorDate: Wed Mar 11 10:52:35 2020 +0100

    [ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 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 23b1b92..a83b23f 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.8</version>
+        <version>1.0.9-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 2d320ac..fdc5cd3 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.8</version>
+        <version>1.0.9-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.8</version>
+    <version>1.0.9-SNAPSHOT</version>
 
     <build>
         <plugins>
diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml
index 32036fd..4ceb559 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.8</version>
+        <version>1.0.9-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.8</version>
+            <version>1.0.9-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 5ce6653..f5ada43 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.8</version>
+        <version>1.0.9-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 d05150f..6bc66d8 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.8</version>
+      <version>1.0.9-SNAPSHOT</version>
     </parent>
   
     <groupId>org.apache.aries.jax.rs.cxf.repackage</groupId>
diff --git a/pom.xml b/pom.xml
index f3951ef..169b6f6 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.8</version>
+    <version>1.0.9-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.8</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <modules>