[jbpm-commits] JBoss JBPM SVN: r6901 - in jbpm3/tags/jbpm-3.2.10: distribution/src/main/resources/examples/module and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 9 06:41:21 EST 2011


Author: jcoleman at redhat.com
Date: 2011-02-09 06:41:21 -0500 (Wed, 09 Feb 2011)
New Revision: 6901

Modified:
   jbpm3/tags/jbpm-3.2.10/distribution/src/main/resources/examples/module/pom.xml
   jbpm3/tags/jbpm-3.2.10/distribution/src/main/resources/examples/pom.xml
   jbpm3/tags/jbpm-3.2.10/soa-distribution/pom.xml
Log:
Remove "-SNAPSHOT" suffix from SOA distribution and examples pom.xml files.


Modified: jbpm3/tags/jbpm-3.2.10/distribution/src/main/resources/examples/module/pom.xml
===================================================================
--- jbpm3/tags/jbpm-3.2.10/distribution/src/main/resources/examples/module/pom.xml	2011-02-09 10:52:07 UTC (rev 6900)
+++ jbpm3/tags/jbpm-3.2.10/distribution/src/main/resources/examples/module/pom.xml	2011-02-09 11:41:21 UTC (rev 6901)
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>jbpm-examples-dist</artifactId>
     <groupId>org.jbpm.jbpm3</groupId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <build>
@@ -34,4 +34,4 @@
     	</testResource>
     </testResources>
   </build>
-</project>
\ No newline at end of file
+</project>

Modified: jbpm3/tags/jbpm-3.2.10/distribution/src/main/resources/examples/pom.xml
===================================================================
--- jbpm3/tags/jbpm-3.2.10/distribution/src/main/resources/examples/pom.xml	2011-02-09 10:52:07 UTC (rev 6900)
+++ jbpm3/tags/jbpm-3.2.10/distribution/src/main/resources/examples/pom.xml	2011-02-09 11:41:21 UTC (rev 6901)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <modules>

Modified: jbpm3/tags/jbpm-3.2.10/soa-distribution/pom.xml
===================================================================
--- jbpm3/tags/jbpm-3.2.10/soa-distribution/pom.xml	2011-02-09 10:52:07 UTC (rev 6900)
+++ jbpm3/tags/jbpm-3.2.10/soa-distribution/pom.xml	2011-02-09 11:41:21 UTC (rev 6901)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.2.10-SNAPSHOT</version>
+    <version>3.2.10</version>
   </parent>
 
   <properties>



More information about the jbpm-commits mailing list