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 7add69c2 [maven-release-plugin] prepare for next development iteration 7add69c2 is described below commit 7add69c2a0b37a192c9494c66bb319e1eedd9606 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sat Nov 30 11:31:09 2024 -1000 [maven-release-plugin] prepare for next development iteration --- 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 2603259a..444227c2 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</version> + <version>2.0.0-SNAPSHOT</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>v1.8.0</tag> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index b184f604..032d878d 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</version> + <version>2.0.0-SNAPSHOT</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 9fbaef11..d3ea3872 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml index b62f3ca6..ed8fd165 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-mar/pom.xml b/modules/rampart-mar/pom.xml index 05c36efe..629f341a 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-policy/pom.xml b/modules/rampart-policy/pom.xml index bbf64755..4fa7da16 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-samples/pom.xml b/modules/rampart-samples/pom.xml index fb794af5..a957835e 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-tests/pom.xml b/modules/rampart-tests/pom.xml index 4e282395..1dc10c3d 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-testutils/pom.xml b/modules/rampart-testutils/pom.xml index 8ddd0066..820adda6 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-trust-mar/pom.xml b/modules/rampart-trust-mar/pom.xml index 7ded86e5..4215dd35 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/modules/rampart-trust/pom.xml b/modules/rampart-trust/pom.xml index 1d453f84..346a1669 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</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index d1c304f6..5af951e9 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</version> + <version>2.0.0-SNAPSHOT</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>v1.8.0</tag> + <tag>HEAD</tag> </scm> <distributionManagement>