You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2021/07/07 20:30:38 UTC

[turbine-archetypes] branch master updated: Updating dependencies to get this to build again

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

painter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new d0a8064  Updating dependencies to get this to build again
d0a8064 is described below

commit d0a80645b1577c35cc9109791c50d27bf942e787
Author: jpainter@fl60inc.com <jp...@fl60inc.com>
AuthorDate: Wed Jul 7 16:23:54 2021 -0400

    Updating dependencies to get this to build again
---
 pom.xml                                        |  2 +-
 src/main/resources/archetype-resources/pom.xml | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19ed401..e8938b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>20</version><!-- like turbine parent -->
+    <version>23</version><!-- like turbine parent -->
   </parent>
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine-webapp-5.1</artifactId>
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 5c831ea..557bb25 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -403,14 +403,14 @@ under the License.
         <maven.compile.source>1.8</maven.compile.source>
         <maven.compile.target>1.8</maven.compile.target>
         <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
-        <log4j2.version>2.13.3</log4j2.version>
-        <mysql.version>8.0.21</mysql.version>
+        <log4j2.version>2.14.1</log4j2.version>
+        <mysql.version>8.0.25</mysql.version>
         <torque.version>5.0</torque.version>
         <fulcrum.json>2.0.0</fulcrum.json>
-        <fulcrum.intake>2.0.1-SNAPSHOT</fulcrum.intake>
-        <fulcrum.security>2.0.0-SNAPSHOT</fulcrum.security>
+        <fulcrum.intake>2.0.0</fulcrum.intake>
+        <fulcrum.security>2.0.0</fulcrum.security>
         <fulcrum.yaafi>1.0.8</fulcrum.yaafi>
-        <fulcrum.testcontainer>1.0.8</fulcrum.testcontainer>
+        <fulcrum.testcontainer>1.0.9</fulcrum.testcontainer>
         <turbine.core>5.1-SNAPSHOT</turbine.core>
         <skipTests>true</skipTests>
     </properties>