Author: coheigea
Date: Thu Jan 10 11:35:31 2013
New Revision: 1431289
URL: http://svn.apache.org/viewvc?rev=1431289&view=rev
Log:
Moving dependency versions to parent pom
Modified:
cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml
cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml
cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml
cxf/fediz/branches/1.0.x-fixes/pom.xml
cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml
Modified: cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml?rev=1431289&r1=1431288&r2=1431289&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/simpleWebapp/pom.xml Thu Jan 10
11:35:31 2013
@@ -39,7 +39,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.5</version>
+ <version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<!-- Required to cast Principal to FederationPrincipal -->
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.0.1</version>
+ <version>${commons.lang.version}</version>
</dependency>
</dependencies>
Modified: cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml?rev=1431289&r1=1431288&r2=1431289&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml
(original)
+++ cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webapp/pom.xml Thu
Jan 10 11:35:31 2013
@@ -43,7 +43,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.5</version>
+ <version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.0.1</version>
+ <version>${commons.lang.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Modified: cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml?rev=1431289&r1=1431288&r2=1431289&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml Thu Jan 10 11:35:31 2013
@@ -64,7 +64,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.5</version>
+ <version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: cxf/fediz/branches/1.0.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/pom.xml?rev=1431289&r1=1431288&r2=1431289&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/pom.xml Thu Jan 10 11:35:31 2013
@@ -32,19 +32,22 @@
</parent>
<properties>
+ <commons.lang.version>3.0.1</commons.lang.version>
+ <cxf.version>2.6.5</cxf.version>
+ <cxf.build-utils.version>2.4.1</cxf.build-utils.version>
<ehcache.version>2.5.1</ehcache.version>
+ <jetty.version>8.1.3.v20120416</jetty.version>
+ <junit.version>4.8.2</junit.version>
+ <servlet.version>2.5</servlet.version>
<slf4j.version>1.6.5</slf4j.version>
<spring.version>3.0.7.RELEASE</spring.version>
<tomcat.version>7.0.27</tomcat.version>
- <jetty.version>8.1.3.v20120416</jetty.version>
- <junit.version>4.8.2</junit.version>
- <tomcat.url>http://localhost:8080/manager/text</tomcat.url>
- <cxf.version>2.6.5</cxf.version>
<wss4j.version>1.6.9</wss4j.version>
+
+ <tomcat.url>http://localhost:8080/manager/text</tomcat.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.6</jdk.version>
<compiler.fork>false</compiler.fork>
- <cxf.build-utils.version>2.4.1</cxf.build-utils.version>
<fediz.protect-xmlschema-collections>false</fediz.protect-xmlschema-collections>
<fediz.surefire.fork.mode>once</fediz.surefire.fork.mode>
Modified: cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml?rev=1431289&r1=1431288&r2=1431289&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml Thu Jan 10 11:35:31 2013
@@ -39,7 +39,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.5</version>
+ <version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.0.1</version>
+ <version>${commons.lang.version}</version>
</dependency>
</dependencies>
<build>