[jboss-cvs] JBossAS SVN: r79485 - in projects/cluster/ha-server-cache-jbc/tags: 1.0.1.CR1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 14 14:19:15 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-14 14:19:15 -0400 (Tue, 14 Oct 2008)
New Revision: 79485

Added:
   projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1/
   projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1/pom.xml
Removed:
   projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1/pom.xml
Log:
[maven-release-plugin]  copy for tag 1.0.1.CR1

Copied: projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1 (from rev 79482, projects/cluster/ha-server-cache-jbc/trunk)

Deleted: projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1/pom.xml
===================================================================
--- projects/cluster/ha-server-cache-jbc/trunk/pom.xml	2008-10-14 18:05:07 UTC (rev 79482)
+++ projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1/pom.xml	2008-10-14 18:19:15 UTC (rev 79485)
@@ -1,166 +0,0 @@
-<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>1.1.0.GA</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.cluster</groupId>
-  <artifactId>jboss-ha-server-cache-jbc</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0.1.CR1</version>
-  <name>JBoss AS - JBoss Cache Integration Implementation</name>
-  <url>http://www.jboss.org</url>
-  <description>A JBoss Cache-based implementation of the SPIs defined in ha-server-cache-spi</description>
-  <licenses>
-   <license>
-      <name>lgpl</name>
-      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
-   </license>
-  </licenses>
-  <organization>
-    <name>JBoss, a division of Red Hat, Inc.</name>
-    <url>http://www.jboss.org</url>
-  </organization>
-  
-  <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1</connection>
-  </scm>
-  
-  <properties>
-    <version.jboss.ha.server.cache.spi>1.0.0.GA</version.jboss.ha.server.cache.spi>
-    <version.jboss.ha.server.api>1.1.0.GA</version.jboss.ha.server.api>
-    <version.jboss.common.core>2.2.8.GA</version.jboss.common.core>
-    <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
-    <version.jboss.cache>2.2.0.GA</version.jboss.cache>
-    <!-- This should be [2.6.2,3.0.0) but maven complains about it -->
-    <version.jgroups>2.6.3.GA</version.jgroups>
-    <version.jboss.cache.pojo>2.2.0.CR5</version.jboss.cache.pojo>
-    <version.org.jboss.naming>5.0.0.CR2</version.org.jboss.naming>
-    <version.junit>3.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-server-cache-jbc/tags</tagBase>
-        </configuration>
-      </plugin>     
-    </plugins>
-  </build>  
-  
-  <dependencies> 
-    
-    <!-- Global dependencies -->
-    <dependency>
-      <groupId>org.jboss.cluster</groupId>
-      <artifactId>jboss-ha-server-api</artifactId>
-      <version>${version.jboss.ha.server.api}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.cluster</groupId>
-      <artifactId>jboss-ha-server-cache-spi</artifactId>
-      <version>${version.jboss.ha.server.cache.spi}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>${version.jboss.common.core}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>${version.jboss.logging.spi}</version>
-    </dependency> 
-      
-    <dependency>
-      <groupId>org.jboss.cache</groupId>
-      <artifactId>jbosscache-core</artifactId>
-      <version>${version.jboss.cache}</version>      
-      <optional>true</optional>
-      <exclusions>
-        <exclusion>
-          <groupId>jgroups</groupId>
-          <artifactId>jgroups</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.jboss</groupId>
-          <artifactId>jboss-common-core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.cache</groupId>
-      <artifactId>jbosscache-pojo</artifactId>
-      <version>${version.jboss.cache.pojo}</version>      
-      <optional>true</optional>
-      <exclusions>
-        <exclusion>
-          <groupId>org.jboss.cache</groupId>
-          <artifactId>jbosscache-core</artifactId>
-        </exclusion>      
-        <exclusion>
-          <groupId>org.jboss.aop</groupId>
-          <artifactId>jboss-aop</artifactId>
-        </exclusion>      
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    
-    <dependency>
-      <groupId>jgroups</groupId>
-      <artifactId>jgroups</artifactId>
-      <version>${version.jgroups}</version>      
-      <optional>true</optional>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
-    <!-- For the JTA 1.1 API; consuming projects can safely
-         exclude this and replace with any valid source of this API -->
-    <dependency>
-       <groupId>javax.transaction</groupId>
-       <artifactId>jta</artifactId>
-       <version>1.1</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.naming</groupId>
-      <artifactId>jnp-client</artifactId>
-      <version>${version.org.jboss.naming}</version>
-    </dependency>
-    
-    <!-- Test dependencies -->
-    
-    <!-- 
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>${version.junit}</version>
-      <scope>test</scope>
-    </dependency>
-    -->
-    
-  </dependencies>  
-
-</project>
-

