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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 24 20:38:30 EDT 2010


Author: pferraro
Date: 2010-05-24 20:38:30 -0400 (Mon, 24 May 2010)
New Revision: 105190

Modified:
   projects/cluster/ha-server-cache-spi/trunk/pom.xml
Log:
Change version to 2.2.0-SNAPSHOT.
Replace jboss-cluster with jboss-parent.
Fix scm/connection.  Add missing scm/url.

Modified: projects/cluster/ha-server-cache-spi/trunk/pom.xml
===================================================================
--- projects/cluster/ha-server-cache-spi/trunk/pom.xml	2010-05-25 00:23:30 UTC (rev 105189)
+++ projects/cluster/ha-server-cache-spi/trunk/pom.xml	2010-05-25 00:38:30 UTC (rev 105190)
@@ -1,22 +1,22 @@
 <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">
   <parent>
-    <groupId>org.jboss.cluster</groupId>
-    <artifactId>jboss-cluster</artifactId>
-    <version>2.0.0.GA</version>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.cluster</groupId>
   <artifactId>jboss-ha-server-cache-spi</artifactId>
   <packaging>jar</packaging>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>2.2.0-SNAPSHOT</version>
   <name>JBoss AS - JBoss Cache Integration SPI</name>
   <url>http://www.jboss.org</url>
   <description>SPI for JBoss AS Clustered Caching Services</description>
   <licenses>
-   <license>
+    <license>
       <name>lgpl</name>
       <url>http://repository.jboss.com/licenses/lgpl.txt</url>
-   </license>
+    </license>
   </licenses>
   <organization>
     <name>JBoss, a division of Red Hat, Inc.</name>
@@ -24,8 +24,9 @@
   </organization>
   
   <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-spi/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/build/tags/2.0.0.GA/jboss-ha-server-cache-spi</developerConnection>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-spi/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-spi/trunk</developerConnection>
+    <url>http://fisheye.jboss.org/browse/JBossAS/projects/cluster/ha-server-cache-spi/trunk</url>
   </scm>
   
   <properties>




More information about the jboss-cvs-commits mailing list