[jbpm-commits] JBoss JBPM SVN: r7068 - in jbpm3/branches/jbpm-3.2-soa: db and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 22 11:56:34 EST 2012


Author: marco.rietveld
Date: 2012-02-22 11:56:34 -0500 (Wed, 22 Feb 2012)
New Revision: 7068

Modified:
   jbpm3/branches/jbpm-3.2-soa/db/pom.xml
   jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml
   jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/module/pom.xml
   jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/pom.xml
   jbpm3/branches/jbpm-3.2-soa/pom.xml
Log:
Updating pom versions to 3.2.12-SNAPSHOT

Modified: jbpm3/branches/jbpm-3.2-soa/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/db/pom.xml	2012-02-22 16:54:19 UTC (rev 7067)
+++ jbpm3/branches/jbpm-3.2-soa/db/pom.xml	2012-02-22 16:56:34 UTC (rev 7068)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11.SP2-SNAPSHOT</version>
+    <version>3.2.12-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml	2012-02-22 16:54:19 UTC (rev 7067)
+++ jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml	2012-02-22 16:56:34 UTC (rev 7068)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11.SP2-SNAPSHOT</version>
+    <version>3.2.12-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/module/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/module/pom.xml	2012-02-22 16:54:19 UTC (rev 7067)
+++ jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/module/pom.xml	2012-02-22 16:56:34 UTC (rev 7068)
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>jbpm-examples-dist</artifactId>
     <groupId>org.jbpm.jbpm3</groupId>
-    <version>3.2.11.SP2-SNAPSHOT</version>
+    <version>3.2.12-SNAPSHOT</version>
   </parent>
 
   <build>

Modified: jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/pom.xml	2012-02-22 16:54:19 UTC (rev 7067)
+++ jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/pom.xml	2012-02-22 16:56:34 UTC (rev 7068)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11.SP2-SNAPSHOT</version>
+    <version>3.2.12-SNAPSHOT</version>
   </parent>
 
   <modules>

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2012-02-22 16:54:19 UTC (rev 7067)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2012-02-22 16:56:34 UTC (rev 7068)
@@ -39,7 +39,7 @@
     <module>tomcat</module>
     <module>userguide</module>
   </modules>
-
+  
   <!-- Properties -->
   <properties>
     <maven.compiler.source>1.4</maven.compiler.source>
@@ -47,7 +47,7 @@
 
     <!-- Dependency versions -->
     <cargo.version>1.0.3</cargo.version>
-    <jsf.console.version>3.2.11.SP2-SNAPSHOT</jsf.console.version>
+    <jsf.console.version>3.2.12-SNAPSHOT</jsf.console.version>
 
     <!-- Database Driver Versions  -->
     <db2jcc.version>3.1.57</db2jcc.version>
@@ -304,7 +304,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.1</version>
+        <version>3.8.2</version>
       </dependency>
       <dependency>
         <groupId>log4j</groupId>



More information about the jbpm-commits mailing list