[jboss-svn-commits] JBoss Common SVN: r2339 - in common-logging-jdk/tags: jboss-common-logging-jdk-2.0.4.GA and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 30 16:46:56 EDT 2007


Author: pgier
Date: 2007-03-30 16:46:56 -0400 (Fri, 30 Mar 2007)
New Revision: 2339

Added:
   common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA/
   common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA/pom.xml
Removed:
   common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA/pom.xml
Log:
[maven-scm] copy for tag jboss-common-logging-jdk-2.0.4.GA

Copied: common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA (from rev 2329, common-logging-jdk/trunk)

Deleted: common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA/pom.xml
===================================================================
--- common-logging-jdk/trunk/pom.xml	2007-03-30 19:47:14 UTC (rev 2329)
+++ common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA/pom.xml	2007-03-30 20:46:56 UTC (rev 2339)
@@ -1,54 +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>jboss</groupId>
-		<artifactId>jboss-common</artifactId>
-		<version>2.0.4.GA</version>
-	  <relativePath>../build/pom.xml</relativePath>
-	</parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-common-logging-jdk</artifactId>
-  <version>2.0.4-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Logging JDK</name>
-  <url>http://www.jboss.org</url>
-  <description>JBoss Common Logging JDK Implementation</description>
-  <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-jdk/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/common/common-logging-jdk/tags</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>jboss</id>
-      <name>JBoss Inc. Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.com/maven2/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  <dependencies>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>2.0.3.GA</version>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>2.0.3.GA</version>
-    </dependency>
-  </dependencies>  
-</project>

Copied: common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA/pom.xml (from rev 2338, common-logging-jdk/trunk/pom.xml)
===================================================================
--- common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA/pom.xml	                        (rev 0)
+++ common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.GA/pom.xml	2007-03-30 20:46:56 UTC (rev 2339)
@@ -0,0 +1,53 @@
+<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>jboss</groupId>
+		<artifactId>jboss-common</artifactId>
+		<version>2.0.4.GA</version>
+	  <relativePath>../build/pom.xml</relativePath>
+	</parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-common-logging-jdk</artifactId>
+  <version>2.0.4.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss Logging JDK</name>
+  <url>http://www.jboss.org</url>
+  <description>JBoss Common Logging JDK Implementation</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-jdk/tags/jboss-common-logging-jdk-2.0.4.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/common/common-logging-jdk/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Inc. Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.com/maven2/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common-logging-spi</artifactId>
+      <version>2.0.4.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>2.0.4.GA</version>
+    </dependency>
+  </dependencies>  
+</project>




More information about the jboss-svn-commits mailing list