[jboss-cvs] JBossAS SVN: r107329 - projects/cluster/ha-server-cache-ispn/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 2 16:11:07 EDT 2010


Author: pferraro
Date: 2010-08-02 16:11:07 -0400 (Mon, 02 Aug 2010)
New Revision: 107329

Modified:
   projects/cluster/ha-server-cache-ispn/trunk/pom.xml
Log:
Update ha-server-cache-spi to 3.0.0.Alpha2, ha-server-ispn to 1.0.0.Alpha1
Drop maven-release-plugin configuration.
Add missing scm/url

Modified: projects/cluster/ha-server-cache-ispn/trunk/pom.xml
===================================================================
--- projects/cluster/ha-server-cache-ispn/trunk/pom.xml	2010-08-02 20:08:54 UTC (rev 107328)
+++ projects/cluster/ha-server-cache-ispn/trunk/pom.xml	2010-08-02 20:11:07 UTC (rev 107329)
@@ -26,30 +26,16 @@
   <scm>
     <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-ispn/trunk</connection>
     <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-ispn/trunk</developerConnection>
+    <url>http://fisheye.jboss.org/browse/JBossAS/projects/cluster/ha-server-cache-ispn/trunk</url>
   </scm>
   
   <properties>
-    <version.jboss.ha.server.cache.spi>3.0.0-SNAPSHOT</version.jboss.ha.server.cache.spi>
-    <version.jboss.ha.server.api>2.0.0-SNAPSHOT</version.jboss.ha.server.api>
-    <version.jboss.ha.server.ispn>1.0.0-SNAPSHOT</version.jboss.ha.server.ispn>
+    <version.jboss.ha.server.cache.spi>3.0.0.Alpha2</version.jboss.ha.server.cache.spi>
+    <version.jboss.ha.server.ispn>1.0.0.Alpha1</version.jboss.ha.server.ispn>
     <version.junit>4.8.1</version.junit>
     <version.easymock>3.0</version.easymock>
   </properties>
   
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <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-server-cache-ispn/tags</tagBase>
-        </configuration>
-      </plugin>     
-    </plugins>
-  </build>  
-  
   <dependencies> 
     
     <!-- Global dependencies -->
@@ -87,7 +73,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.3.1</version>
       </plugin>
     </plugins>
   </reporting>



More information about the jboss-cvs-commits mailing list