This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/3_0_x-fixes by this push:
new af426162c [maven-release-plugin] prepare release wss4j-3.0.2
af426162c is described below
commit af426162c639521784c5eb126fe424e9822b5acb
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Oct 24 07:12:52 2023 +0100
[maven-release-plugin] prepare release wss4j-3.0.2
---
bindings/pom.xml | 2 +-
integration/pom.xml | 2 +-
parent/pom.xml | 2 +-
policy/pom.xml | 2 +-
pom.xml | 6 +++---
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, 12 insertions(+), 12 deletions(-)
diff --git a/bindings/pom.xml b/bindings/pom.xml
index c0a4f3b8b..f3c9d4aea 100644
--- a/bindings/pom.xml
+++ b/bindings/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-parent</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration/pom.xml b/integration/pom.xml
index a299bfd1b..a32f16aec 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>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</version>
</parent>
<artifactId>wss4j-integration</artifactId>
<name>Apache WSS4J WS-Security Integration</name>
diff --git a/parent/pom.xml b/parent/pom.xml
index d5044850b..5da3b4226 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</version>
</parent>
<artifactId>wss4j-parent</artifactId>
<packaging>pom</packaging>
diff --git a/policy/pom.xml b/policy/pom.xml
index c09d22c73..784e2139c 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>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</version>
</parent>
<artifactId>wss4j-policy</artifactId>
<name>Apache WSS4J WS-SecurityPolicy model</name>
diff --git a/pom.xml b/pom.xml
index 0e4900726..694a59a01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</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-3.0.2</tag>
</scm>
<organization>
<name>The Apache Software Foundation</name>
@@ -109,7 +109,7 @@
<maven.compiler.target>11</maven.compiler.target>
<buildtools.dir>${basedir}/build-tools</buildtools.dir>
<maven-owasp-plugin-version>8.4.0</maven-owasp-plugin-version>
-
<project.build.outputTimestamp>2023-07-12T11:16:09Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-10-24T06:06:29Z</project.build.outputTimestamp>
</properties>
<modules>
diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml
index df016c505..1c86a09f7 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>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</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 ff3b7bbe5..ae3931195 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>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</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 f13cca46e..fa236c03c 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>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</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 8838fe86f..cdff4b080 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>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</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 3d28d07be..1d0826acf 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>3.0.2-SNAPSHOT</version>
+ <version>3.0.2</version>
</parent>
<artifactId>wss4j-ws-security-web</artifactId>
<name>Apache WSS4J Web WS-Security</name>