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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jul 26 19:25:20 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-07-26 19:25:19 -0400 (Mon, 26 Jul 2010)
New Revision: 6534

Modified:
   jbpm3/branches/jbpm-3.2-soa/pom.xml
Log:
upgrade to jbpm-parent 1.0.4
fill in source control management information

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-07-26 23:17:56 UTC (rev 6533)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-07-26 23:25:19 UTC (rev 6534)
@@ -12,17 +12,25 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <name>JBoss jBPM3</name>
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
   <version>3.2.10-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>
+    <url>http://fisheye.jboss.org/browse/JbpmSvn/jbpm3</url>
+  </scm>
+
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm</groupId>
     <artifactId>jbpm-parent</artifactId>
-    <version>1.0.3</version>
+    <version>1.0.4</version>
   </parent>
 
   <!-- Modules -->



More information about the jbpm-commits mailing list