[jboss-svn-commits] JBoss Common SVN: r4851 - common-logging-log4j/branches/2.1.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 21 11:04:03 EDT 2010


Author: david.lloyd at jboss.com
Date: 2010-09-21 11:04:03 -0400 (Tue, 21 Sep 2010)
New Revision: 4851

Modified:
   common-logging-log4j/branches/2.1/pom.xml
Log:
Prep 2.1.2.GA

Modified: common-logging-log4j/branches/2.1/pom.xml
===================================================================
--- common-logging-log4j/branches/2.1/pom.xml	2010-09-21 15:01:45 UTC (rev 4850)
+++ common-logging-log4j/branches/2.1/pom.xml	2010-09-21 15:04:03 UTC (rev 4851)
@@ -2,63 +2,50 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>4</version>
+    <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.logging</groupId>   
   <artifactId>jboss-logging-log4j</artifactId>
-  <version>2.1.2.GA-SNAPSHOT</version>
+  <version>2.1.2.GA</version>
   <packaging>jar</packaging>
   <name>JBoss Logging Log4j</name>
   <url>http://www.jboss.org</url>
   <description>JBoss Logging Log4j Implementation</description>
-  <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-log4j/tags/2.1.0.GA</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/common/common-logging-log4j/tags/2.1.0.GA</developerConnection>
-  </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-log4j/tags</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
+
   <dependencies>
     <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>2.1.2.GA-SNAPSHOT</version>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging-spi</artifactId>
+        <version>2.1.2.GA</version>
     </dependency>
     
     <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>2.2.11.GA</version>
-      <optional>true</optional> <!-- For TCLFilter using org.jboss.util.collection.WeakSet -->
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+        <version>2.2.11.GA</version>
+        <scope>provided</scope>
     </dependency>
 
     <dependency>
-      <groupId>org.jboss.cl</groupId>
-      <artifactId>jboss-classloading</artifactId>
-      <version>2.0.7.GA</version>
+        <groupId>org.jboss.cl</groupId>
+        <artifactId>jboss-classloading</artifactId>
+        <version>2.0.7.GA</version>
+        <scope>provided</scope>
     </dependency>
     
     <dependency>
-	<groupId>org.jboss.man</groupId>
-	<artifactId>jboss-managed</artifactId>
-	<version>2.1.1.CR1</version>
+        <groupId>org.jboss.man</groupId>
+        <artifactId>jboss-managed</artifactId>
+        <version>2.1.1.CR1</version>
+        <scope>provided</scope>
     </dependency>
 
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.14</version>
+        <scope>provided</scope>
     </dependency>
     
   </dependencies>



More information about the jboss-svn-commits mailing list