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 2018/10/10 15:35:40 UTC

[turbine-archetypes] branch master updated: Update pom to version torque

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 2b074ca  Update pom to version torque
2b074ca is described below

commit 2b074ca9030acdca5edf757a971131ba6cb40b9c
Author: jlpainter <je...@gmail.com>
AuthorDate: Wed Oct 10 11:35:19 2018 -0400

    Update pom to version torque
---
 src/main/resources/archetype-resources/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 7e95fc3..4a7af88 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -83,7 +83,7 @@ under the License.
              <plugin>
                 <groupId>org.apache.torque</groupId>
                 <artifactId>torque-maven-plugin</artifactId>
-                <version>4.0</version>
+                <version>#var("torque.version")</version>
                 <configuration>
                     <schemaDir>#var("project.basedir")/src/main/torque-schema</schemaDir>
                     <useClasspath>true</useClasspath>
@@ -145,7 +145,7 @@ under the License.
                  <dependency>
                     <groupId>org.apache.torque</groupId>
                     <artifactId>torque-templates</artifactId>
-                    <version>4.0</version>
+                    <version>#var("torque.version")</version>
                   </dependency>
               </dependencies>
           </plugin>
@@ -398,6 +398,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>
+        <torque.version>4.0</torque.version>
         <fulcrum.json>1.1.2-SNAPSHOT</fulcrum.json>
         <fulcrum.intake>2.0.0-SNAPSHOT</fulcrum.intake>
         <fulcrum.security>1.1.3-SNAPSHOT</fulcrum.security>