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

gk 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 f2c713e  fix pom configurations, update log4j2 2.17.1 (redundant, as 
already set in turbine-parent in turbine-core), turbine core 5.2-SNAPSHOT, 
runOnlyOnSourceChange is false by default
f2c713e is described below

commit f2c713ed3884ca75f79f92cdac5b3a4c143cecdd
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Jan 10 10:29:53 2022 +0100

    fix pom configurations, update log4j2 2.17.1 (redundant, as already set
    in turbine-parent in turbine-core), turbine core 5.2-SNAPSHOT,
    runOnlyOnSourceChange is false by default
---
 src/main/resources/archetype-resources/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/archetype-resources/pom.xml 
b/src/main/resources/archetype-resources/pom.xml
index 26b6804..d7f9e88 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -113,10 +113,10 @@ under the License.
                 <artifactId>torque-maven-plugin</artifactId>
                 <version>#var("torque.version")</version>
                 <configuration>
-                    
<schemaDir>#var("project.basedir")/src/main/torque-schema</schemaDir>
+                    <!--runOnlyOnSourceChange>true</runOnlyOnSourceChange -->
+                    <!-- 
schemaDir>#var("project.basedir")/src/main/torque-schema</schemaDir>
                     <useClasspath>true</useClasspath>
-                    <runOnlyOnSchemaChange>false</runOnlyOnSchemaChange>
-                    
<targetDatabase>${turbine_database_adapter}</targetDatabase>
+                    
<targetDatabase>${turbine_database_adapter}</targetDatabase -->
                 </configuration>
                 <executions>
                   <execution>
@@ -395,7 +395,7 @@ 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.15.0</log4j2.version>
+        <log4j2.version>2.17.1</log4j2.version>
         <mysql.version>8.0.26</mysql.version>
         <fulcrum.json>2.0.1</fulcrum.json>
         <fulcrum.intake>2.0.0</fulcrum.intake>
@@ -404,7 +404,7 @@ under the License.
         <fulcrum.cache>2.0.0</fulcrum.cache>
         <fulcrum.testcontainer>1.0.9</fulcrum.testcontainer>
         <torque.version>5.1-SNAPSHOT</torque.version>
-        <turbine.core>5.1-SNAPSHOT</turbine.core>     
+        <turbine.core>5.2-SNAPSHOT</turbine.core>     
         <skipTests>true</skipTests>
         <docker>false</docker>
         <turbine_database_url>${turbine_database_url}</turbine_database_url>

Reply via email to