[jboss-cvs] JBossAS SVN: r69285 - in projects/cluster/ha-client/tags: 1.0.0.BETA3 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 24 09:20:32 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-24 09:20:31 -0500 (Thu, 24 Jan 2008)
New Revision: 69285

Added:
   projects/cluster/ha-client/tags/1.0.0.BETA3/
   projects/cluster/ha-client/tags/1.0.0.BETA3/pom.xml
Removed:
   projects/cluster/ha-client/tags/1.0.0.BETA3/pom.xml
Log:
[maven-release-plugin]  copy for tag 1.0.0.BETA3

Copied: projects/cluster/ha-client/tags/1.0.0.BETA3 (from rev 69283, projects/cluster/ha-client/trunk)


Property changes on: projects/cluster/ha-client/tags/1.0.0.BETA3
___________________________________________________________________
Name: svn:ignore
   + .settings
target


Deleted: projects/cluster/ha-client/tags/1.0.0.BETA3/pom.xml
===================================================================
--- projects/cluster/ha-client/trunk/pom.xml	2008-01-24 14:17:26 UTC (rev 69283)
+++ projects/cluster/ha-client/tags/1.0.0.BETA3/pom.xml	2008-01-24 14:20:31 UTC (rev 69285)
@@ -1,66 +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.0.0.BETA3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.cluster</groupId>
-  <artifactId>jboss-ha-client</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0.0.BETA3-SNAPSHOT</version>
-  <name>JBoss Cluster HA Client Classes</name>
-  <url>http://www.jboss.org</url>
-  <description>A set of client-side classes commonly used by applications that want HA</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-client/trunk/</connection>
-  </scm>
-  
-  <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>  
-  
-  <!-- Do not add version information here, use ../build/pom.xml instead -->
-  <dependencies> 
-    <!-- Global dependencies -->
-    <dependency>
-       <groupId>org.jboss.aop</groupId>
-       <artifactId>jboss-aop</artifactId>
-       <version>${version.jboss.aop}</version>
-    </dependency>
-    <dependency>
-       <groupId>org.jboss</groupId>
-       <artifactId>jboss-common-core</artifactId>
-       <version>${version.jboss.common.core}</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-client/tags/1.0.0.BETA3/pom.xml (from rev 69284, projects/cluster/ha-client/trunk/pom.xml)
===================================================================
--- projects/cluster/ha-client/tags/1.0.0.BETA3/pom.xml	                        (rev 0)
+++ projects/cluster/ha-client/tags/1.0.0.BETA3/pom.xml	2008-01-24 14:20:31 UTC (rev 69285)
@@ -0,0 +1,66 @@
+<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.0.0.BETA3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.cluster</groupId>
+  <artifactId>jboss-ha-client</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.0.BETA3</version>
+  <name>JBoss Cluster HA Client Classes</name>
+  <url>http://www.jboss.org</url>
+  <description>A set of client-side classes commonly used by applications that want HA</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-client/tags/1.0.0.BETA3</connection>
+  </scm>
+  
+  <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>  
+  
+  <!-- Do not add version information here, use ../build/pom.xml instead -->
+  <dependencies> 
+    <!-- Global dependencies -->
+    <dependency>
+       <groupId>org.jboss.aop</groupId>
+       <artifactId>jboss-aop</artifactId>
+       <version>${version.jboss.aop}</version>
+    </dependency>
+    <dependency>
+       <groupId>org.jboss</groupId>
+       <artifactId>jboss-common-core</artifactId>
+       <version>${version.jboss.common.core}</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