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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 14 11:15:45 EDT 2011


Author: marco.rietveld
Date: 2011-07-14 11:15:45 -0400 (Thu, 14 Jul 2011)
New Revision: 6985

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/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/simulation/pom.xml
   jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml
Log:
Changed versions back to 3.2.11-SNAPSHOT since I overlooked the SCM settings in the pom and thereby messed up the tagging/releasing. 

Modified: jbpm3/branches/jbpm-3.2-soa/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/pom.xml	2011-07-14 15:09:29 UTC (rev 6984)
+++ jbpm3/branches/jbpm-3.2-soa/core/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/db/pom.xml	2011-07-14 15:09:29 UTC (rev 6984)
+++ jbpm3/branches/jbpm-3.2-soa/db/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
@@ -19,7 +19,6 @@
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.2.11-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <properties>

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml	2011-07-14 15:09:29 UTC (rev 6984)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11-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-07-14 15:09:29 UTC (rev 6984)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: jbpm3/branches/jbpm-3.2-soa/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/examples/pom.xml	2011-07-14 15:09:29 UTC (rev 6984)
+++ jbpm3/branches/jbpm-3.2-soa/examples/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/identity/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/identity/pom.xml	2011-07-14 15:09:29 UTC (rev 6984)
+++ jbpm3/branches/jbpm-3.2-soa/identity/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml	2011-07-14 15:09:29 UTC (rev 6984)
+++ jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11-SNAPSHOT</version>
   </parent>
 
   <!-- Profiles -->

Modified: jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml	2011-07-14 15:09:29 UTC (rev 6984)
+++ jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
@@ -7,7 +7,7 @@
   <parent>
     <artifactId>jbpm</artifactId>
     <groupId>org.jbpm.jbpm3</groupId>
-    <version>3.2.12-SNAPSHOT</version>
+    <version>3.2.11-SNAPSHOT</version>
   </parent>
 
   <properties>



More information about the jbpm-commits mailing list