Repository: cxf-dosgi Updated Branches: refs/heads/master 3d9aa0151 -> 828c950a5
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/828c950a Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/828c950a Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/828c950a Branch: refs/heads/master Commit: 828c950a5faded5e3c8b284afef6050d92beb96c Parents: 3d9aa01 Author: Christian Schneider <[email protected]> Authored: Fri Jul 3 16:00:01 2015 +0200 Committer: Christian Schneider <[email protected]> Committed: Fri Jul 3 16:00:01 2015 +0200 ---------------------------------------------------------------------- discovery/distributed/cxf-discovery/pom.xml | 2 +- discovery/distributed/pom.xml | 4 ++-- discovery/distributed/zookeeper-server-config/pom.xml | 4 ++-- discovery/distributed/zookeeper-server/pom.xml | 2 +- discovery/local/pom.xml | 2 +- discovery/pom.xml | 4 ++-- distribution/features/pom.xml | 2 +- distribution/multi-bundle/pom.xml | 2 +- distribution/pom.xml | 4 ++-- distribution/sources/pom.xml | 4 ++-- dsw/cxf-dsw/pom.xml | 2 +- dsw/cxf-topology-manager/pom.xml | 2 +- dsw/pom.xml | 4 ++-- felix/pom.xml | 2 +- felix/profiles/pom.xml | 2 +- felix/shell.tui/pom.xml | 4 ++-- osgi-api/pom.xml | 2 +- parent/pom.xml | 4 ++-- pom.xml | 4 ++-- samples/discovery/client/pom.xml | 4 ++-- samples/discovery/impl/pom.xml | 4 ++-- samples/discovery/interface/pom.xml | 4 ++-- samples/discovery/pom.xml | 4 ++-- samples/ds/client/pom.xml | 4 ++-- samples/ds/impl/pom.xml | 4 ++-- samples/ds/interface/pom.xml | 4 ++-- samples/ds/pom.xml | 4 ++-- samples/greeter/client/pom.xml | 4 ++-- samples/greeter/impl/pom.xml | 4 ++-- samples/greeter/interface/pom.xml | 4 ++-- samples/greeter/pom.xml | 4 ++-- samples/greeter_rest/client/pom.xml | 4 ++-- samples/greeter_rest/impl/pom.xml | 4 ++-- samples/greeter_rest/impl2/pom.xml | 4 ++-- samples/greeter_rest/interface/pom.xml | 4 ++-- samples/greeter_rest/pom.xml | 4 ++-- samples/pom.xml | 4 ++-- samples/security_filter/pom.xml | 4 ++-- samples/spring_dm/client/pom.xml | 4 ++-- samples/spring_dm/impl/pom.xml | 4 ++-- samples/spring_dm/interface/pom.xml | 4 ++-- samples/spring_dm/pom.xml | 4 ++-- systests2/common/pom.xml | 2 +- systests2/multi-bundle/pom.xml | 2 +- systests2/pom.xml | 4 ++-- 45 files changed, 78 insertions(+), 78 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/discovery/distributed/cxf-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/distributed/cxf-discovery/pom.xml b/discovery/distributed/cxf-discovery/pom.xml index 7a3e06e..c3af833 100644 --- a/discovery/distributed/cxf-discovery/pom.xml +++ b/discovery/distributed/cxf-discovery/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/discovery/distributed/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/distributed/pom.xml b/discovery/distributed/pom.xml index a278040..e33a09f 100644 --- a/discovery/distributed/pom.xml +++ b/discovery/distributed/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-discovery-distributed-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <packaging>pom</packaging> <name>Distributed OSGI Distributed Discovery Parent</name> <url>http://cxf.apache.org</url> @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/discovery/distributed/zookeeper-server-config/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/distributed/zookeeper-server-config/pom.xml b/discovery/distributed/zookeeper-server-config/pom.xml index bda2697..1dbb4e9 100644 --- a/discovery/distributed/zookeeper-server-config/pom.xml +++ b/discovery/distributed/zookeeper-server-config/pom.xml @@ -25,12 +25,12 @@ <packaging>bundle</packaging> <name>Distributed OSGI Distributed Discovery ZooKeeper Server Control Configuration Bundle</name> <description>This bundle provides some default OSGi Configuration Admin data and is only useful for use in the OSGi CT suite</description> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/discovery/distributed/zookeeper-server/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/distributed/zookeeper-server/pom.xml b/discovery/distributed/zookeeper-server/pom.xml index e9ed44d..564ad6f 100644 --- a/discovery/distributed/zookeeper-server/pom.xml +++ b/discovery/distributed/zookeeper-server/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/discovery/local/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml index 1e6905a..e89e22e 100644 --- a/discovery/local/pom.xml +++ b/discovery/local/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/discovery/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/pom.xml b/discovery/pom.xml index c697965..f176e51 100644 --- a/discovery/pom.xml +++ b/discovery/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-discovery</artifactId> <packaging>pom</packaging> <name>Distributed OSGI Discovery Service Modules</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/distribution/features/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/features/pom.xml b/distribution/features/pom.xml index b51616e..00dc7e3 100644 --- a/distribution/features/pom.xml +++ b/distribution/features/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-distribution-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/distribution/multi-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml index 63ea21d..5498f34 100644 --- a/distribution/multi-bundle/pom.xml +++ b/distribution/multi-bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-distribution-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index de62a7b..97677b8 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-distribution-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <packaging>pom</packaging> <name>Distributed OSGI Distribution Parent</name> <url>http://cxf.apache.org</url> @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/distribution/sources/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/sources/pom.xml b/distribution/sources/pom.xml index 916017a..309a4a0 100644 --- a/distribution/sources/pom.xml +++ b/distribution/sources/pom.xml @@ -22,14 +22,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-source-distribution</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <name>Distributed OSGI Source Distribution</name> <url>http://cxf.apache.org</url> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-distribution-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/dsw/cxf-dsw/pom.xml ---------------------------------------------------------------------- diff --git a/dsw/cxf-dsw/pom.xml b/dsw/cxf-dsw/pom.xml index a82fa16..52727ae 100644 --- a/dsw/cxf-dsw/pom.xml +++ b/dsw/cxf-dsw/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/dsw/cxf-topology-manager/pom.xml ---------------------------------------------------------------------- diff --git a/dsw/cxf-topology-manager/pom.xml b/dsw/cxf-topology-manager/pom.xml index d6b5a41..cb91f1f 100644 --- a/dsw/cxf-topology-manager/pom.xml +++ b/dsw/cxf-topology-manager/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/dsw/pom.xml ---------------------------------------------------------------------- diff --git a/dsw/pom.xml b/dsw/pom.xml index 85882ea..121a7c3 100644 --- a/dsw/pom.xml +++ b/dsw/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-dsw</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <packaging>pom</packaging> <name>Distributed OSGI Distributed Software Modules</name> <url>http://cxf.apache.org</url> @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/felix/pom.xml ---------------------------------------------------------------------- diff --git a/felix/pom.xml b/felix/pom.xml index 82b2822..0b8b759 100644 --- a/felix/pom.xml +++ b/felix/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/felix/profiles/pom.xml ---------------------------------------------------------------------- diff --git a/felix/profiles/pom.xml b/felix/profiles/pom.xml index 4ad88a0..4cc71fe 100644 --- a/felix/profiles/pom.xml +++ b/felix/profiles/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/felix/shell.tui/pom.xml ---------------------------------------------------------------------- diff --git a/felix/shell.tui/pom.xml b/felix/shell.tui/pom.xml index 64290de..8dd6b56 100644 --- a/felix/shell.tui/pom.xml +++ b/felix/shell.tui/pom.xml @@ -25,12 +25,12 @@ <description>A simple textual user interface for Felix' shell service.</description> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>felix-shell-extension</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/osgi-api/pom.xml ---------------------------------------------------------------------- diff --git a/osgi-api/pom.xml b/osgi-api/pom.xml index 299a3bf..44e09f4 100644 --- a/osgi-api/pom.xml +++ b/osgi-api/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3c7c3b6..c9cecd2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -14,13 +14,13 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <packaging>pom</packaging> <name>Distributed OSGI Reference Implementation Parent</name> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 59127f9..039c837 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <packaging>pom</packaging> <name>Distributed OSGI Reference Implementation</name> @@ -29,7 +29,7 @@ <scm> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</connection> <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</developerConnection> - <tag>cxf-dosgi-ri-1.7.0</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/discovery/client/pom.xml ---------------------------------------------------------------------- diff --git a/samples/discovery/client/pom.xml b/samples/discovery/client/pom.xml index cf1b9b0..c2434bd 100644 --- a/samples/discovery/client/pom.xml +++ b/samples/discovery/client/pom.xml @@ -15,12 +15,12 @@ <artifactId>cxf-dosgi-ri-samples-discovery-client</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Discovery Sample Client Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-discovery-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/discovery/impl/pom.xml ---------------------------------------------------------------------- diff --git a/samples/discovery/impl/pom.xml b/samples/discovery/impl/pom.xml index b4011e6..adfc929 100644 --- a/samples/discovery/impl/pom.xml +++ b/samples/discovery/impl/pom.xml @@ -15,12 +15,12 @@ <artifactId>cxf-dosgi-ri-samples-discovery-impl</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Discovery Sample Implementation Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-discovery-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/discovery/interface/pom.xml ---------------------------------------------------------------------- diff --git a/samples/discovery/interface/pom.xml b/samples/discovery/interface/pom.xml index af9a735..bd45521 100644 --- a/samples/discovery/interface/pom.xml +++ b/samples/discovery/interface/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-discovery-interface</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Discovery Sample Interface Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-discovery-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/discovery/pom.xml ---------------------------------------------------------------------- diff --git a/samples/discovery/pom.xml b/samples/discovery/pom.xml index 54c9816..d78db80 100644 --- a/samples/discovery/pom.xml +++ b/samples/discovery/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-discovery-parent</artifactId> <packaging>pom</packaging> <name>Distributed OSGI Discovery Sample</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/ds/client/pom.xml ---------------------------------------------------------------------- diff --git a/samples/ds/client/pom.xml b/samples/ds/client/pom.xml index 677d6d9..be0b243 100644 --- a/samples/ds/client/pom.xml +++ b/samples/ds/client/pom.xml @@ -15,12 +15,12 @@ <artifactId>cxf-dosgi-ri-samples-ds-client</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Declarative Services Sample Client Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-ds-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/ds/impl/pom.xml ---------------------------------------------------------------------- diff --git a/samples/ds/impl/pom.xml b/samples/ds/impl/pom.xml index b24a4ac..69610f5 100644 --- a/samples/ds/impl/pom.xml +++ b/samples/ds/impl/pom.xml @@ -23,12 +23,12 @@ <artifactId>cxf-dosgi-ri-samples-ds-impl</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Declarative Services Sample Implementation Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-ds-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/ds/interface/pom.xml ---------------------------------------------------------------------- diff --git a/samples/ds/interface/pom.xml b/samples/ds/interface/pom.xml index 7cb343a..68e6be7 100644 --- a/samples/ds/interface/pom.xml +++ b/samples/ds/interface/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-ds-interface</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Declarative Services Sample Interface Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-ds-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/ds/pom.xml ---------------------------------------------------------------------- diff --git a/samples/ds/pom.xml b/samples/ds/pom.xml index 557e217..fb8bd60 100644 --- a/samples/ds/pom.xml +++ b/samples/ds/pom.xml @@ -23,12 +23,12 @@ <artifactId>cxf-dosgi-ri-samples-ds-parent</artifactId> <packaging>pom</packaging> <name>Distributed OSGI Declarative Services Sample</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter/client/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter/client/pom.xml b/samples/greeter/client/pom.xml index aa8e67a..38fe90c 100644 --- a/samples/greeter/client/pom.xml +++ b/samples/greeter/client/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-client</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Greeter Bundle Client</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter/impl/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter/impl/pom.xml b/samples/greeter/impl/pom.xml index 8492ab4..5b1a741 100644 --- a/samples/greeter/impl/pom.xml +++ b/samples/greeter/impl/pom.xml @@ -23,12 +23,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-impl</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Greeter Implementation Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter/interface/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter/interface/pom.xml b/samples/greeter/interface/pom.xml index b929caf..1482869 100644 --- a/samples/greeter/interface/pom.xml +++ b/samples/greeter/interface/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Greeter Interface Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter/pom.xml b/samples/greeter/pom.xml index 01ec8ad..2b7764a 100644 --- a/samples/greeter/pom.xml +++ b/samples/greeter/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-parent</artifactId> <packaging>pom</packaging> <name>Distributed OSGI Greeter Bundles</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter_rest/client/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter_rest/client/pom.xml b/samples/greeter_rest/client/pom.xml index 9c51e14..b0fe7d3 100644 --- a/samples/greeter_rest/client/pom.xml +++ b/samples/greeter_rest/client/pom.xml @@ -23,12 +23,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-rest-client</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Greeter Bundle Client</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter_rest/impl/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter_rest/impl/pom.xml b/samples/greeter_rest/impl/pom.xml index 1322e2c..f357327 100644 --- a/samples/greeter_rest/impl/pom.xml +++ b/samples/greeter_rest/impl/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-rest-impl</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Greeter Implementation Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter_rest/impl2/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter_rest/impl2/pom.xml b/samples/greeter_rest/impl2/pom.xml index 302d250..f74896c 100644 --- a/samples/greeter_rest/impl2/pom.xml +++ b/samples/greeter_rest/impl2/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-rest-impl2</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Greeter Implementation2 Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter_rest/interface/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter_rest/interface/pom.xml b/samples/greeter_rest/interface/pom.xml index 61e8de7..ebc19f9 100644 --- a/samples/greeter_rest/interface/pom.xml +++ b/samples/greeter_rest/interface/pom.xml @@ -23,12 +23,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-rest-interface</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Greeter Rest Interface Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/greeter_rest/pom.xml ---------------------------------------------------------------------- diff --git a/samples/greeter_rest/pom.xml b/samples/greeter_rest/pom.xml index 8910def..7c8a6af 100644 --- a/samples/greeter_rest/pom.xml +++ b/samples/greeter_rest/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-greeter-rest-parent</artifactId> <packaging>pom</packaging> <name>Distributed OSGI Greeter Rest Bundles</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index 85f9e41..697769e 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <packaging>pom</packaging> <name>Distributed OSGI RI Sample Bundles</name> <url>http://cxf.apache.org/</url> @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/security_filter/pom.xml ---------------------------------------------------------------------- diff --git a/samples/security_filter/pom.xml b/samples/security_filter/pom.xml index 3db1978..f931ee0 100644 --- a/samples/security_filter/pom.xml +++ b/samples/security_filter/pom.xml @@ -16,12 +16,12 @@ <artifactId>cxf-dosgi-ri-samples-security</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Security Sample Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/spring_dm/client/pom.xml ---------------------------------------------------------------------- diff --git a/samples/spring_dm/client/pom.xml b/samples/spring_dm/client/pom.xml index 25fcd9a..93e0168 100644 --- a/samples/spring_dm/client/pom.xml +++ b/samples/spring_dm/client/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-spring-dm-client</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Spring-DM Sample Client Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-spring-dm-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/spring_dm/impl/pom.xml ---------------------------------------------------------------------- diff --git a/samples/spring_dm/impl/pom.xml b/samples/spring_dm/impl/pom.xml index f6824f4..cf42e16 100644 --- a/samples/spring_dm/impl/pom.xml +++ b/samples/spring_dm/impl/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-spring-dm-impl</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Spring-DM Sample Implementation Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-spring-dm-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/spring_dm/interface/pom.xml ---------------------------------------------------------------------- diff --git a/samples/spring_dm/interface/pom.xml b/samples/spring_dm/interface/pom.xml index 73dc754..72233b5 100644 --- a/samples/spring_dm/interface/pom.xml +++ b/samples/spring_dm/interface/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-spring-dm-interface</artifactId> <packaging>bundle</packaging> <name>Distributed OSGI Spring-DM Sample Interface Bundle</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi.samples</groupId> <artifactId>cxf-dosgi-ri-samples-spring-dm-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/samples/spring_dm/pom.xml ---------------------------------------------------------------------- diff --git a/samples/spring_dm/pom.xml b/samples/spring_dm/pom.xml index 3bd242c..97d9bac 100644 --- a/samples/spring_dm/pom.xml +++ b/samples/spring_dm/pom.xml @@ -24,12 +24,12 @@ <artifactId>cxf-dosgi-ri-samples-spring-dm-parent</artifactId> <packaging>pom</packaging> <name>Distributed OSGI Spring-DM Sample</name> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/systests2/common/pom.xml ---------------------------------------------------------------------- diff --git a/systests2/common/pom.xml b/systests2/common/pom.xml index 2073a2a..700468a 100644 --- a/systests2/common/pom.xml +++ b/systests2/common/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/systests2/multi-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/systests2/multi-bundle/pom.xml b/systests2/multi-bundle/pom.xml index 3b2d6b7..5147cd6 100644 --- a/systests2/multi-bundle/pom.xml +++ b/systests2/multi-bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/828c950a/systests2/pom.xml ---------------------------------------------------------------------- diff --git a/systests2/pom.xml b/systests2/pom.xml index 68353a8..93d70e2 100644 --- a/systests2/pom.xml +++ b/systests2/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.cxf.dosgi</groupId> <artifactId>cxf-dosgi-ri-parent</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.dosgi.systests</groupId> <artifactId>cxf-dosgi-ri-systests2</artifactId> - <version>1.7.0</version> + <version>1.8-SNAPSHOT</version> <packaging>pom</packaging> <name>Distributed OSGi System Tests</name>