Copied: projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1/pom.xml (from rev 79484, projects/cluster/ha-server-cache-jbc/trunk/pom.xml)
===================================================================
--- projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1/pom.xml	                        (rev 0)
+++ projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1/pom.xml	2008-10-14 18:19:15 UTC (rev 79485)
@@ -0,0 +1,166 @@
+<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>1.1.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.cluster</groupId>
+  <artifactId>jboss-ha-server-cache-jbc</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.1.CR1</version>
+  <name>JBoss AS - JBoss Cache Integration Implementation</name>
+  <url>http://www.jboss.org</url>
+  <description>A JBoss Cache-based implementation of the SPIs defined in ha-server-cache-spi</description>
+  <licenses>
+   <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+   </license>
+  </licenses>
+  <organization>
+    <name>JBoss, a division of Red Hat, Inc.</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+  
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-jbc/tags/1.0.1.CR1</connection>
+  </scm>
+  
+  <properties>
+    <version.jboss.ha.server.cache.spi>1.0.0.GA</version.jboss.ha.server.cache.spi>
+    <version.jboss.ha.server.api>1.1.0.GA</version.jboss.ha.server.api>
+    <version.jboss.common.core>2.2.8.GA</version.jboss.common.core>
+    <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
+    <version.jboss.cache>2.2.0.GA</version.jboss.cache>
+    <!-- This should be [2.6.2,3.0.0) but maven complains about it -->
+    <version.jgroups>2.6.3.GA</version.jgroups>
+    <version.jboss.cache.pojo>2.2.0.CR5</version.jboss.cache.pojo>
+    <version.org.jboss.naming>5.0.0.CR2</version.org.jboss.naming>
+    <version.junit>3.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-server-cache-jbc/tags</tagBase>
+        </configuration>
+      </plugin>     
+    </plugins>
+  </build>  
+  
+  <dependencies> 
+    
+    <!-- Global dependencies -->
+    <dependency>
+      <groupId>org.jboss.cluster</groupId>
+      <artifactId>jboss-ha-server-api</artifactId>
+      <version>${version.jboss.ha.server.api}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.cluster</groupId>
+      <artifactId>jboss-ha-server-cache-spi</artifactId>
+      <version>${version.jboss.ha.server.cache.spi}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>${version.jboss.common.core}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>${version.jboss.logging.spi}</version>
+    </dependency> 
+      
+    <dependency>
+      <groupId>org.jboss.cache</groupId>
+      <artifactId>jbosscache-core</artifactId>
+      <version>${version.jboss.cache}</version>      
+      <optional>true</optional>
+      <exclusions>
+        <exclusion>
+          <groupId>jgroups</groupId>
+          <artifactId>jgroups</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.cache</groupId>
+      <artifactId>jbosscache-pojo</artifactId>
+      <version>${version.jboss.cache.pojo}</version>      
+      <optional>true</optional>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss.cache</groupId>
+          <artifactId>jbosscache-core</artifactId>
+        </exclusion>      
+        <exclusion>
+          <groupId>org.jboss.aop</groupId>
+          <artifactId>jboss-aop</artifactId>
+        </exclusion>      
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    
+    <dependency>
+      <groupId>jgroups</groupId>
+      <artifactId>jgroups</artifactId>
+      <version>${version.jgroups}</version>      
+      <optional>true</optional>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+
+    <!-- For the JTA 1.1 API; consuming projects can safely
+         exclude this and replace with any valid source of this API -->
+    <dependency>
+       <groupId>javax.transaction</groupId>
+       <artifactId>jta</artifactId>
+       <version>1.1</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnp-client</artifactId>
+      <version>${version.org.jboss.naming}</version>
+    </dependency>
+    
+    <!-- Test dependencies -->
+    
+    <!-- 
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit}</version>
+      <scope>test</scope>
+    </dependency>
+    -->
+    
+  </dependencies>  
+
+</project>
+




More information about the jboss-cvs-commits mailing list