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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 21 11:01:19 EDT 2010


Author: david.lloyd at jboss.com
Date: 2010-09-21 11:01:18 -0400 (Tue, 21 Sep 2010)
New Revision: 4849

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

Modified: common-logging-spi/branches/2.1/pom.xml
===================================================================
--- common-logging-spi/branches/2.1/pom.xml	2010-09-21 14:51:22 UTC (rev 4848)
+++ common-logging-spi/branches/2.1/pom.xml	2010-09-21 15:01:18 UTC (rev 4849)
@@ -2,56 +2,14 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>3</version>
+    <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.logging</groupId>
   <artifactId>jboss-logging-spi</artifactId>
-  <version>2.1.2.GA-SNAPSHOT</version>
+  <version>2.1.2.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/2.1.0.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>
-      <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>
 </project>
\ No newline at end of file



More information about the jboss-svn-commits mailing list