[jboss-svn-commits] JBoss Common SVN: r4855 - slf4j-jboss-logging/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 21 11:12:40 EDT 2010


Author: david.lloyd at jboss.com
Date: 2010-09-21 11:12:40 -0400 (Tue, 21 Sep 2010)
New Revision: 4855

Modified:
   slf4j-jboss-logging/trunk/pom.xml
Log:
Prep 1.0.3.GA

Modified: slf4j-jboss-logging/trunk/pom.xml
===================================================================
--- slf4j-jboss-logging/trunk/pom.xml	2010-09-21 15:11:05 UTC (rev 4854)
+++ slf4j-jboss-logging/trunk/pom.xml	2010-09-21 15:12:40 UTC (rev 4855)
@@ -2,58 +2,16 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>3</version>
+    <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.slf4j</groupId>
   <artifactId>slf4j-jboss-logging</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3.GA</version>
   <packaging>jar</packaging>
   <name>slf4j to JBoss Logging Adapter</name>
   <url>http://www.jboss.org</url>
   <description>slf4j to JBoss Logging Adapter</description>
-  <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/common/slf4j-jboss-logging/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/slf4j-jboss-logging/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>
@@ -65,7 +23,7 @@
     <dependency>
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging-spi</artifactId>
-      <version>2.1.0.GA</version>
+      <version>2.1.2.GA</version>
     </dependency>
   </dependencies>
   



More information about the jboss-svn-commits mailing list