You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2021/09/14 09:27:47 UTC

[ws-wss4j] branch 2_2_x-fixes updated: [maven-release-plugin] prepare release wss4j-2.2.7

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

coheigea pushed a commit to branch 2_2_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_2_x-fixes by this push:
     new 48a3297  [maven-release-plugin] prepare release wss4j-2.2.7
48a3297 is described below

commit 48a3297922bcb01a0a10fd058cca020fe70eaf0d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Sep 14 10:27:45 2021 +0100

    [maven-release-plugin] prepare release wss4j-2.2.7
---
 bindings/pom.xml                | 2 +-
 integration/pom.xml             | 2 +-
 parent/pom.xml                  | 2 +-
 policy/pom.xml                  | 2 +-
 pom.xml                         | 4 ++--
 ws-security-common/pom.xml      | 2 +-
 ws-security-dom/pom.xml         | 2 +-
 ws-security-policy-stax/pom.xml | 2 +-
 ws-security-stax/pom.xml        | 2 +-
 ws-security-web/pom.xml         | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/bindings/pom.xml b/bindings/pom.xml
index ca565d6..85069c5 100644
--- a/bindings/pom.xml
+++ b/bindings/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/integration/pom.xml b/integration/pom.xml
index d314bbf..c8b411f 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
     </parent>
     <artifactId>wss4j-integration</artifactId>
     <name>Apache WSS4J WS-Security Integration</name>
diff --git a/parent/pom.xml b/parent/pom.xml
index 857346b..f3f2362 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j</artifactId>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
     </parent>
     <artifactId>wss4j-parent</artifactId>
     <packaging>pom</packaging>
diff --git a/policy/pom.xml b/policy/pom.xml
index 40a8f50..28b7760 100644
--- a/policy/pom.xml
+++ b/policy/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
     </parent>
     <artifactId>wss4j-policy</artifactId>
     <name>Apache WSS4J WS-SecurityPolicy model</name>
diff --git a/pom.xml b/pom.xml
index b116d22..479735a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.apache.wss4j</groupId>
     <artifactId>wss4j</artifactId>
-    <version>2.2.7-SNAPSHOT</version>
+    <version>2.2.7</version>
     <packaging>pom</packaging>
     <name>Apache WSS4J</name>
     <description>
@@ -81,7 +81,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/ws-wss4j.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-wss4j.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=ws-wss4j.git;a=summary</url>
-      <tag>HEAD</tag>
+      <tag>wss4j-2.2.7</tag>
   </scm>
     <organization>
         <name>The Apache Software Foundation</name>
diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml
index 2bde153..7939833 100644
--- a/ws-security-common/pom.xml
+++ b/ws-security-common/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
     </parent>
     <artifactId>wss4j-ws-security-common</artifactId>
     <name>Apache WSS4J WS-Security Common</name>
diff --git a/ws-security-dom/pom.xml b/ws-security-dom/pom.xml
index 323defc..5507c41 100644
--- a/ws-security-dom/pom.xml
+++ b/ws-security-dom/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
     </parent>
     <artifactId>wss4j-ws-security-dom</artifactId>
     <name>Apache WSS4J DOM WS-Security</name>
diff --git a/ws-security-policy-stax/pom.xml b/ws-security-policy-stax/pom.xml
index 4779e32..ecafdaf 100644
--- a/ws-security-policy-stax/pom.xml
+++ b/ws-security-policy-stax/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
     </parent>
     <artifactId>wss4j-ws-security-policy-stax</artifactId>
     <name>Apache WSS4J Streaming WS-SecurityPolicy</name>
diff --git a/ws-security-stax/pom.xml b/ws-security-stax/pom.xml
index 7796cf5..028fce5 100644
--- a/ws-security-stax/pom.xml
+++ b/ws-security-stax/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
     </parent>
     <artifactId>wss4j-ws-security-stax</artifactId>
     <name>Apache WSS4J Streaming WS-Security</name>
diff --git a/ws-security-web/pom.xml b/ws-security-web/pom.xml
index c2294fb..9691d59 100644
--- a/ws-security-web/pom.xml
+++ b/ws-security-web/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.wss4j</groupId>
         <artifactId>wss4j-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>2.2.7-SNAPSHOT</version>
+        <version>2.2.7</version>
     </parent>
     <artifactId>wss4j-ws-security-web</artifactId>
     <name>Apache WSS4J Web WS-Security</name>