You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2021/08/24 16:00:05 UTC

[aries-jax-rs-whiteboard] branch master updated: [ARIES-JAXRS-Whiteboard][maven-release-plugin] 2.0.1 prepare release org.apache.aries.jax.rs-2.0.1

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

timothyjward 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 a0e1fe5  [ARIES-JAXRS-Whiteboard][maven-release-plugin] 2.0.1 prepare release org.apache.aries.jax.rs-2.0.1
a0e1fe5 is described below

commit a0e1fe56e6547c696c26997750075495e081e4dc
Author: Tim Ward <ti...@apache.org>
AuthorDate: Tue Aug 24 17:00:02 2021 +0100

    [ARIES-JAXRS-Whiteboard][maven-release-plugin] 2.0.1 prepare release org.apache.aries.jax.rs-2.0.1
---
 integrations/cxf-jettison/cxf-jettison-itest/pom.xml       | 2 +-
 integrations/cxf-jettison/cxf-jettison-jaxrs/pom.xml       | 2 +-
 integrations/cxf-jettison/pom.xml                          | 4 ++--
 integrations/jackson/jackson-itest/pom.xml                 | 2 +-
 integrations/jackson/jackson-jaxrs/pom.xml                 | 2 +-
 integrations/jackson/pom.xml                               | 4 ++--
 integrations/openapi/openapi-itest/pom.xml                 | 2 +-
 integrations/openapi/openapi-resource/pom.xml              | 2 +-
 integrations/openapi/pom.xml                               | 4 ++--
 integrations/pom.xml                                       | 4 ++--
 integrations/rest-management/pom.xml                       | 4 ++--
 integrations/rest-management/rest-management-itest/pom.xml | 2 +-
 integrations/rest-management/rest-management/pom.xml       | 2 +-
 integrations/shiro/pom.xml                                 | 4 ++--
 integrations/shiro/shiro-authc/pom.xml                     | 2 +-
 integrations/shiro/shiro-authz/pom.xml                     | 2 +-
 integrations/shiro/shiro-itest/pom.xml                     | 2 +-
 jax-rs.example/pom.xml                                     | 2 +-
 jax-rs.features/pom.xml                                    | 2 +-
 jax-rs.itests/pom.xml                                      | 2 +-
 jax-rs.whiteboard/pom.xml                                  | 2 +-
 pom.xml                                                    | 4 ++--
 22 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/integrations/cxf-jettison/cxf-jettison-itest/pom.xml b/integrations/cxf-jettison/cxf-jettison-itest/pom.xml
index 74edb8b..42eb07f 100644
--- a/integrations/cxf-jettison/cxf-jettison-itest/pom.xml
+++ b/integrations/cxf-jettison/cxf-jettison-itest/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>cxf-jettison-integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.jaxb.json.cxf-jettison-itest</artifactId>
diff --git a/integrations/cxf-jettison/cxf-jettison-jaxrs/pom.xml b/integrations/cxf-jettison/cxf-jettison-jaxrs/pom.xml
index ab7efd2..b1ed0f1 100644
--- a/integrations/cxf-jettison/cxf-jettison-jaxrs/pom.xml
+++ b/integrations/cxf-jettison/cxf-jettison-jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/integrations/cxf-jettison/pom.xml b/integrations/cxf-jettison/pom.xml
index f308283..df8d76a 100644
--- a/integrations/cxf-jettison/pom.xml
+++ b/integrations/cxf-jettison/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>cxf-jettison-integration</artifactId>
@@ -33,7 +33,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-2.0.1</tag>
     </scm>
 
     <modules>
diff --git a/integrations/jackson/jackson-itest/pom.xml b/integrations/jackson/jackson-itest/pom.xml
index 0c0eded..60dab70 100644
--- a/integrations/jackson/jackson-itest/pom.xml
+++ b/integrations/jackson/jackson-itest/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>jackson-integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.jackson.itest</artifactId>
diff --git a/integrations/jackson/jackson-jaxrs/pom.xml b/integrations/jackson/jackson-jaxrs/pom.xml
index 4bf5530..e35947b 100644
--- a/integrations/jackson/jackson-jaxrs/pom.xml
+++ b/integrations/jackson/jackson-jaxrs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/integrations/jackson/pom.xml b/integrations/jackson/pom.xml
index 563ce7d..39ef460 100644
--- a/integrations/jackson/pom.xml
+++ b/integrations/jackson/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>jackson-integration</artifactId>
@@ -35,7 +35,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-2.0.1</tag>
     </scm>
 
     <modules>
