[jboss-svn-commits] JBoss Common SVN: r4853 - common-logging-jdk/branches/2.1.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 21 11:09:13 EDT 2010
Author: david.lloyd at jboss.com
Date: 2010-09-21 11:09:12 -0400 (Tue, 21 Sep 2010)
New Revision: 4853
Modified:
common-logging-jdk/branches/2.1/pom.xml
Log:
Prep 2.1.2.GA
Modified: common-logging-jdk/branches/2.1/pom.xml
===================================================================
--- common-logging-jdk/branches/2.1/pom.xml 2010-09-21 15:04:44 UTC (rev 4852)
+++ common-logging-jdk/branches/2.1/pom.xml 2010-09-21 15:09:12 UTC (rev 4853)
@@ -2,77 +2,30 @@
<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-jdk</artifactId>
- <version>2.1.2.GA-SNAPSHOT</version>
+ <version>2.1.2.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.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-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.1.2.GA-SNAPSHOT</version>
- </dependency>
+ <dependency>
+ <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.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>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>2.2.5.GA</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list