[jbpm-commits] JBoss JBPM SVN: r4268 - in jbpm3/branches/jbpm-3.2.5.SP: modules/core and 8 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 17 22:36:14 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-03-17 22:36:13 -0400 (Tue, 17 Mar 2009)
New Revision: 4268

Modified:
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/pom.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/db/pom.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/distribution/pom.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/enterprise/pom.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/examples/pom.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/identity/pom.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/simulation/pom.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/userguide/pom.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/userguide/src/main/docbook/en/master.xml
   jbpm3/branches/jbpm-3.2.5.SP/pom.xml
Log:
JBPM-2112: bump version to 3.2.5.SP4
set jdocbook.version to 2.1.2 as the latest 2.1.3-SNAPSHOT has unresolved dependencies

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.5.SP3</version>
+    <version>3.2.5.SP4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/db/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/db/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.5.SP3</version>
+    <version>3.2.5.SP4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/distribution/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/distribution/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.5.SP3</version>
+    <version>3.2.5.SP4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/enterprise/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/enterprise/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.5.SP3</version>
+    <version>3.2.5.SP4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/examples/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/examples/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.5.SP3</version>
+    <version>3.2.5.SP4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/identity/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/identity/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/identity/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.5.SP3</version>
+    <version>3.2.5.SP4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/simulation/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/simulation/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.5.SP3</version>
+    <version>3.2.5.SP4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/userguide/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/userguide/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/userguide/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.5.SP3</version>
+    <version>3.2.5.SP4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -41,6 +41,7 @@
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jdocbook-plugin</artifactId>
+        <version>${jdocbook.version}</version>
         <extensions>true</extensions>
         <configuration>
           <sourceDocumentName>en/master.xml</sourceDocumentName>

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/userguide/src/main/docbook/en/master.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/userguide/src/main/docbook/en/master.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/userguide/src/main/docbook/en/master.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -21,7 +21,7 @@
 <!ENTITY security SYSTEM "modules/security.xml">
 <!ENTITY tdd SYSTEM "modules/tdd.xml">
 <!ENTITY pluggable SYSTEM "modules/pluggable.xml">
-<!ENTITY version "3.2.3">
+<!ENTITY version "3.2.5.SP4">
 ]>
 <book lang="en">
   <bookinfo>

Modified: jbpm3/branches/jbpm-3.2.5.SP/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/pom.xml	2009-03-17 22:09:24 UTC (rev 4267)
+++ jbpm3/branches/jbpm-3.2.5.SP/pom.xml	2009-03-18 02:36:13 UTC (rev 4268)
@@ -16,7 +16,7 @@
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
-  <version>3.2.5.SP3</version>
+  <version>3.2.5.SP4</version>
 
   <!-- Parent -->
   <parent>
@@ -74,6 +74,7 @@
     <jboss.client.version>4.2.2.GA</jboss.client.version>
     <jboss.gravel.version>1.0.0.GA</jboss.gravel.version>
     <jboss.seam.version>2.0.2.GA</jboss.seam.version>
+    <jdocbook.version>2.1.2</jdocbook.version>
     <junit.version>3.8.1</junit.version>
     <oscache.version>2.4</oscache.version>
     <poi.version>3.0.2-FINAL</poi.version>
@@ -405,6 +406,15 @@
 
   <!-- Plugins -->
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.jboss.maven.plugins</groupId>
+          <artifactId>maven-jdocbook-plugin</artifactId>
+          <version>${jdocbook.version}</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>




More information about the jbpm-commits mailing list