[jbpm-commits] JBoss JBPM SVN: r7017 - in jbpm3/branches/jbpm-3.2-soa: core and 11 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 7 10:07:58 EDT 2011


Author: marco.rietveld
Date: 2011-09-07 10:07:57 -0400 (Wed, 07 Sep 2011)
New Revision: 7017

Modified:
   jbpm3/branches/jbpm-3.2-soa/core/pom.xml
   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/enterprise-jee5/pom.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml
   jbpm3/branches/jbpm-3.2-soa/examples/pom.xml
   jbpm3/branches/jbpm-3.2-soa/identity/pom.xml
   jbpm3/branches/jbpm-3.2-soa/pom.xml
   jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml
   jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml
   jbpm3/branches/jbpm-3.2-soa/userguide/pom.xml
Log:
Updated poms to version 3.2.11.SP1-SNAPSHOT. 

Modified: jbpm3/branches/jbpm-3.2-soa/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/core/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/db/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/db/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -18,11 +18,11 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <properties>
-    <previous.version>3.2.8</previous.version>
+    <previous.version>3.2.11</previous.version>
     <previous.version.directory>${project.build.directory}/${previous.version}</previous.version.directory>
   </properties>
 

Modified: jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11-SNAPSHOT</version>
+    <version>3.2.11.SP1-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	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/module/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -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.SP1-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	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/examples/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.11-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <modules>

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: jbpm3/branches/jbpm-3.2-soa/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/examples/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/examples/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/identity/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/identity/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/identity/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -13,7 +13,7 @@
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
-  <version>3.2.12-SNAPSHOT</version>
+  <version>3.2.11.SP1-SNAPSHOT</version>
 
   <!-- Source Control Management -->
   <scm>
@@ -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>

Modified: jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <!-- Profiles -->

Modified: jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -7,7 +7,7 @@
   <parent>
     <artifactId>jbpm</artifactId>
     <groupId>org.jbpm.jbpm3</groupId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: jbpm3/branches/jbpm-3.2-soa/userguide/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/userguide/pom.xml	2011-09-07 13:38:31 UTC (rev 7016)
+++ jbpm3/branches/jbpm-3.2-soa/userguide/pom.xml	2011-09-07 14:07:57 UTC (rev 7017)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11.SP1-SNAPSHOT</version>
   </parent>
 
   <!-- Plugins -->



More information about the jbpm-commits mailing list