This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
The following commit(s) were added to refs/heads/master by this push: new 5896ad4a [maven-release-plugin] prepare release v1.8.0 5896ad4a is described below commit 5896ad4a9dab4f2dcde6556f40240f91fe121855 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sat Nov 30 11:20:50 2024 -1000 [maven-release-plugin] prepare release v1.8.0 --- apidocs/pom.xml | 4 ++-- modules/distribution/pom.xml | 2 +- modules/rampart-core/pom.xml | 2 +- modules/rampart-integration/pom.xml | 2 +- modules/rampart-mar/pom.xml | 2 +- modules/rampart-policy/pom.xml | 2 +- modules/rampart-samples/pom.xml | 2 +- modules/rampart-tests/pom.xml | 2 +- modules/rampart-testutils/pom.xml | 2 +- modules/rampart-trust-mar/pom.xml | 2 +- modules/rampart-trust/pom.xml | 2 +- pom.xml | 4 ++-- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apidocs/pom.xml b/apidocs/pom.xml index 050394dc..2603259a 100644 --- a/apidocs/pom.xml +++ b/apidocs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apidocs</artifactId> @@ -32,7 +32,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url> - <tag>HEAD</tag> + <tag>v1.8.0</tag> </scm> <dependencies> <dependency> diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 9a255ed1..b184f604 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/modules/rampart-core/pom.xml b/modules/rampart-core/pom.xml index 9f3fd23d..9fbaef11 100644 --- a/modules/rampart-core/pom.xml +++ b/modules/rampart-core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml index bce3de3e..b62f3ca6 100644 --- a/modules/rampart-integration/pom.xml +++ b/modules/rampart-integration/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-mar/pom.xml b/modules/rampart-mar/pom.xml index 089ff7ca..05c36efe 100644 --- a/modules/rampart-mar/pom.xml +++ b/modules/rampart-mar/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-policy/pom.xml b/modules/rampart-policy/pom.xml index 0d38319f..bbf64755 100644 --- a/modules/rampart-policy/pom.xml +++ b/modules/rampart-policy/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-samples/pom.xml b/modules/rampart-samples/pom.xml index f48bc404..fb794af5 100644 --- a/modules/rampart-samples/pom.xml +++ b/modules/rampart-samples/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-tests/pom.xml b/modules/rampart-tests/pom.xml index 62970a07..4e282395 100644 --- a/modules/rampart-tests/pom.xml +++ b/modules/rampart-tests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-testutils/pom.xml b/modules/rampart-testutils/pom.xml index 8f217045..8ddd0066 100644 --- a/modules/rampart-testutils/pom.xml +++ b/modules/rampart-testutils/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-trust-mar/pom.xml b/modules/rampart-trust-mar/pom.xml index c5de97e1..7ded86e5 100644 --- a/modules/rampart-trust-mar/pom.xml +++ b/modules/rampart-trust-mar/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-trust/pom.xml b/modules/rampart-trust/pom.xml index 5f5e171f..1d453f84 100644 --- a/modules/rampart-trust/pom.xml +++ b/modules/rampart-trust/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 98d71d11..d1c304f6 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <artifactId>rampart-project</artifactId> <packaging>pom</packaging> <description> WS-Security, WS-Trust and WS-SecureConversation implementaion for Apache Axis2 </description> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <name>Apache Rampart</name> <url>http://axis.apache.org/axis2/java/rampart</url> @@ -118,7 +118,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url> - <tag>HEAD</tag> + <tag>v1.8.0</tag> </scm> <distributionManagement>