This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch temp/6.3 in repository https://gitbox.apache.org/repos/asf/struts.git
commit 6b234f31c3c654410a450e937408a80035351e21 Author: Kusal Kithul-Godage <g...@kusal.io> AuthorDate: Mon Jan 8 20:49:39 2024 +1100 Milestone version --- core/pom.xml | 2 +- plugins/junit/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/spring/pom.xml | 2 +- plugins/velocity/pom.xml | 2 +- pom.xml | 14 +++++++------- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 699657f50..f47ce0c01 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>6.3.0.2-atlassian-3-SNAPSHOT</version> + <version>6.3.0.2-atlassian-3-m03-SNAPSHOT</version> </parent> <artifactId>struts2-core</artifactId> <packaging>jar</packaging> diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml index be5b129c1..574674c11 100644 --- a/plugins/junit/pom.xml +++ b/plugins/junit/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>6.3.0.2-atlassian-3-SNAPSHOT</version> + <version>6.3.0.2-atlassian-3-m03-SNAPSHOT</version> </parent> <artifactId>struts2-junit-plugin</artifactId> diff --git a/plugins/pom.xml b/plugins/pom.xml index e208be780..4c6ce90cb 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>6.3.0.2-atlassian-3-SNAPSHOT</version> + <version>6.3.0.2-atlassian-3-m03-SNAPSHOT</version> </parent> <artifactId>struts2-plugins</artifactId> diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index 6a4c1bcaf..095ed220f 100644 --- a/plugins/spring/pom.xml +++ b/plugins/spring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>6.3.0.2-atlassian-3-SNAPSHOT</version> + <version>6.3.0.2-atlassian-3-m03-SNAPSHOT</version> </parent> <artifactId>struts2-spring-plugin</artifactId> diff --git a/plugins/velocity/pom.xml b/plugins/velocity/pom.xml index ffe23d295..bac28678d 100644 --- a/plugins/velocity/pom.xml +++ b/plugins/velocity/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>6.3.0.2-atlassian-3-SNAPSHOT</version> + <version>6.3.0.2-atlassian-3-m03-SNAPSHOT</version> </parent> <artifactId>struts2-velocity-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 7b69f78c3..3e0621b5c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-parent</artifactId> - <version>6.3.0.2-atlassian-3-SNAPSHOT</version> + <version>6.3.0.2-atlassian-3-m03-SNAPSHOT</version> <packaging>pom</packaging> <name>Struts 2</name> <url>https://struts.apache.org/</url> @@ -55,14 +55,14 @@ </scm> <distributionManagement> -<!-- <repository>--> -<!-- <id>atlassian-restricted</id>--> -<!-- <url>https://packages.atlassian.com/mvn/maven-restricted</url>--> -<!-- </repository>--> <repository> - <id>atlassian-3rdparty</id> - <url>https://packages.atlassian.com/mvn/maven-3rdparty</url> + <id>atlassian-restricted</id> + <url>https://packages.atlassian.com/mvn/maven-restricted</url> </repository> +<!-- <repository>--> +<!-- <id>atlassian-3rdparty</id>--> +<!-- <url>https://packages.atlassian.com/mvn/maven-3rdparty</url>--> +<!-- </repository>--> </distributionManagement> <modules>