Repository: cxf Updated Branches: refs/heads/master 8feb7e5ca -> 59b861505
Fix logging feature pom Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9839e832 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9839e832 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9839e832 Branch: refs/heads/master Commit: 9839e83294d53f293066edae2584fea8c74ccd00 Parents: 8feb7e5 Author: Daniel Kulp <[email protected]> Authored: Fri Nov 6 10:37:40 2015 -0500 Committer: Daniel Kulp <[email protected]> Committed: Fri Nov 6 10:37:40 2015 -0500 ---------------------------------------------------------------------- rt/features/logging/pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/9839e832/rt/features/logging/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/logging/pom.xml b/rt/features/logging/pom.xml index b432ff3..87caf4d 100644 --- a/rt/features/logging/pom.xml +++ b/rt/features/logging/pom.xml @@ -10,7 +10,6 @@ <packaging>bundle</packaging> <properties> - <cxf.version>3.1.5-SNAPSHOT</cxf.version> <cxf.bundle.activator>org.apache.cxf.ext.logging.osgi.Activator</cxf.bundle.activator> </properties> @@ -32,7 +31,7 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> - <version>${cxf.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -58,25 +57,25 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> + <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>${cxf.version}</version> + <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>${cxf.version}</version> + <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>${cxf.version}</version> + <version>${project.version}</version> <scope>test</scope> </dependency>
