[jboss-cvs] JBossAS SVN: r69420 - in projects/cluster/ha-server-api/tags: 1.0.0.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 28 22:27:23 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-28 22:27:23 -0500 (Mon, 28 Jan 2008)
New Revision: 69420

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

Copied: projects/cluster/ha-server-api/tags/1.0.0.GA (from rev 69398, projects/cluster/ha-server-api/trunk)

Deleted: projects/cluster/ha-server-api/tags/1.0.0.GA/pom.xml
===================================================================
--- projects/cluster/ha-server-api/trunk/pom.xml	2008-01-28 20:53:59 UTC (rev 69398)
+++ projects/cluster/ha-server-api/tags/1.0.0.GA/pom.xml	2008-01-29 03:27:23 UTC (rev 69420)
@@ -1,61 +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-server-api</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0.0.BETA4-SNAPSHOT</version>
-  <name>JBoss Cluster HA Client Classes</name>
-  <url>http://www.jboss.org</url>
-  <description>A set of server-side API classes for users of the JBoss AS clustering framework</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-api/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-server-api/tags</tagBase>
-        </configuration>
-      </plugin>     
-    </plugins>
-  </build>  
-  
-  <!-- Do not add version information here, use ../build/pom.xml instead -->
-  <dependencies> 
-    <!-- Global dependencies -->
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-common-logging-spi</artifactId>
-      <version>${version.jboss.logging.spi}</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-api/tags/1.0.0.GA/pom.xml (from rev 69419, projects/cluster/ha-server-api/trunk/pom.xml)
===================================================================
--- projects/cluster/ha-server-api/tags/1.0.0.GA/pom.xml	                        (rev 0)
+++ projects/cluster/ha-server-api/tags/1.0.0.GA/pom.xml	2008-01-29 03:27:23 UTC (rev 69420)
@@ -0,0 +1,61 @@
+<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.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.cluster</groupId>
+  <artifactId>jboss-ha-server-api</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.0.GA</version>
+  <name>JBoss Cluster HA Client Classes</name>
+  <url>http://www.jboss.org</url>
+  <description>A set of server-side API classes for users of the JBoss AS clustering framework</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-api/tags/1.0.0.GA</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-server-api/tags</tagBase>
+        </configuration>
+      </plugin>     
+    </plugins>
+  </build>  
+  
+  <!-- Do not add version information here, use ../build/pom.xml instead -->
+  <dependencies> 
+    <!-- Global dependencies -->
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common-logging-spi</artifactId>
+      <version>${version.jboss.logging.spi}</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