This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/master by this push:
new 82d6271 Uses RC3 instead of RC1
82d6271 is described below
commit 82d6271660cf3b46e4f94eccaf397bb40e900e04
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Mar 7 07:39:27 2022 +0100
Uses RC3 instead of RC1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 461a88f..4757900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <struts2.version>6.0.0-RC1</struts2.version>
+ <struts2.version>6.0.0-RC3</struts2.version>
<log4j2.version>2.17.1</log4j2.version>
<jetty-plugin.version>9.4.35.v20201120</jetty-plugin.version>
<maven.javadoc.skip>true</maven.javadoc.skip>