[jboss-cvs] JBossAS SVN: r107294 - projects/cluster/ha-client/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 2 14:35:42 EDT 2010


Author: pferraro
Date: 2010-08-02 14:35:42 -0400 (Mon, 02 Aug 2010)
New Revision: 107294

Modified:
   projects/cluster/ha-client/trunk/pom.xml
Log:
Fix scm urls.
Drop maven-release-plugin configuration.

Modified: projects/cluster/ha-client/trunk/pom.xml
===================================================================
--- projects/cluster/ha-client/trunk/pom.xml	2010-08-02 18:24:09 UTC (rev 107293)
+++ projects/cluster/ha-client/trunk/pom.xml	2010-08-02 18:35:42 UTC (rev 107294)
@@ -24,7 +24,9 @@
   </organization>
   
   <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-client/trunk/</connection>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/cluster/ha-client/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-client/trunk</developerConnection>
+    <url>http://fisheye.jboss.org/browse/JBossAS/projects/cluster/ha-client/trunk</url>
   </scm>
   
   <properties>
@@ -35,19 +37,6 @@
     <version.junit>4.8.1</version.junit>
   </properties>
   
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <!-- The tagBase property is needed during the release process so that the maven release plugin
-            will create the release tag in the appropriate location. -->
-          <tagBase>https://svn.jboss.org/repos/jbossas/projects/cluster/ha-client/tags</tagBase>
-        </configuration>
-      </plugin>     
-    </plugins>
-  </build>  
-  
   <dependencies> 
     <!-- Global dependencies -->
     <dependency>



More information about the jboss-cvs-commits mailing list