[jboss-svn-commits] JBoss Common SVN: r2326 - common-logging-spi/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 30 15:34:42 EDT 2007


Author: pgier
Date: 2007-03-30 15:34:42 -0400 (Fri, 30 Mar 2007)
New Revision: 2326

Modified:
   common-logging-spi/trunk/pom.xml
Log:
[maven-release-plugin] prepare release jboss-common-logging-spi-2.0.4.GA

Modified: common-logging-spi/trunk/pom.xml
===================================================================
--- common-logging-spi/trunk/pom.xml	2007-03-30 19:32:02 UTC (rev 2325)
+++ common-logging-spi/trunk/pom.xml	2007-03-30 19:34:42 UTC (rev 2326)
@@ -1,31 +1,30 @@
-<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-spi</artifactId>
-  <version>2.0.4-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Logging Programming Interface</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBoss Logging Framework Programming Interface</description>
-  <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-spi/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-spi/tags</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<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-spi</artifactId>
+  <version>2.0.4.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss Logging Programming Interface</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBoss Logging Framework Programming Interface</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-spi/tags/jboss-common-logging-spi-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-spi/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list