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 b45612a9a [maven-release-plugin] prepare release wss4j-3.0.3 b45612a9a is described below commit b45612a9a7f09d5bb843747173b0f8c89d5e65c4 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Thu Feb 22 13:57:41 2024 +0000 [maven-release-plugin] prepare release wss4j-3.0.3 --- bindings/pom.xml | 2 +- integration/pom.xml | 2 +- parent/pom.xml | 5 ++--- policy/pom.xml | 5 ++--- pom.xml | 9 ++++----- ws-security-common/pom.xml | 2 +- ws-security-dom/pom.xml | 5 ++--- ws-security-policy-stax/pom.xml | 2 +- ws-security-stax/pom.xml | 2 +- ws-security-web/pom.xml | 2 +- 10 files changed, 16 insertions(+), 20 deletions(-) diff --git a/bindings/pom.xml b/bindings/pom.xml index 61a0f14b5..f2d3ecf6b 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.3-SNAPSHOT</version> + <version>3.0.3</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration/pom.xml b/integration/pom.xml index 5a1d13884..484e43349 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.3-SNAPSHOT</version> + <version>3.0.3</version> </parent> <artifactId>wss4j-integration</artifactId> <name>Apache WSS4J WS-Security Integration</name> diff --git a/parent/pom.xml b/parent/pom.xml index 3741bc5e8..ee6d7094d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j</artifactId> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</version> </parent> <artifactId>wss4j-parent</artifactId> <packaging>pom</packaging> diff --git a/policy/pom.xml b/policy/pom.xml index 171a1b603..a769a9b97 100644 --- a/policy/pom.xml +++ b/policy/pom.xml @@ -17,15 +17,14 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</version> </parent> <artifactId>wss4j-policy</artifactId> <name>Apache WSS4J WS-SecurityPolicy model</name> diff --git a/pom.xml b/pom.xml index f73f54948..e0fc3b33c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,12 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j</artifactId> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</version> <packaging>pom</packaging> <name>Apache WSS4J</name> <description> @@ -82,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.3</tag> </scm> <organization> <name>The Apache Software Foundation</name> @@ -110,7 +109,7 @@ <maven.compiler.target>11</maven.compiler.target> <buildtools.dir>${basedir}/build-tools</buildtools.dir> <maven-owasp-plugin-version>9.0.9</maven-owasp-plugin-version> - <project.build.outputTimestamp>2023-10-24T06:13:14Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-02-22T13:52:52Z</project.build.outputTimestamp> </properties> <modules> diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml index 21a7ab159..00194c85b 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.3-SNAPSHOT</version> + <version>3.0.3</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 6b7e5b6ec..2ee6d40b1 100644 --- a/ws-security-dom/pom.xml +++ b/ws-security-dom/pom.xml @@ -16,15 +16,14 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</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 5fff6ded6..b2f3e456d 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.3-SNAPSHOT</version> + <version>3.0.3</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 bc517ce15..19ac6a429 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.3-SNAPSHOT</version> + <version>3.0.3</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 416cd0543..c1983b51a 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.3-SNAPSHOT</version> + <version>3.0.3</version> </parent> <artifactId>wss4j-ws-security-web</artifactId> <name>Apache WSS4J Web WS-Security</name>