[03/12] git commit: Move pax.exam.version to parent pom

2014-09-12 Thread dkulp
Move pax.exam.version to parent pom


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/985c1421
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/985c1421
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/985c1421

Branch: refs/heads/3.0.x-fixes
Commit: 985c14213ba4d60d911ea7b9bfb705455d85081c
Parents: a34df25
Author: Daniel Kulp dk...@apache.org
Authored: Tue Sep 2 16:08:37 2014 -0400
Committer: Daniel Kulp dk...@apache.org
Committed: Fri Sep 12 13:56:26 2014 -0400

--
 osgi/itests-felix/pom.xml |  7 +++
 osgi/itests/pom.xml   |  9 -
 parent/pom.xml|  1 +
 services/xkms/xkms-itests/pom.xml | 11 ---
 4 files changed, 12 insertions(+), 16 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/985c1421/osgi/itests-felix/pom.xml
--
diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml
index 9f39608..2a39044 100644
--- a/osgi/itests-felix/pom.xml
+++ b/osgi/itests-felix/pom.xml
@@ -29,7 +29,6 @@
 nameApache CXF :: OSGi :: Integration Tests pure felix/name
 packagingjar/packaging
 properties
-pax.exam.version3.4.0/pax.exam.version
 pax.url.version1.2.8/pax.url.version
 /properties
 dependencies
@@ -91,19 +90,19 @@
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-container-native/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-junit4/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-link-mvn/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 dependency

http://git-wip-us.apache.org/repos/asf/cxf/blob/985c1421/osgi/itests/pom.xml
--
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index 054f1e2..d2c53d4 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -29,7 +29,6 @@
 nameApache CXF :: OSGi :: Integration Tests/name
 packagingjar/packaging
 properties
-pax.exam.version3.4.0/pax.exam.version
 cxf.surefire.fork.modeonce/cxf.surefire.fork.mode
 /properties
 dependencies
@@ -100,28 +99,28 @@
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-junit4/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-container-karaf/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-link-mvn/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/985c1421/parent/pom.xml
--
diff --git a/parent/pom.xml b/parent/pom.xml
index 1749879..0cf8b2a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -178,6 +178,7 @@
 cxf.osgi.version4.2.0/cxf.osgi.version
 cxf.karaf.version2.3.6/cxf.karaf.version
 cxf.pax.logging.version1.6.0/cxf.pax.logging.version
+cxf.pax.exam.version3.4.0/cxf.pax.exam.version
 cxf.felix.framework.version2.0.5/cxf.felix.framework.version
 cxf.felix.configadmin.version1.2.4/cxf.felix.configadmin.version
 cxf.xmlbeans.bundle.version2.6.0_2/cxf.xmlbeans.bundle.version

http://git-wip-us.apache.org/repos/asf/cxf/blob/985c1421/services/xkms/xkms-itests/pom.xml
--
diff --git a/services/xkms/xkms-itests/pom.xml 
b/services/xkms/xkms-itests/pom.xml
index b761f54..64debcf 100644
--- 

git commit: Move pax.exam.version to parent pom

2014-09-02 Thread dkulp
Repository: cxf
Updated Branches:
  refs/heads/master ed4d48dbc - 64368a5dd


Move pax.exam.version to parent pom


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/64368a5d
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/64368a5d
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/64368a5d

Branch: refs/heads/master
Commit: 64368a5ddad507fa5d7016cbd07f3e9b5b5fd594
Parents: ed4d48d
Author: Daniel Kulp dk...@apache.org
Authored: Tue Sep 2 16:08:37 2014 -0400
Committer: Daniel Kulp dk...@apache.org
Committed: Tue Sep 2 16:08:37 2014 -0400

--
 osgi/itests-felix/pom.xml |  7 +++
 osgi/itests/pom.xml   |  9 -
 parent/pom.xml|  1 +
 services/xkms/xkms-itests/pom.xml | 11 ---
 4 files changed, 12 insertions(+), 16 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/64368a5d/osgi/itests-felix/pom.xml
--
diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml
index cc09922..e6d1466 100644
--- a/osgi/itests-felix/pom.xml
+++ b/osgi/itests-felix/pom.xml
@@ -29,7 +29,6 @@
 nameApache CXF :: OSGi :: Integration Tests pure felix/name
 packagingjar/packaging
 properties
-pax.exam.version3.4.0/pax.exam.version
 pax.url.version1.2.8/pax.url.version
 /properties
 dependencies
@@ -91,19 +90,19 @@
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-container-native/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-junit4/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-link-mvn/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 dependency

http://git-wip-us.apache.org/repos/asf/cxf/blob/64368a5d/osgi/itests/pom.xml
--
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index 6887b6b..018f604 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -29,7 +29,6 @@
 nameApache CXF :: OSGi :: Integration Tests/name
 packagingjar/packaging
 properties
-pax.exam.version3.4.0/pax.exam.version
 cxf.surefire.fork.modeonce/cxf.surefire.fork.mode
 /properties
 dependencies
@@ -100,28 +99,28 @@
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-junit4/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-container-karaf/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 
 dependency
 groupIdorg.ops4j.pax.exam/groupId
 artifactIdpax-exam-link-mvn/artifactId
-version${pax.exam.version}/version
+version${cxf.pax.exam.version}/version
 scopetest/scope
 /dependency
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/64368a5d/parent/pom.xml
--
diff --git a/parent/pom.xml b/parent/pom.xml
index 219544d..8682888 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -164,6 +164,7 @@
 cxf.osgi.version4.2.0/cxf.osgi.version
 cxf.karaf.version2.3.6/cxf.karaf.version
 cxf.pax.logging.version1.6.0/cxf.pax.logging.version
+cxf.pax.exam.version3.4.0/cxf.pax.exam.version
 cxf.felix.framework.version2.0.5/cxf.felix.framework.version
 cxf.felix.configadmin.version1.2.4/cxf.felix.configadmin.version
 cxf.xmlbeans.bundle.version2.6.0_2/cxf.xmlbeans.bundle.version

http://git-wip-us.apache.org/repos/asf/cxf/blob/64368a5d/services/xkms/xkms-itests/pom.xml
--
diff --git a/services/xkms/xkms-itests/pom.xml