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:33 UTC

[aries-jax-rs-whiteboard] annotated tag org.apache.aries.jax.rs-1.0.8 created (now e89ee4f)

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

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


      at e89ee4f  (tag)
 tagging 065e22cd43edf17b46e16dd15cdf875007ce0cfe (commit)
 replaces org.apache.aries.jax.rs-1.0.7
      by Carlos Sierra Andrés
      on Wed Mar 11 10:52:22 2020 +0100

- Log -----------------------------------------------------------------
[ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 copy for tag org.apache.aries.jax.rs-1.0.8
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 0608e52  Check in resolver output
     new 065e22c  [ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 prepare release org.apache.aries.jax.rs-1.0.8

The 2 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.



[aries-jax-rs-whiteboard] 01/02: Check in resolver output

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0608e52aa273e8e9b9241833077ca3383a699e54
Author: Carlos Sierra Andrés <ca...@liferay.com>
AuthorDate: Wed Mar 11 09:51:16 2020 +0100

    Check in resolver output
---
 jax-rs.itests/itest.bndrun | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jax-rs.itests/itest.bndrun b/jax-rs.itests/itest.bndrun
index 128b6af..a666494 100644
--- a/jax-rs.itests/itest.bndrun
+++ b/jax-rs.itests/itest.bndrun
@@ -56,8 +56,8 @@
 	osgi.enroute.junit.wrapper;version='[4.12.0,4.12.1)',\
 	org.apache.aries.spifly.dynamic.framework.extension;version='[1.2.1,1.2.2)',\
 	org.apache.felix.http.jetty;version='[4.0.8,4.0.9)',\
-	org.apache.aries.jax.rs.itests;version='[1.0.7,1.0.8)',\
-	org.apache.aries.jax.rs.itests-fragment;version='[1.0.7,1.0.8)',\
-	org.apache.aries.jax.rs.whiteboard;version='[1.0.7,1.0.8)'
+	org.apache.aries.jax.rs.itests;version='[1.0.8,1.0.9)',\
+	org.apache.aries.jax.rs.itests-fragment;version='[1.0.8,1.0.9)',\
+	org.apache.aries.jax.rs.whiteboard;version='[1.0.8,1.0.9)'
 
 -include: -personal.bnd


[aries-jax-rs-whiteboard] 02/02: [ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 prepare release org.apache.aries.jax.rs-1.0.8

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 065e22cd43edf17b46e16dd15cdf875007ce0cfe
Author: Carlos Sierra Andrés <ca...@liferay.com>
AuthorDate: Wed Mar 11 09:55:43 2020 +0100

    [ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 prepare release org.apache.aries.jax.rs-1.0.8
---
 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 dc23ed2..23b1b92 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-SNAPSHOT</version>
+        <version>1.0.8</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 c18aad4..2d320ac 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-SNAPSHOT</version>
+        <version>1.0.8</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-SNAPSHOT</version>
+    <version>1.0.8</version>
 
     <build>
         <plugins>
diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml
index dbce6cc..32036fd 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-SNAPSHOT</version>
+        <version>1.0.8</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-SNAPSHOT</version>
+            <version>1.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index 01440a1..5ce6653 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-SNAPSHOT</version>
+        <version>1.0.8</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 71f87cb..d05150f 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-SNAPSHOT</version>
+      <version>1.0.8</version>
     </parent>
   
     <groupId>org.apache.aries.jax.rs.cxf.repackage</groupId>
diff --git a/pom.xml b/pom.xml
index 9e7945c..f3951ef 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-SNAPSHOT</version>
+    <version>1.0.8</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>HEAD</tag>
+        <tag>org.apache.aries.jax.rs-1.0.8</tag>
     </scm>
 
     <modules>