Repository: cxf-dosgi Updated Branches: refs/heads/master bf243bd12 -> 22aab955e
Fix duplicates Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/22aab955 Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/22aab955 Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/22aab955 Branch: refs/heads/master Commit: 22aab955e9569e5b2d76d5d8c2c2ad1fb2ded4ef Parents: bf243bd Author: Christian Schneider <[email protected]> Authored: Thu Jul 13 14:48:29 2017 +0200 Committer: Christian Schneider <[email protected]> Committed: Thu Jul 13 14:48:29 2017 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 2 -- distribution/sources/pom.xml | 2 -- itests/pom.xml | 1 - samples/rest/pom.xml | 1 - samples/ssl/pom.xml | 1 - 5 files changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/22aab955/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 0370e29..0708d2f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -19,9 +19,7 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-distribution-parent</artifactId> - <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>CXF DOSGi Distribution Parent</name> <url>http://cxf.apache.org</url> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/22aab955/distribution/sources/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/sources/pom.xml b/distribution/sources/pom.xml index 3303a9f..35d5ad3 100644 --- a/distribution/sources/pom.xml +++ b/distribution/sources/pom.xml @@ -20,9 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-source-distribution</artifactId> - <version>2.3.0-SNAPSHOT</version> <name>CXF DOSGi Source Distribution</name> <url>http://cxf.apache.org</url> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/22aab955/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index af4683d..9775de0 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -30,7 +30,6 @@ <groupId>org.apache.cxf.dosgi.systests</groupId> <artifactId>cxf-dosgi-itests</artifactId> - <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>CXF DOSGi Integration Tests</name> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/22aab955/samples/rest/pom.xml ---------------------------------------------------------------------- diff --git a/samples/rest/pom.xml b/samples/rest/pom.xml index 12124d9..b055cf1 100644 --- a/samples/rest/pom.xml +++ b/samples/rest/pom.xml @@ -12,7 +12,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-samples-rest-parent</artifactId> <packaging>pom</packaging> <name>CXF DOSGi Samples REST Parent</name> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/22aab955/samples/ssl/pom.xml ---------------------------------------------------------------------- diff --git a/samples/ssl/pom.xml b/samples/ssl/pom.xml index c6e9656..d42faa0 100644 --- a/samples/ssl/pom.xml +++ b/samples/ssl/pom.xml @@ -20,7 +20,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-samples-ssl-parent</artifactId> <packaging>pom</packaging> <name>CXF DOSGi Greeter Bundles</name>