diff --git a/integrations/openapi/openapi-itest/pom.xml b/integrations/openapi/openapi-itest/pom.xml
index be7553b..1d643e5 100644
--- a/integrations/openapi/openapi-itest/pom.xml
+++ b/integrations/openapi/openapi-itest/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>openapi-integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.openapi.itest</artifactId>
diff --git a/integrations/openapi/openapi-resource/pom.xml b/integrations/openapi/openapi-resource/pom.xml
index 7cef674..077fe0e 100644
--- a/integrations/openapi/openapi-resource/pom.xml
+++ b/integrations/openapi/openapi-resource/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/integrations/openapi/pom.xml b/integrations/openapi/pom.xml
index 5a5cf19..15d700d 100644
--- a/integrations/openapi/pom.xml
+++ b/integrations/openapi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
       <groupId>org.apache.aries.jax.rs</groupId>
       <artifactId>integration</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0.1</version>
     </parent>
 
     <artifactId>openapi-integration</artifactId>
@@ -33,7 +33,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-2.0.1</tag>
     </scm>
 
     <modules>
diff --git a/integrations/pom.xml b/integrations/pom.xml
index d8a1fdf..e570b95 100644
--- a/integrations/pom.xml
+++ b/integrations/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>integration</artifactId>
@@ -40,7 +40,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-2.0.1</tag>
     </scm>
 
     <modules>
diff --git a/integrations/rest-management/pom.xml b/integrations/rest-management/pom.xml
index 2917691..97f2dbd 100644
--- a/integrations/rest-management/pom.xml
+++ b/integrations/rest-management/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>rest-management-integration</artifactId>
@@ -33,7 +33,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-2.0.1</tag>
     </scm>
 
     <modules>
diff --git a/integrations/rest-management/rest-management-itest/pom.xml b/integrations/rest-management/rest-management-itest/pom.xml
index c72504b..040eca0 100644
--- a/integrations/rest-management/rest-management-itest/pom.xml
+++ b/integrations/rest-management/rest-management-itest/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>rest-management-integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.rest.management.itest</artifactId>
diff --git a/integrations/rest-management/rest-management/pom.xml b/integrations/rest-management/rest-management/pom.xml
index 57dcb54..5e14f75 100644
--- a/integrations/rest-management/rest-management/pom.xml
+++ b/integrations/rest-management/rest-management/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/integrations/shiro/pom.xml b/integrations/shiro/pom.xml
index 030a7c5..3afb6b9 100644
--- a/integrations/shiro/pom.xml
+++ b/integrations/shiro/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>shiro-integration</artifactId>
@@ -33,7 +33,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-2.0.1</tag>
     </scm>
 
     <modules>
diff --git a/integrations/shiro/shiro-authc/pom.xml b/integrations/shiro/shiro-authc/pom.xml
index 0b92112..c51899f 100644
--- a/integrations/shiro/shiro-authc/pom.xml
+++ b/integrations/shiro/shiro-authc/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/integrations/shiro/shiro-authz/pom.xml b/integrations/shiro/shiro-authz/pom.xml
index c0a0e15..0782b57 100644
--- a/integrations/shiro/shiro-authz/pom.xml
+++ b/integrations/shiro/shiro-authz/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../..</relativePath>
     </parent>
 
diff --git a/integrations/shiro/shiro-itest/pom.xml b/integrations/shiro/shiro-itest/pom.xml
index 5137639..4ffe473 100644
--- a/integrations/shiro/shiro-itest/pom.xml
+++ b/integrations/shiro/shiro-itest/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>shiro-integration</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.shiro.itest</artifactId>
diff --git a/jax-rs.example/pom.xml b/jax-rs.example/pom.xml
index ac7cbd6..330961c 100644
--- a/jax-rs.example/pom.xml
+++ b/jax-rs.example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.example</artifactId>
diff --git a/jax-rs.features/pom.xml b/jax-rs.features/pom.xml
index 3e12956..5748102 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>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.features</artifactId>
diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml
index 30f4410..9fd39af 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>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.itests</artifactId>
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index 3084c03..29ca82b 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>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
diff --git a/pom.xml b/pom.xml
index e261ae6..c19514a 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>Apache Aries JAX-RS Whiteboard Integration Project</name>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -91,7 +91,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-2.0.1</tag>
     </scm>
 
     <modules>