Author: coheigea
Date: Thu Aug 1 08:30:21 2013
New Revision: 1509109
URL: http://svn.apache.org/r1509109
Log:
Moving some version numbers to the parent pom
Modified:
cxf/trunk/parent/pom.xml
cxf/trunk/services/sts/sts-core/pom.xml
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1509109&r1=1509108&r2=1509109&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Aug 1 08:30:21 2013
@@ -102,6 +102,8 @@
<cxf.httpcomponents.core.version>4.2.4</cxf.httpcomponents.core.version>
<cxf.httpcomponents.core.version.range>[4.2.1,4.3.0)</cxf.httpcomponents.core.version.range>
<cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
+ <cxf.logback.classic.version>1.0.13</cxf.logback.classic.version>
+ <cxf.log4j.version>1.2.17</cxf.log4j.version>
<cxf.mina.version>2.0.7</cxf.mina.version>
<cxf.javax.annotation-api.version>1.2</cxf.javax.annotation-api.version>
<cxf.geronimo.jms.version>1.1.1</cxf.geronimo.jms.version>
Modified: cxf/trunk/services/sts/sts-core/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/sts/sts-core/pom.xml?rev=1509109&r1=1509108&r2=1509109&view=diff
==============================================================================
--- cxf/trunk/services/sts/sts-core/pom.xml (original)
+++ cxf/trunk/services/sts/sts-core/pom.xml Thu Aug 1 08:30:21 2013
@@ -105,14 +105,14 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.17</version>
+ <version>${cxf.log4j.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.0.13</version>
+ <version>${cxf.logback.classic.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>