You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2008/05/22 09:48:23 UTC

svn commit: r659031 - in /db/torque: common/trunk/ generator/trunk/ maven-plugin/trunk/ maven2-plugin/trunk/ runtime/trunk/ templates/trunk/ test/trunk/test-project/ village/trunk/

Author: tfischer
Date: Thu May 22 00:48:23 2008
New Revision: 659031

URL: http://svn.apache.org/viewvc?rev=659031&view=rev
Log:
- new version 3.3.1-SNAPSHOT
- reverted fulcrum versions to publicly available versions

Modified:
    db/torque/common/trunk/pom.xml
    db/torque/common/trunk/project.xml
    db/torque/generator/trunk/pom.xml
    db/torque/maven-plugin/trunk/project.xml
    db/torque/maven2-plugin/trunk/pom.xml
    db/torque/runtime/trunk/pom.xml
    db/torque/templates/trunk/pom.xml
    db/torque/test/trunk/test-project/pom.xml
    db/torque/village/trunk/pom.xml

Modified: db/torque/common/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/common/trunk/pom.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/common/trunk/pom.xml (original)
+++ db/torque/common/trunk/pom.xml Thu May 22 00:48:23 2008
@@ -28,7 +28,7 @@
   <artifactId>torque</artifactId>
   <packaging>pom</packaging>
   <name>Torque</name>
-  <version>3.3</version>
+  <version>3.3.1-SNAPSHOT</version>
   <description>Common project descriptor for the Torque project</description>
   <url>http://db.apache.org/torque</url>
 

Modified: db/torque/common/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/torque/common/trunk/project.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/common/trunk/project.xml (original)
+++ db/torque/common/trunk/project.xml Thu May 22 00:48:23 2008
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <groupId>torque</groupId>
   <name>Torque</name>
-  <currentVersion>3.3</currentVersion>
+  <currentVersion>3.3.1-SNAPSHOT</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://db.apache.org/</url>

Modified: db/torque/generator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/generator/trunk/pom.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/generator/trunk/pom.xml (original)
+++ db/torque/generator/trunk/pom.xml Thu May 22 00:48:23 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.torque</groupId>
     <artifactId>torque</artifactId>
-    <version>3.3</version>
+    <version>3.3.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: db/torque/maven-plugin/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/torque/maven-plugin/trunk/project.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Thu May 22 00:48:23 2008
@@ -88,14 +88,14 @@
     <dependency>
       <groupId>torque</groupId>
       <artifactId>torque-gen</artifactId>
-      <version>3.3</version>
+      <version>3.3.1-SNAPSHOT</version>
       <url>http://db.apache.org/torque/generator/</url>
     </dependency>
 
     <dependency>
       <groupId>torque</groupId>
       <artifactId>torque-gen-templates</artifactId>
-      <version>3.3</version>
+      <version>3.3.1-SNAPSHOT</version>
       <url>http://db.apache.org/torque/templates/</url>
     </dependency>
 

Modified: db/torque/maven2-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/maven2-plugin/trunk/pom.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/maven2-plugin/trunk/pom.xml (original)
+++ db/torque/maven2-plugin/trunk/pom.xml Thu May 22 00:48:23 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.torque</groupId>
     <artifactId>torque</artifactId>
-    <version>3.3</version>
+    <version>3.3.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: db/torque/runtime/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/runtime/trunk/pom.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/runtime/trunk/pom.xml (original)
+++ db/torque/runtime/trunk/pom.xml Thu May 22 00:48:23 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.torque</groupId>
     <artifactId>torque</artifactId>
-    <version>3.3</version>
+    <version>3.3.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: db/torque/templates/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/pom.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/templates/trunk/pom.xml (original)
+++ db/torque/templates/trunk/pom.xml Thu May 22 00:48:23 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.torque</groupId>
     <artifactId>torque</artifactId>
-    <version>3.3</version>
+    <version>3.3.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: db/torque/test/trunk/test-project/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/test-project/pom.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/test/trunk/test-project/pom.xml (original)
+++ db/torque/test/trunk/test-project/pom.xml Thu May 22 00:48:23 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.torque</groupId>
     <artifactId>torque</artifactId>
-    <version>3.3</version>
+    <version>3.3.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -83,13 +83,13 @@
     <dependency>
       <groupId>fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.5</version>
+      <version>1.0.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.5</version>
+      <version>1.0.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: db/torque/village/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/village/trunk/pom.xml?rev=659031&r1=659030&r2=659031&view=diff
==============================================================================
--- db/torque/village/trunk/pom.xml (original)
+++ db/torque/village/trunk/pom.xml Thu May 22 00:48:23 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.torque</groupId>
     <artifactId>torque</artifactId>
-    <version>3.3</version>
+    <version>3.3.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org