[jbossws-commits] JBossWS SVN: r9794 - framework/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Apr 10 01:55:28 EDT 2009


Author: alessio.soldano at jboss.com
Date: 2009-04-10 01:55:28 -0400 (Fri, 10 Apr 2009)
New Revision: 9794

Modified:
   framework/trunk/pom.xml
Log:
[JBWS-2603] :prepare branch jbossws-branch-name

Modified: framework/trunk/pom.xml
===================================================================
--- framework/trunk/pom.xml	2009-04-09 18:57:40 UTC (rev 9793)
+++ framework/trunk/pom.xml	2009-04-10 05:55:28 UTC (rev 9794)
@@ -1,5 +1,4 @@
-<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">
+<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 Web Services - Framework Parent</name>
@@ -18,9 +17,9 @@
   
   <!-- Source Control Management -->
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/framework/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/framework/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/framework/trunk</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/framework/branches/jbossws-branch-name</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/framework/branches/jbossws-branch-name</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/framework/branches/jbossws-branch-name</url>
   </scm>
   
   <!-- Properties -->
@@ -160,9 +159,9 @@
             <configuration>
               <tasks>
                 <!-- http://jira.codehaus.org/browse/MANTRUN-87 -->
-                <property name="version.id" value="${project.version}"/>
-                <property name="jboss.local.repository" value="${jboss.local.repository}"/>
-                <ant antfile="src/main/scripts/build-install.xml" target="install"/>
+                <property name="version.id" value="${project.version}" />
+                <property name="jboss.local.repository" value="${jboss.local.repository}" />
+                <ant antfile="src/main/scripts/build-install.xml" target="install" />
               </tasks>
             </configuration>
           </execution>




More information about the jbossws-commits mailing list