[jbpm-commits] JBoss JBPM SVN: r6996 - in jbpm3/tags/jbpm-3.2.11: db and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 14 12:17:44 EDT 2011


Author: marco.rietveld
Date: 2011-07-14 12:17:43 -0400 (Thu, 14 Jul 2011)
New Revision: 6996

Modified:
   jbpm3/tags/jbpm-3.2.11/db/pom.xml
   jbpm3/tags/jbpm-3.2.11/distribution/pom.xml
   jbpm3/tags/jbpm-3.2.11/distribution/src/main/resources/examples/module/pom.xml
   jbpm3/tags/jbpm-3.2.11/distribution/src/main/resources/examples/pom.xml
   jbpm3/tags/jbpm-3.2.11/pom.xml
Log:
Fixed SNAPSHOT and 3.2.10 versions that, frankly, could not have been modified before the release. 

Modified: jbpm3/tags/jbpm-3.2.11/db/pom.xml
===================================================================
--- jbpm3/tags/jbpm-3.2.11/db/pom.xml	2011-07-14 16:04:10 UTC (rev 6995)
+++ jbpm3/tags/jbpm-3.2.11/db/pom.xml	2011-07-14 16:17:43 UTC (rev 6996)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11-SNAPSHOT</version>
+    <version>3.2.11</version>
   </parent>
 
   <properties>

Modified: jbpm3/tags/jbpm-3.2.11/distribution/pom.xml
===================================================================
--- jbpm3/tags/jbpm-3.2.11/distribution/pom.xml	2011-07-14 16:04:10 UTC (rev 6995)
+++ jbpm3/tags/jbpm-3.2.11/distribution/pom.xml	2011-07-14 16:17:43 UTC (rev 6996)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11-SNAPSHOT</version>
+    <version>3.2.11</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm3/tags/jbpm-3.2.11/distribution/src/main/resources/examples/module/pom.xml
===================================================================
--- jbpm3/tags/jbpm-3.2.11/distribution/src/main/resources/examples/module/pom.xml	2011-07-14 16:04:10 UTC (rev 6995)
+++ jbpm3/tags/jbpm-3.2.11/distribution/src/main/resources/examples/module/pom.xml	2011-07-14 16:17:43 UTC (rev 6996)
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>jbpm-examples-dist</artifactId>
     <groupId>org.jbpm.jbpm3</groupId>
-    <version>3.2.11-SNAPSHOT</version>
+    <version>3.2.11</version>
   </parent>
 
   <build>

Modified: jbpm3/tags/jbpm-3.2.11/distribution/src/main/resources/examples/pom.xml
===================================================================
--- jbpm3/tags/jbpm-3.2.11/distribution/src/main/resources/examples/pom.xml	2011-07-14 16:04:10 UTC (rev 6995)
+++ jbpm3/tags/jbpm-3.2.11/distribution/src/main/resources/examples/pom.xml	2011-07-14 16:17:43 UTC (rev 6996)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11-SNAPSHOT</version>
+    <version>3.2.11</version>
   </parent>
 
   <modules>

Modified: jbpm3/tags/jbpm-3.2.11/pom.xml
===================================================================
--- jbpm3/tags/jbpm-3.2.11/pom.xml	2011-07-14 16:04:10 UTC (rev 6995)
+++ jbpm3/tags/jbpm-3.2.11/pom.xml	2011-07-14 16:17:43 UTC (rev 6996)
@@ -47,7 +47,7 @@
 
     <!-- Dependency versions -->
     <cargo.version>1.0.3</cargo.version>
-    <jsf.console.version>3.2.10</jsf.console.version>
+    <jsf.console.version>3.2.11</jsf.console.version>
 
     <!-- Database Driver Versions  -->
     <db2jcc.version>3.1.57</db2jcc.version>



More information about the jbpm-commits mailing list