[jbpm-commits] JBoss JBPM SVN: r6986 - jbpm3/branches/jbpm-3.2-soa.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 14 11:19:00 EDT 2011


Author: marco.rietveld
Date: 2011-07-14 11:18:59 -0400 (Thu, 14 Jul 2011)
New Revision: 6986

Modified:
   jbpm3/branches/jbpm-3.2-soa/pom.xml
Log:
- Corrected scm settings, added userguide and distribution modules and changed project version back to 3.2.11-SNAPSHOT (from 3.2.12-SNAPSHOT). 

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2011-07-14 15:15:45 UTC (rev 6985)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2011-07-14 15:18:59 UTC (rev 6986)
@@ -13,12 +13,12 @@
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
-  <version>3.2.12-SNAPSHOT</version>
+  <version>3.2.11-SNAPSHOT</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>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbpm/jbpm3/branches/jbpm-3.2-soa</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbpm/jbpm3/branches/jbpm-3.2-soa</developerConnection>
     <url>http://fisheye.jboss.org/browse/jbpm/jbpm3</url>
   </scm>
 
@@ -37,6 +37,8 @@
     <module>identity</module>
     <module>simulation</module>
     <module>tomcat</module>
+    <module>userguide</module>
+    <module>distribution</module>
   </modules>
 
   <!-- Properties -->
@@ -444,6 +446,7 @@
           <releaseProfiles>release</releaseProfiles>
           <goals>deploy</goals>
           <autoVersionSubmodules>true</autoVersionSubmodules>
+          <tagBase>http://svn.jboss.org/repos/jbpm/jbpm3/tags/</tagBase>
         </configuration>
       </plugin>
     </plugins>



More information about the jbpm-commits mailing list