Update BSN accordingly
Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/650ec56d Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/650ec56d Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/650ec56d Branch: refs/heads/master Commit: 650ec56da1d184476674adf7ba2f2d53c5f3837e Parents: fe02154 Author: Carlos Sierra <[email protected]> Authored: Tue Nov 8 18:39:22 2016 +0100 Committer: Carlos Sierra <[email protected]> Committed: Tue Nov 8 18:39:47 2016 +0100 ---------------------------------------------------------------------- jax-rs.example-run/example.bndrun | 9 ++++----- jax-rs.example-run/pom.xml | 8 ++++---- jax-rs.example/pom.xml | 4 ++-- jax-rs.itests-run/itest.bndrun | 6 +++--- jax-rs.itests-run/pom.xml | 8 ++++---- jax-rs.itests/pom.xml | 4 ++-- jax-rs.whiteboard/pom.xml | 4 ++-- pom.xml | 4 ++-- 8 files changed, 23 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/650ec56d/jax-rs.example-run/example.bndrun ---------------------------------------------------------------------- diff --git a/jax-rs.example-run/example.bndrun b/jax-rs.example-run/example.bndrun index 0a28b1b..dccf286 100644 --- a/jax-rs.example-run/example.bndrun +++ b/jax-rs.example-run/example.bndrun @@ -11,11 +11,11 @@ location=${.}/target/cached.xml -runrequires: \ - osgi.identity;filter:='(osgi.identity=org.apache.aries.jax-rs.example)',\ + osgi.identity;filter:='(osgi.identity=org.apache.aries.jax.rs.example)',\ osgi.identity;filter:='(osgi.identity=org.apache.felix.gogo.jline)' # ,\ -# osgi.identity;filter:='(osgi.identity=org.apache.aries.jax-rs.whiteboard)' +# osgi.identity;filter:='(osgi.identity=org.apache.aries.jax.rs.whiteboard)' -runfw: org.eclipse.osgi;version='[3.10.100.v20150529-1857,3.10.100.v20150529-1857]' -runbundles: \ @@ -23,10 +23,9 @@ javax.json-api;version='[1.0.0,1.0.1)',\ javax.ws.rs-api;version='[2.0.1,2.0.2)',\ log4j;version='[1.2.17,1.2.18)',\ - org.apache.aries.jax-rs.example;version='[1.0.0,1.0.1)',\ - org.apache.aries.jax-rs.whiteboard;version='[1.0.0,1.0.1)',\ + org.apache.aries.jax.rs.example;version='[1.0.0,1.0.1)',\ + org.apache.aries.jax.rs.whiteboard;version='[1.0.0,1.0.1)',\ org.apache.felix.configadmin;version='[1.8.8,1.8.9)',\ - org.apache.felix.http.jetty;version='[3.4.0,3.4.1)',\ org.apache.felix.http.servlet-api;version='[1.1.2,1.1.3)',\ org.apache.felix.scr;version='[2.0.2,2.0.3)',\ org.apache.ws.xmlschema.core;version='[2.2.1,2.2.2)',\ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/650ec56d/jax-rs.example-run/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.example-run/pom.xml b/jax-rs.example-run/pom.xml index 31407b2..4041dd9 100644 --- a/jax-rs.example-run/pom.xml +++ b/jax-rs.example-run/pom.xml @@ -4,11 +4,11 @@ <parent> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs</artifactId> + <artifactId>org.apache.aries.jax.rs</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <artifactId>org.apache.aries.jax-rs.example-run</artifactId> + <artifactId>org.apache.aries.jax.rs.example-run</artifactId> <packaging>pom</packaging> @@ -39,12 +39,12 @@ <dependencies> <dependency> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs.example</artifactId> + <artifactId>org.apache.aries.jax.rs.example</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs.whiteboard</artifactId> + <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/650ec56d/jax-rs.example/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.example/pom.xml b/jax-rs.example/pom.xml index a6473c4..3740a4d 100644 --- a/jax-rs.example/pom.xml +++ b/jax-rs.example/pom.xml @@ -6,10 +6,10 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs</artifactId> + <artifactId>org.apache.aries.jax.rs</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <artifactId>org.apache.aries.jax-rs.example</artifactId> + <artifactId>org.apache.aries.jax.rs.example</artifactId> <packaging>jar</packaging> <description>Apache Aries JAX-RS Example</description> <dependencies> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/650ec56d/jax-rs.itests-run/itest.bndrun ---------------------------------------------------------------------- diff --git a/jax-rs.itests-run/itest.bndrun b/jax-rs.itests-run/itest.bndrun index e610def..6fb7b34 100644 --- a/jax-rs.itests-run/itest.bndrun +++ b/jax-rs.itests-run/itest.bndrun @@ -9,7 +9,7 @@ location=${.}/target/cached.xml -runrequires: \ - osgi.identity;filter:='(osgi.identity=org.apache.aries.jax-rs.itests)' + osgi.identity;filter:='(osgi.identity=org.apache.aries.jax.rs.itests)' -runfw: org.eclipse.osgi;version='[3.10.100.v20150529-1857,3.10.100.v20150529-1857]' @@ -29,8 +29,8 @@ javax.json-api; version='[1.0.0,1.0.1)',\ javax.ws.rs-api; version='[2.0.1,2.0.2)',\ log4j; version='[1.2.17,1.2.18)',\ - org.apache.aries.jax-rs.itests; version='[1.0.0,1.0.1)',\ - org.apache.aries.jax-rs.whiteboard; version='[1.0.0,1.0.1)',\ + org.apache.aries.jax.rs.itests; version='[1.0.0,1.0.1)',\ + org.apache.aries.jax.rs.whiteboard; version='[1.0.0,1.0.1)',\ org.apache.felix.bundlerepository; version='[1.6.0,1.6.1)',\ org.apache.felix.configadmin; version='[1.8.8,1.8.9)',\ org.apache.felix.http.api; version='[3.0.0,3.0.1)',\ http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/650ec56d/jax-rs.itests-run/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.itests-run/pom.xml b/jax-rs.itests-run/pom.xml index 63ea8fe..5852275 100644 --- a/jax-rs.itests-run/pom.xml +++ b/jax-rs.itests-run/pom.xml @@ -6,12 +6,12 @@ <parent> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs</artifactId> + <artifactId>org.apache.aries.jax.rs</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> - <artifactId>org.apache.aries.jax-rs.itests-run</artifactId> + <artifactId>org.apache.aries.jax.rs.itests-run</artifactId> <packaging>pom</packaging> @@ -42,12 +42,12 @@ <dependencies> <dependency> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs.itests</artifactId> + <artifactId>org.apache.aries.jax.rs.itests</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs.whiteboard</artifactId> + <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/650ec56d/jax-rs.itests/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml index 42ed192..61b93a9 100644 --- a/jax-rs.itests/pom.xml +++ b/jax-rs.itests/pom.xml @@ -7,11 +7,11 @@ <parent> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs</artifactId> + <artifactId>org.apache.aries.jax.rs</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <artifactId>org.apache.aries.jax-rs.itests</artifactId> + <artifactId>org.apache.aries.jax.rs.itests</artifactId> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/650ec56d/jax-rs.whiteboard/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml index 10220a1..12b1996 100644 --- a/jax-rs.whiteboard/pom.xml +++ b/jax-rs.whiteboard/pom.xml @@ -6,10 +6,10 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs</artifactId> + <artifactId>org.apache.aries.jax.rs</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <artifactId>org.apache.aries.jax-rs.whiteboard</artifactId> + <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId> <packaging>jar</packaging> <description>Apache Aries JAX-RS Whiteboard</description> <dependencies> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/650ec56d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a426c8..6d81c11 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.aries</groupId> - <artifactId>org.apache.aries.jax-rs</artifactId> + <artifactId>org.apache.aries.jax.rs</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -80,4 +80,4 @@ <layout>default</layout> </pluginRepository> </pluginRepositories> -</project> +</project> \ No newline at end of file
