[jboss-svn-commits] JBoss Common SVN: r2821 - common-logging-jdk/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 8 09:53:45 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-08 09:53:45 -0400 (Tue, 08 Apr 2008)
New Revision: 2821

Modified:
   common-logging-jdk/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 2.0.5.GA

Modified: common-logging-jdk/trunk/pom.xml
===================================================================
--- common-logging-jdk/trunk/pom.xml	2008-04-08 13:50:21 UTC (rev 2820)
+++ common-logging-jdk/trunk/pom.xml	2008-04-08 13:53:45 UTC (rev 2821)
@@ -1,79 +1,78 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.logging</groupId>  
-  <artifactId>jboss-logging-jdk</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Logging JDK</name>
-  <url>http://www.jboss.org</url>
-  <description>JBoss 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>
-      <plugin>
-        <groupId>jboss.maven-plugins</groupId>
-        <artifactId>jboss-deploy-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshot Repository</name>
-      <layout>default</layout>
-      <url>http://snapshots.jboss.org/maven2/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  
-  <dependencies>
-  
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>2.0.5.GA</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>2.2.5.GA</version>
-      <!-- org.jboss.logging.jdk.xml DOMConfigurator uses:
-      import org.jboss.util.StringPropertyReplacer;
-      import org.jboss.util.propertyeditor.PropertyEditors;
-      import org.jboss.util.xml.JBossEntityResolver; -->
-      <optional>true</optional>      
-    </dependency>
-  </dependencies>
-  
-</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>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.logging</groupId>  
+  <artifactId>jboss-logging-jdk</artifactId>
+  <version>2.0.5.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss Logging JDK</name>
+  <url>http://www.jboss.org</url>
+  <description>JBoss Logging JDK Implementation</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-jdk/tags/2.0.5.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>
+      <plugin>
+        <groupId>jboss.maven-plugins</groupId>
+        <artifactId>jboss-deploy-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <layout>default</layout>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  
+  <dependencies>
+  
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.0.5.GA</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>2.2.5.GA</version>
+      <!-- org.jboss.logging.jdk.xml DOMConfigurator uses:
+      import org.jboss.util.StringPropertyReplacer;
+      import org.jboss.util.propertyeditor.PropertyEditors;
+      import org.jboss.util.xml.JBossEntityResolver; -->
+      <optional>true</optional>      
+    </dependency>
+  </dependencies>
+  
+</project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list