Author: cschneider
Date: Thu Jan 16 14:14:22 2014
New Revision: 1558803
URL: http://svn.apache.org/r1558803
Log:
Rollback
Modified:
cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml
cxf/dosgi/trunk/discovery/distributed/pom.xml
cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml
cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml
cxf/dosgi/trunk/discovery/local/pom.xml
cxf/dosgi/trunk/discovery/pom.xml
cxf/dosgi/trunk/distribution/features/pom.xml
cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
cxf/dosgi/trunk/distribution/pom.xml
cxf/dosgi/trunk/distribution/sources/pom.xml
cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml
cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml
cxf/dosgi/trunk/dsw/pom.xml
cxf/dosgi/trunk/felix/pom.xml
cxf/dosgi/trunk/felix/profiles/pom.xml
cxf/dosgi/trunk/felix/shell.tui/pom.xml
cxf/dosgi/trunk/osgi-api/pom.xml
cxf/dosgi/trunk/parent/pom.xml
cxf/dosgi/trunk/pom.xml
cxf/dosgi/trunk/samples/discovery/client/pom.xml
cxf/dosgi/trunk/samples/discovery/impl/pom.xml
cxf/dosgi/trunk/samples/discovery/interface/pom.xml
cxf/dosgi/trunk/samples/discovery/pom.xml
cxf/dosgi/trunk/samples/ds/client/pom.xml
cxf/dosgi/trunk/samples/ds/impl/pom.xml
cxf/dosgi/trunk/samples/ds/interface/pom.xml
cxf/dosgi/trunk/samples/ds/pom.xml
cxf/dosgi/trunk/samples/greeter/client/pom.xml
cxf/dosgi/trunk/samples/greeter/impl/pom.xml
cxf/dosgi/trunk/samples/greeter/interface/pom.xml
cxf/dosgi/trunk/samples/greeter/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/pom.xml
cxf/dosgi/trunk/samples/pom.xml
cxf/dosgi/trunk/samples/security_filter/pom.xml
cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
cxf/dosgi/trunk/samples/spring_dm/pom.xml
cxf/dosgi/trunk/systests2/common/pom.xml
cxf/dosgi/trunk/systests2/multi-bundle/pom.xml
cxf/dosgi/trunk/systests2/pom.xml
Modified: cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml Thu Jan 16
14:14:22 2014
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/discovery/distributed/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/distributed/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml
(original)
+++ cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml Thu
Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml Thu Jan 16
14:14:22 2014
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/discovery/local/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/local/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/local/pom.xml Thu Jan 16 14:14:22 2014
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/discovery/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/pom.xml Thu Jan 16 14:14:22 2014
@@ -24,12 +24,12 @@
<artifactId>cxf-dosgi-ri-discovery</artifactId>
<packaging>pom</packaging>
<name>Distributed OSGI Discovery Service Modules</name>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/distribution/features/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/features/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/features/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/features/pom.xml Thu Jan 16 14:14:22 2014
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/pom.xml Thu Jan 16 14:14:22 2014
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -85,9 +85,9 @@
<phase>package</phase>
<configuration>
<target>
- <xslt processor="trax" in="target/features.xml"
out="target/filtered-features.xml" style="src/main/xsl/filter_features.xslt" />
- <xslt processor="trax" in="target/filtered-features.xml"
out="target/distribution_configs/felix.config.properties.append"
style="src/main/xsl/felix_distro_config.xslt" />
- <xslt processor="trax" in="target/filtered-features.xml"
out="target/distribution_configs/config.ini"
style="src/main/xsl/equinox_distro_config.xslt" />
+ <xslt processor="trax" in="target/features.xml"
out="target/filtered-features.xml" style="src/main/xsl/filter_features.xslt"/>
+ <xslt processor="trax" in="target/filtered-features.xml"
out="target/distribution_configs/felix.config.properties.append"
style="src/main/xsl/felix_distro_config.xslt"/>
+ <xslt processor="trax" in="target/filtered-features.xml"
out="target/distribution_configs/config.ini"
style="src/main/xsl/equinox_distro_config.xslt"/>
</target>
</configuration>
<goals>
Modified: cxf/dosgi/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/distribution/sources/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/sources/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml Thu Jan 16 14:14:22 2014
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml Thu Jan 16 14:14:22 2014
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/dsw/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/pom.xml Thu Jan 16 14:14:22 2014
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-dsw</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/felix/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/pom.xml (original)
+++ cxf/dosgi/trunk/felix/pom.xml Thu Jan 16 14:14:22 2014
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/felix/profiles/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/profiles/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/profiles/pom.xml (original)
+++ cxf/dosgi/trunk/felix/profiles/pom.xml Thu Jan 16 14:14:22 2014
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/felix/shell.tui/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/shell.tui/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/shell.tui/pom.xml (original)
+++ cxf/dosgi/trunk/felix/shell.tui/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/osgi-api/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/osgi-api/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/osgi-api/pom.xml (original)
+++ cxf/dosgi/trunk/osgi-api/pom.xml Thu Jan 16 14:14:22 2014
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Thu Jan 16 14:14:22 2014
@@ -9,18 +9,19 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<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">
+<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">
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Distributed OSGI Reference Implementation Parent</name>
Modified: cxf/dosgi/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/pom.xml (original)
+++ cxf/dosgi/trunk/pom.xml Thu Jan 16 14:14:22 2014
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Distributed OSGI Reference Implementation</name>
Modified: cxf/dosgi/trunk/samples/discovery/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/discovery/client/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/discovery/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/discovery/client/pom.xml Thu Jan 16 14:14:22 2014
@@ -9,18 +9,19 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<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">
+<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-ri-samples-discovery-client</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Discovery Sample Client Bundle</name>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-discovery-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<dependencies>
Modified: cxf/dosgi/trunk/samples/discovery/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/discovery/impl/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/discovery/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/discovery/impl/pom.xml Thu Jan 16 14:14:22 2014
@@ -9,18 +9,19 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<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">
+<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-ri-samples-discovery-impl</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Discovery Sample Implementation Bundle</name>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-discovery-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<dependencies>
Modified: cxf/dosgi/trunk/samples/discovery/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/discovery/interface/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/discovery/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/discovery/interface/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-discovery-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<build>
Modified: cxf/dosgi/trunk/samples/discovery/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/discovery/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/discovery/pom.xml (original)
+++ cxf/dosgi/trunk/samples/discovery/pom.xml Thu Jan 16 14:14:22 2014
@@ -24,12 +24,12 @@
<artifactId>cxf-dosgi-ri-samples-discovery-parent</artifactId>
<packaging>pom</packaging>
<name>Distributed OSGI Discovery Sample</name>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/ds/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/ds/client/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/ds/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/ds/client/pom.xml Thu Jan 16 14:14:22 2014
@@ -9,18 +9,19 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<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">
+<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-ri-samples-ds-client</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Declarative Services Sample Client Bundle</name>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-ds-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<dependencies>
Modified: cxf/dosgi/trunk/samples/ds/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/ds/impl/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/ds/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/ds/impl/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-ds-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<dependencies>
Modified: cxf/dosgi/trunk/samples/ds/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/ds/interface/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/ds/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/ds/interface/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-ds-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<build>
Modified: cxf/dosgi/trunk/samples/ds/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/ds/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/ds/pom.xml (original)
+++ cxf/dosgi/trunk/samples/ds/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/client/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/client/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/impl/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/impl/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/interface/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/interface/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/pom.xml Thu Jan 16 14:14:22 2014
@@ -24,12 +24,12 @@
<artifactId>cxf-dosgi-ri-samples-greeter-parent</artifactId>
<packaging>pom</packaging>
<name>Distributed OSGI Greeter Bundles</name>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml Thu Jan 16 14:14:22
2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/greeter_rest/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/pom.xml (original)
+++ cxf/dosgi/trunk/samples/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/security_filter/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/security_filter/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/security_filter/pom.xml (original)
+++ cxf/dosgi/trunk/samples/security_filter/pom.xml Thu Jan 16 14:14:22 2014
@@ -9,19 +9,20 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<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">
+<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-ri-samples-security</artifactId>
<packaging>bundle</packaging>
<name>Distributed OSGI Security Sample Bundle</name>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/client/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/client/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-spring-dm-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<dependencies>
Modified: cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-spring-dm-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<dependencies>
Modified: cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi.samples</groupId>
<artifactId>cxf-dosgi-ri-samples-spring-dm-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<build>
Modified: cxf/dosgi/trunk/samples/spring_dm/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/pom.xml Thu Jan 16 14:14:22 2014
@@ -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-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/systests2/common/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests2/common/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests2/common/pom.xml (original)
+++ cxf/dosgi/trunk/systests2/common/pom.xml Thu Jan 16 14:14:22 2014
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/systests2/multi-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests2/multi-bundle/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests2/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/systests2/multi-bundle/pom.xml Thu Jan 16 14:14:22 2014
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: cxf/dosgi/trunk/systests2/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests2/pom.xml?rev=1558803&r1=1558802&r2=1558803&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests2/pom.xml (original)
+++ cxf/dosgi/trunk/systests2/pom.xml Thu Jan 16 14:14:22 2014
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.dosgi.systests</groupId>
<artifactId>cxf-dosgi-ri-systests2</artifactId>
- <version>1.7-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Distributed OSGi System Tests</name>