- revert to 1.0.2-SNAPSHOT
- update to  Fulcrum Security and Turbine SNAPSHOT 
- update mysql connector

git-svn-id: https://svn.apache.org/repos/asf/turbine/maven/archetypes@1817924 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/trunk/turbine-webapp-4.0/pom.xml b/trunk/turbine-webapp-4.0/pom.xml
index faa6c67..ed5ba5e 100644
--- a/trunk/turbine-webapp-4.0/pom.xml
+++ b/trunk/turbine-webapp-4.0/pom.xml
@@ -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>

diff --git a/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml b/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml
index 60eea5a..a6b95dc 100644
--- a/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml
+++ b/trunk/turbine-webapp-4.0/src/main/resources/archetype-resources/pom.xml
@@ -184,7 +184,7 @@
             <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 @@
         <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>