[jbpm-commits] JBoss JBPM SVN: r4082 - in jbpm3/branches/jbpm-3.2.6.GA/modules: distribution and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Feb 28 07:06:41 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-28 07:06:41 -0500 (Sat, 28 Feb 2009)
New Revision: 4082

Modified:
   jbpm3/branches/jbpm-3.2.6.GA/modules/db/pom.xml
   jbpm3/branches/jbpm-3.2.6.GA/modules/distribution/pom.xml
   jbpm3/branches/jbpm-3.2.6.GA/modules/userguide/pom.xml
Log:
Fix version string replacement issue

Modified: jbpm3/branches/jbpm-3.2.6.GA/modules/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.6.GA/modules/db/pom.xml	2009-02-28 12:03:31 UTC (rev 4081)
+++ jbpm3/branches/jbpm-3.2.6.GA/modules/db/pom.xml	2009-02-28 12:06:41 UTC (rev 4082)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.6.GAion>
+    <version>3.2.6.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.6.GA/modules/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.6.GA/modules/distribution/pom.xml	2009-02-28 12:03:31 UTC (rev 4081)
+++ jbpm3/branches/jbpm-3.2.6.GA/modules/distribution/pom.xml	2009-02-28 12:06:41 UTC (rev 4082)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.6.GAion>
+    <version>3.2.6.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -281,4 +281,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: jbpm3/branches/jbpm-3.2.6.GA/modules/userguide/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.6.GA/modules/userguide/pom.xml	2009-02-28 12:03:31 UTC (rev 4081)
+++ jbpm3/branches/jbpm-3.2.6.GA/modules/userguide/pom.xml	2009-02-28 12:06:41 UTC (rev 4082)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.6.GAion>
+    <version>3.2.6.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 




More information about the jbpm-commits mailing list