You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2017/12/12 15:16:33 UTC

svn commit: r1817924 - in /turbine/maven/archetypes/trunk/turbine-webapp-4.0: pom.xml src/main/resources/archetype-resources/pom.xml

Author: gk
Date: Tue Dec 12 15:16:33 2017
New Revision: 1817924

URL: http://svn.apache.org/viewvc?rev=1817924&view=rev
Log:
- revert to 1.0.2-SNAPSHOT
- update to  Fulcrum Security and Turbine SNAPSHOT 
- update mysql connector

Modified:
    turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml
    turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml

Modified: turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml?rev=1817924&r1=1817923&r2=1817924&view=diff
==============================================================================
--- turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml (original)
+++ turbine/maven/archetypes/trunk/turbine-webapp-4.0/pom.xml Tue Dec 12 15:16:33 2017
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine-webapp-4.0</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.2-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>Archetype - Turbine 4.0 WebApp</name>

Modified: turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml?rev=1817924&r1=1817923&r2=1817924&view=diff
==============================================================================
--- turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml (original)
+++ turbine/maven/archetypes/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml Tue Dec 12 15:16:33 2017
@@ -184,7 +184,7 @@ under the License.
             <dependency>
               <artifactId>mysql-connector-java</artifactId>
               <groupId>mysql</groupId>
-              <version>5.1.40</version>
+              <version>5.1.44</version>
             </dependency>
           </dependencies>
           <!-- this is mysql specific -->
@@ -374,8 +374,8 @@ under the License.
         <maven.compile.target>1.6</maven.compile.target>
         <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
         <fulcrum.json>1.1.1</fulcrum.json>
-        <fulcrum.security>1.1.1</fulcrum.security>
-        <turbine.core>4.0</turbine.core>
+        <fulcrum.security>1.1.2-SNAPSHOT</fulcrum.security>
+        <turbine.core>4.0.1-SNAPSHOT</turbine.core>
         <slf4j.version>1.7.25</slf4j.version>
         <skipTests>true</skipTests>
     </properties>