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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 8 17:42:53 EST 2011


Author: alex.guizar at jboss.com
Date: 2011-02-08 17:42:53 -0500 (Tue, 08 Feb 2011)
New Revision: 6896

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/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:
[maven-release-plugin] prepare release jbpm-3.2.10

Modified: jbpm3/branches/jbpm-3.2-soa/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/core/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Core</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -19,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/db/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/db/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Database</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -19,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -85,10 +84,8 @@
             <configuration>
               <tasks>
                 <property name="project.output.dir" value="${project.build.outputDirectory}" />
-                <ant antfile="scripts/antrun-jbpmschema.xml" target="create-schema"
-                  inheritRefs="true" />
-                <ant antfile="scripts/antrun-jbpmschema.xml" target="drop-schema"
-                  inheritRefs="true" />
+                <ant antfile="scripts/antrun-jbpmschema.xml" target="create-schema" inheritRefs="true" />
+                <ant antfile="scripts/antrun-jbpmschema.xml" target="drop-schema" inheritRefs="true" />
               </tasks>
             </configuration>
           </execution>
@@ -114,8 +111,7 @@
                   <equals arg1="${database}" arg2="sybase" />
                 </condition>
                 -->
-                <ant antfile="scripts/antrun-jbpmschema.xml" target="update-schema"
-                  inheritRefs="true" />
+                <ant antfile="scripts/antrun-jbpmschema.xml" target="update-schema" inheritRefs="true" />
               </tasks>
             </configuration>
           </execution>

Modified: jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/distribution/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Distribution</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -19,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Enterprise</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -19,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</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-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - JEE5 Enterprise</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -18,7 +17,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <properties>

Modified: jbpm3/branches/jbpm-3.2-soa/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/examples/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/examples/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Examples</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -19,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/identity/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/identity/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/identity/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Identity</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -19,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,20 +7,19 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3</name>
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
-  <version>3.2.10-SNAPSHOT</version>
+  <version>3.2.10</version>
 
   <!-- Source Control Management -->
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbpm/jbpm3</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbpm/jbpm3</developerConnection>
-    <url>http://fisheye.jboss.org/browse/jbpm/jbpm3</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbpm/jbpm3/tags/jbpm-3.2.10</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbpm/jbpm3/tags/jbpm-3.2.10</developerConnection>
+    <url>http://fisheye.jboss.org/browse/jbpm/jbpm3/tags/jbpm-3.2.10</url>
   </scm>
 
   <!-- Parent -->

Modified: jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/simulation/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Simulation</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -19,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <!-- Profiles -->

Modified: jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/tomcat/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Tomcat</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -8,7 +7,7 @@
   <parent>
     <artifactId>jbpm</artifactId>
     <groupId>org.jbpm.jbpm3</groupId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <properties>

Modified: jbpm3/branches/jbpm-3.2-soa/userguide/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/userguide/pom.xml	2011-02-08 22:38:34 UTC (rev 6895)
+++ jbpm3/branches/jbpm-3.2-soa/userguide/pom.xml	2011-02-08 22:42:53 UTC (rev 6896)
@@ -7,8 +7,7 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM3 - Reference Guide</name>
   <groupId>org.jbpm.jbpm3</groupId>
@@ -19,7 +18,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <!-- Plugins -->



More information about the jbpm-commits mailing list