This is an automated email from the ASF dual-hosted git repository.

kusal pushed a commit to branch m02
in repository https://gitbox.apache.org/repos/asf/struts.git

commit c135a7898a208c927be6888a04468130f328bbb6
Author: Kusal Kithul-Godage <g...@kusal.io>
AuthorDate: Fri Apr 12 17:49:45 2024 +1000

    Set version to 6.4.0-atlassian-1-SNAPSHOT
---
 assembly/pom.xml         | 2 +-
 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                  | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index c59792f80..46fdb912b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-parent</artifactId>
-        <version>6.5.0-SNAPSHOT</version>
+        <version>6.4.0-atlassian-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>struts2-assembly</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 3fcfaaf7b..d4dd0bac9 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.5.0-SNAPSHOT</version>
+        <version>6.4.0-atlassian-1-SNAPSHOT</version>
     </parent>
     <artifactId>struts2-core</artifactId>
     <packaging>jar</packaging>
diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml
index 6b0b02d57..b76d4ce0e 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.5.0-SNAPSHOT</version>
+        <version>6.4.0-atlassian-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>struts2-junit-plugin</artifactId>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 17884a949..9c0e5ed55 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.5.0-SNAPSHOT</version>
+        <version>6.4.0-atlassian-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>struts2-plugins</artifactId>
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index f34745f6f..126ea7423 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.5.0-SNAPSHOT</version>
+        <version>6.4.0-atlassian-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>struts2-spring-plugin</artifactId>
diff --git a/plugins/velocity/pom.xml b/plugins/velocity/pom.xml
index c7efbdc94..f3c5a46f2 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.5.0-SNAPSHOT</version>
+        <version>6.4.0-atlassian-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>struts2-velocity-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index a992167f0..09df6237c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>struts2-parent</artifactId>
-    <version>6.5.0-SNAPSHOT</version>
+    <version>6.4.0-atlassian-1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Struts 2</name>
     <url>https://struts.apache.org/</url>
@@ -107,7 +107,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        
<project.build.outputTimestamp>2024-04-07T09:22:16Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2024-04-12T07:47:44Z</project.build.outputTimestamp>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
 

Reply via email to