Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 88d513e3a -> d3ea06765
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/1444405d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1444405d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1444405d Branch: refs/heads/3.1.x-fixes Commit: 1444405de684d0a266cbbfbb415e09121412d577 Parents: 88d513e Author: Daniel Kulp <[email protected]> Authored: Fri Nov 6 10:37:40 2015 -0500 Committer: Daniel Kulp <[email protected]> Committed: Thu Nov 12 10:21:47 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/1444405d/rt/features/logging/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/logging/pom.xml b/rt/features/logging/pom.xml index 409c69a..1bb6e4f 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>
