[jbpm-commits] JBoss JBPM SVN: r2809 - in jbpm3/branches/jbpm-3.3.0.GA: modules/core and 9 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 7 10:55:20 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-07 10:55:19 -0500 (Fri, 07 Nov 2008)
New Revision: 2809

Modified:
   jbpm3/branches/jbpm-3.3.0.GA/modules/core/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/db/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/ear/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/examples/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/identity/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/pom.xml
Log:
Set version to 3.3.0.GA

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/core/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/core/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/db/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/db/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -78,4 +78,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/ear/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/ear/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/ear/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.jbpm.jbpm3</groupId>
       <artifactId>jbpm-enterprise</artifactId>
-      <version>3.3.0-SNAPSHOT</version>
+      <version>3.3.0.GA</version>
    </parent>
 
    <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm-enterprise</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/examples/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/examples/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/identity/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/identity/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/identity/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.3.0.GA/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/pom.xml	2008-11-07 15:50:01 UTC (rev 2808)
+++ jbpm3/branches/jbpm-3.3.0.GA/pom.xml	2008-11-07 15:55:19 UTC (rev 2809)
@@ -17,7 +17,7 @@
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
-  <version>3.3.0-SNAPSHOT</version>
+  <version>3.3.0.GA</version>
 
   <!-- Parent -->
   <parent>




More information about the jbpm-commits mailing list