Repository: karaf Updated Branches: refs/heads/master 5077a4834 -> f5956bff2
[maven-release-plugin] prepare release karaf-4.0.0.M1 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f5956bff Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f5956bff Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f5956bff Branch: refs/heads/master Commit: f5956bff28a8712edd530b5103a448bf0333135d Parents: 5077a48 Author: jgoodyear <[email protected]> Authored: Sat Oct 11 14:59:39 2014 -0230 Committer: jgoodyear <[email protected]> Committed: Sat Oct 11 14:59:39 2014 -0230 ---------------------------------------------------------------------- archetypes/assembly/pom.xml | 2 +- archetypes/blueprint/pom.xml | 2 +- archetypes/bundle/pom.xml | 2 +- archetypes/command/pom.xml | 2 +- archetypes/feature/pom.xml | 2 +- archetypes/kar/pom.xml | 2 +- archetypes/pom.xml | 2 +- assemblies/apache-karaf-minimal/pom.xml | 2 +- assemblies/apache-karaf/pom.xml | 2 +- assemblies/demos/pom.xml | 2 +- assemblies/features/enterprise/pom.xml | 2 +- assemblies/features/framework/pom.xml | 2 +- assemblies/features/pom.xml | 2 +- assemblies/features/spring/pom.xml | 2 +- assemblies/features/standard/pom.xml | 2 +- assemblies/pom.xml | 2 +- bundle/blueprintstate/pom.xml | 2 +- bundle/core/pom.xml | 2 +- bundle/pom.xml | 2 +- bundle/springstate/pom.xml | 2 +- client/pom.xml | 2 +- config/pom.xml | 2 +- demos/branding/pom.xml | 4 ++-- demos/command/pom.xml | 2 +- demos/deployer/bundle/pom.xml | 4 ++-- demos/deployer/kar/pom.xml | 4 ++-- demos/deployer/pom.xml | 2 +- demos/dump/pom.xml | 2 +- demos/pom.xml | 2 +- demos/web/pom.xml | 2 +- deployer/blueprint/pom.xml | 2 +- deployer/features/pom.xml | 2 +- deployer/kar/pom.xml | 2 +- deployer/pom.xml | 2 +- deployer/spring/pom.xml | 2 +- deployer/wrap/pom.xml | 2 +- diagnostic/boot/pom.xml | 2 +- diagnostic/core/pom.xml | 2 +- diagnostic/pom.xml | 2 +- exception/pom.xml | 2 +- features/command/pom.xml | 2 +- features/core/pom.xml | 2 +- features/pom.xml | 2 +- http/pom.xml | 2 +- instance/pom.xml | 2 +- itests/pom.xml | 2 +- jaas/blueprint/config/pom.xml | 2 +- jaas/blueprint/jasypt/pom.xml | 4 ++-- jaas/blueprint/pom.xml | 2 +- jaas/boot/pom.xml | 2 +- jaas/command/pom.xml | 2 +- jaas/config/pom.xml | 2 +- jaas/jasypt/pom.xml | 2 +- jaas/modules/pom.xml | 2 +- jaas/pom.xml | 2 +- jdbc/pom.xml | 2 +- jms/pom.xml | 2 +- jndi/pom.xml | 2 +- jpa/hibernate/pom.xml | 2 +- jpa/pom.xml | 2 +- kar/pom.xml | 2 +- log/pom.xml | 2 +- main/pom.xml | 2 +- management/boot/pom.xml | 2 +- management/pom.xml | 2 +- management/server/pom.xml | 2 +- manual/pom.xml | 2 +- obr/pom.xml | 2 +- package/pom.xml | 2 +- pom.xml | 4 ++-- scheduler/pom.xml | 2 +- scr/command/pom.xml | 2 +- scr/examples/component-factory/pom.xml | 2 +- scr/examples/managed-service/pom.xml | 2 +- scr/examples/pom.xml | 2 +- scr/examples/service/pom.xml | 2 +- scr/management/pom.xml | 2 +- scr/pom.xml | 2 +- service/core/pom.xml | 2 +- service/guard/pom.xml | 2 +- service/pom.xml | 2 +- services/coordinator/pom.xml | 2 +- services/eventadmin/pom.xml | 2 +- services/pom.xml | 2 +- shell/commands/pom.xml | 2 +- shell/console/pom.xml | 2 +- shell/core/pom.xml | 2 +- shell/pom.xml | 2 +- shell/ssh/pom.xml | 2 +- shell/table/pom.xml | 2 +- subsystem/pom.xml | 2 +- system/pom.xml | 2 +- tooling/karaf-maven-plugin/pom.xml | 2 +- tooling/karaf-services-maven-plugin/pom.xml | 2 +- tooling/pom.xml | 2 +- util/pom.xml | 2 +- web/pom.xml | 2 +- webconsole/console/pom.xml | 2 +- webconsole/features/pom.xml | 2 +- webconsole/gogo/pom.xml | 2 +- webconsole/http/pom.xml | 2 +- webconsole/instance/pom.xml | 2 +- webconsole/pom.xml | 2 +- wrapper/pom.xml | 2 +- 104 files changed, 109 insertions(+), 109 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/archetypes/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/assembly/pom.xml b/archetypes/assembly/pom.xml index 2475a61..779488c 100644 --- a/archetypes/assembly/pom.xml +++ b/archetypes/assembly/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> </parent> <groupId>org.apache.karaf.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/archetypes/blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/blueprint/pom.xml b/archetypes/blueprint/pom.xml index cffc743..cb221fc 100644 --- a/archetypes/blueprint/pom.xml +++ b/archetypes/blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/archetypes/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/bundle/pom.xml b/archetypes/bundle/pom.xml index a6f0a81..c9e870c 100644 --- a/archetypes/bundle/pom.xml +++ b/archetypes/bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/archetypes/command/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/command/pom.xml b/archetypes/command/pom.xml index 74fb84b..3820467 100644 --- a/archetypes/command/pom.xml +++ b/archetypes/command/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/archetypes/feature/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/feature/pom.xml b/archetypes/feature/pom.xml index 6116095..84e17a7 100644 --- a/archetypes/feature/pom.xml +++ b/archetypes/feature/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/archetypes/kar/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/kar/pom.xml b/archetypes/kar/pom.xml index d308744..c8a89f0 100644 --- a/archetypes/kar/pom.xml +++ b/archetypes/kar/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>archetypes</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/pom.xml b/archetypes/pom.xml index a5ab9a5..441d9e9 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/apache-karaf-minimal/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/apache-karaf-minimal/pom.xml b/assemblies/apache-karaf-minimal/pom.xml index 385d3bd..5b938d6 100644 --- a/assemblies/apache-karaf-minimal/pom.xml +++ b/assemblies/apache-karaf-minimal/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/apache-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/apache-karaf/pom.xml b/assemblies/apache-karaf/pom.xml index 786acb2..02a877f 100644 --- a/assemblies/apache-karaf/pom.xml +++ b/assemblies/apache-karaf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/demos/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/demos/pom.xml b/assemblies/demos/pom.xml index 32b71c1..81a7ec2 100644 --- a/assemblies/demos/pom.xml +++ b/assemblies/demos/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/features/enterprise/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/enterprise/pom.xml b/assemblies/features/enterprise/pom.xml index b081bc2..d459a24 100644 --- a/assemblies/features/enterprise/pom.xml +++ b/assemblies/features/enterprise/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/features/framework/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/pom.xml b/assemblies/features/framework/pom.xml index 52aaffd..3bcabf9 100644 --- a/assemblies/features/framework/pom.xml +++ b/assemblies/features/framework/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/features/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/pom.xml b/assemblies/features/pom.xml index 0e2d4d6..1981272 100644 --- a/assemblies/features/pom.xml +++ b/assemblies/features/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies</groupId> <artifactId>assemblies</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/features/spring/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/spring/pom.xml b/assemblies/features/spring/pom.xml index 2112070..56289e1 100644 --- a/assemblies/features/spring/pom.xml +++ b/assemblies/features/spring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/features/standard/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/standard/pom.xml b/assemblies/features/standard/pom.xml index 150aaa6..e0723bd 100644 --- a/assemblies/features/standard/pom.xml +++ b/assemblies/features/standard/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.assemblies.features</groupId> <artifactId>features</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/assemblies/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/pom.xml b/assemblies/pom.xml index 6d41ee7..5a75b67 100644 --- a/assemblies/pom.xml +++ b/assemblies/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/bundle/blueprintstate/pom.xml ---------------------------------------------------------------------- diff --git a/bundle/blueprintstate/pom.xml b/bundle/blueprintstate/pom.xml index a4c81a4..d29ba8b 100644 --- a/bundle/blueprintstate/pom.xml +++ b/bundle/blueprintstate/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/bundle/core/pom.xml ---------------------------------------------------------------------- diff --git a/bundle/core/pom.xml b/bundle/core/pom.xml index dea1229..ccb5d26 100644 --- a/bundle/core/pom.xml +++ b/bundle/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/bundle/pom.xml b/bundle/pom.xml index 9900396..6fa58ae 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/bundle/springstate/pom.xml ---------------------------------------------------------------------- diff --git a/bundle/springstate/pom.xml b/bundle/springstate/pom.xml index 699e0e6..6d79111 100644 --- a/bundle/springstate/pom.xml +++ b/bundle/springstate/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.bundle</groupId> <artifactId>bundle</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 9c1f5a4..fadba97 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/config/pom.xml ---------------------------------------------------------------------- diff --git a/config/pom.xml b/config/pom.xml index dfcbac6..d1fd677 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/demos/branding/pom.xml ---------------------------------------------------------------------- diff --git a/demos/branding/pom.xml b/demos/branding/pom.xml index 274a21b..48d65ce 100644 --- a/demos/branding/pom.xml +++ b/demos/branding/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>demos</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>org.apache.karaf.demos.branding.shell</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <packaging>bundle</packaging> <name>Apache Karaf :: Demos :: Branding :: Shell</name> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/demos/command/pom.xml ---------------------------------------------------------------------- diff --git a/demos/command/pom.xml b/demos/command/pom.xml index ae10e8d..fc747d9 100644 --- a/demos/command/pom.xml +++ b/demos/command/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>demos</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/demos/deployer/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/demos/deployer/bundle/pom.xml b/demos/deployer/bundle/pom.xml index 9349f8c..acc0671 100644 --- a/demos/deployer/bundle/pom.xml +++ b/demos/deployer/bundle/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>org.apache.karaf.demos.deployer</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.karaf.demos.deployer.bundle</groupId> <artifactId>my-bundle</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <packaging>bundle</packaging> <name>Apache Karaf :: Demos :: Deployer :: Bundle</name> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/demos/deployer/kar/pom.xml ---------------------------------------------------------------------- diff --git a/demos/deployer/kar/pom.xml b/demos/deployer/kar/pom.xml index 52f1e67..714e175 100644 --- a/demos/deployer/kar/pom.xml +++ b/demos/deployer/kar/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>org.apache.karaf.demos.deployer</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>my-kar</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <packaging>pom</packaging> <name>Apache Karaf :: Demos :: Deployer :: Kar</name> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/demos/deployer/pom.xml ---------------------------------------------------------------------- diff --git a/demos/deployer/pom.xml b/demos/deployer/pom.xml index 428bb17..b6aa1b7 100644 --- a/demos/deployer/pom.xml +++ b/demos/deployer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>demos</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/demos/dump/pom.xml ---------------------------------------------------------------------- diff --git a/demos/dump/pom.xml b/demos/dump/pom.xml index 6963dbd..62d084a 100644 --- a/demos/dump/pom.xml +++ b/demos/dump/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>demos</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/demos/pom.xml ---------------------------------------------------------------------- diff --git a/demos/pom.xml b/demos/pom.xml index 673a65c..cc93d84 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/demos/web/pom.xml ---------------------------------------------------------------------- diff --git a/demos/web/pom.xml b/demos/web/pom.xml index de8d638..a6750966 100644 --- a/demos/web/pom.xml +++ b/demos/web/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.demos</groupId> <artifactId>demos</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/deployer/blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/deployer/blueprint/pom.xml b/deployer/blueprint/pom.xml index 3fa0fea..75437ec 100644 --- a/deployer/blueprint/pom.xml +++ b/deployer/blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/deployer/features/pom.xml ---------------------------------------------------------------------- diff --git a/deployer/features/pom.xml b/deployer/features/pom.xml index 9a1bbbd..28ae05f 100644 --- a/deployer/features/pom.xml +++ b/deployer/features/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/deployer/kar/pom.xml ---------------------------------------------------------------------- diff --git a/deployer/kar/pom.xml b/deployer/kar/pom.xml index 45228a6..fc20588 100644 --- a/deployer/kar/pom.xml +++ b/deployer/kar/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/deployer/pom.xml ---------------------------------------------------------------------- diff --git a/deployer/pom.xml b/deployer/pom.xml index f7e0d81..26f77b4 100644 --- a/deployer/pom.xml +++ b/deployer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/deployer/spring/pom.xml ---------------------------------------------------------------------- diff --git a/deployer/spring/pom.xml b/deployer/spring/pom.xml index 28f4f3c..40f6bdc 100644 --- a/deployer/spring/pom.xml +++ b/deployer/spring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/deployer/wrap/pom.xml ---------------------------------------------------------------------- diff --git a/deployer/wrap/pom.xml b/deployer/wrap/pom.xml index c02bc2d..7fec2b1 100644 --- a/deployer/wrap/pom.xml +++ b/deployer/wrap/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.deployer</groupId> <artifactId>deployer</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/diagnostic/boot/pom.xml ---------------------------------------------------------------------- diff --git a/diagnostic/boot/pom.xml b/diagnostic/boot/pom.xml index d56eed8..3e63467 100644 --- a/diagnostic/boot/pom.xml +++ b/diagnostic/boot/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.diagnostic</groupId> <artifactId>diagnostic</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/diagnostic/core/pom.xml ---------------------------------------------------------------------- diff --git a/diagnostic/core/pom.xml b/diagnostic/core/pom.xml index 2012ee5..85d6843 100644 --- a/diagnostic/core/pom.xml +++ b/diagnostic/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.diagnostic</groupId> <artifactId>diagnostic</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/diagnostic/pom.xml ---------------------------------------------------------------------- diff --git a/diagnostic/pom.xml b/diagnostic/pom.xml index 2ffcfef..ccbac1c 100644 --- a/diagnostic/pom.xml +++ b/diagnostic/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/exception/pom.xml ---------------------------------------------------------------------- diff --git a/exception/pom.xml b/exception/pom.xml index d4fb0cd..b32665d 100644 --- a/exception/pom.xml +++ b/exception/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/features/command/pom.xml ---------------------------------------------------------------------- diff --git a/features/command/pom.xml b/features/command/pom.xml index 5978b38..7a0199c 100644 --- a/features/command/pom.xml +++ b/features/command/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.features</groupId> <artifactId>features</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/features/core/pom.xml ---------------------------------------------------------------------- diff --git a/features/core/pom.xml b/features/core/pom.xml index 2a78de9..dfaf499 100644 --- a/features/core/pom.xml +++ b/features/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.features</groupId> <artifactId>features</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/features/pom.xml ---------------------------------------------------------------------- diff --git a/features/pom.xml b/features/pom.xml index 8cfede1..be1295d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/http/pom.xml ---------------------------------------------------------------------- diff --git a/http/pom.xml b/http/pom.xml index df78746..d7c3a3a 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/instance/pom.xml ---------------------------------------------------------------------- diff --git a/instance/pom.xml b/instance/pom.xml index 55948fa..3ccf5e4 100644 --- a/instance/pom.xml +++ b/instance/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 5aad907..ba00b12 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/blueprint/config/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/blueprint/config/pom.xml b/jaas/blueprint/config/pom.xml index a34f76c..e8b33b5 100644 --- a/jaas/blueprint/config/pom.xml +++ b/jaas/blueprint/config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas.blueprint</groupId> <artifactId>blueprint</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/blueprint/jasypt/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/blueprint/jasypt/pom.xml b/jaas/blueprint/jasypt/pom.xml index d27d90c..e754898 100644 --- a/jaas/blueprint/jasypt/pom.xml +++ b/jaas/blueprint/jasypt/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas.blueprint</groupId> <artifactId>blueprint</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -141,7 +141,7 @@ <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> - <Export-Package></Export-Package> + <Export-Package /> <Import-Package>*</Import-Package> </instructions> </configuration> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/blueprint/pom.xml b/jaas/blueprint/pom.xml index 8cfa24a..d43b5fa 100644 --- a/jaas/blueprint/pom.xml +++ b/jaas/blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/boot/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/boot/pom.xml b/jaas/boot/pom.xml index 14745ad..02bf2fa 100644 --- a/jaas/boot/pom.xml +++ b/jaas/boot/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/command/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/command/pom.xml b/jaas/command/pom.xml index 9011f27..41e215c 100644 --- a/jaas/command/pom.xml +++ b/jaas/command/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>jaas</artifactId> <groupId>org.apache.karaf.jaas</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/config/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/config/pom.xml b/jaas/config/pom.xml index 2c561f2..687c822 100644 --- a/jaas/config/pom.xml +++ b/jaas/config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/jasypt/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/jasypt/pom.xml b/jaas/jasypt/pom.xml index 8dfbe3b..f33963b 100644 --- a/jaas/jasypt/pom.xml +++ b/jaas/jasypt/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/modules/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/modules/pom.xml b/jaas/modules/pom.xml index 2c6d01c..c2f1f20 100644 --- a/jaas/modules/pom.xml +++ b/jaas/modules/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.jaas</groupId> <artifactId>jaas</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jaas/pom.xml ---------------------------------------------------------------------- diff --git a/jaas/pom.xml b/jaas/pom.xml index f0ee28b..b7ed5ea 100644 --- a/jaas/pom.xml +++ b/jaas/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 41bc234..1a63c4b 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jms/pom.xml ---------------------------------------------------------------------- diff --git a/jms/pom.xml b/jms/pom.xml index c7cd769..042ab9a 100644 --- a/jms/pom.xml +++ b/jms/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jndi/pom.xml ---------------------------------------------------------------------- diff --git a/jndi/pom.xml b/jndi/pom.xml index d7b8df6..aa7db3a 100644 --- a/jndi/pom.xml +++ b/jndi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jpa/hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/jpa/hibernate/pom.xml b/jpa/hibernate/pom.xml index 466341a..5ebc08f 100644 --- a/jpa/hibernate/pom.xml +++ b/jpa/hibernate/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.karaf.jpa</groupId> <artifactId>jpa-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> </parent> <artifactId>hibernate</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/jpa/pom.xml ---------------------------------------------------------------------- diff --git a/jpa/pom.xml b/jpa/pom.xml index 2adfe3b..545f3b5 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/kar/pom.xml ---------------------------------------------------------------------- diff --git a/kar/pom.xml b/kar/pom.xml index b0182aa..1b6a030 100644 --- a/kar/pom.xml +++ b/kar/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/log/pom.xml ---------------------------------------------------------------------- diff --git a/log/pom.xml b/log/pom.xml index 4b3ba9c..08a80e4 100644 --- a/log/pom.xml +++ b/log/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/main/pom.xml ---------------------------------------------------------------------- diff --git a/main/pom.xml b/main/pom.xml index e3783b4..c496057 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/management/boot/pom.xml ---------------------------------------------------------------------- diff --git a/management/boot/pom.xml b/management/boot/pom.xml index 5e3ef43..9a7a089 100644 --- a/management/boot/pom.xml +++ b/management/boot/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.management</groupId> <artifactId>management</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/management/pom.xml ---------------------------------------------------------------------- diff --git a/management/pom.xml b/management/pom.xml index 941eaab..36635d7 100644 --- a/management/pom.xml +++ b/management/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/management/server/pom.xml ---------------------------------------------------------------------- diff --git a/management/server/pom.xml b/management/server/pom.xml index 670b024..aefe129 100644 --- a/management/server/pom.xml +++ b/management/server/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.management</groupId> <artifactId>management</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index dc3db32..1628f2a 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/obr/pom.xml ---------------------------------------------------------------------- diff --git a/obr/pom.xml b/obr/pom.xml index 32ab70b..e7651dc 100644 --- a/obr/pom.xml +++ b/obr/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/package/pom.xml ---------------------------------------------------------------------- diff --git a/package/pom.xml b/package/pom.xml index c3a774a..6445376 100644 --- a/package/pom.xml +++ b/package/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f0011c..ce07862 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> <packaging>pom</packaging> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <name>Apache Karaf</name> <inceptionYear>2007</inceptionYear> @@ -78,7 +78,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/karaf.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/karaf.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=summary</url> - <tag>HEAD</tag> + <tag>karaf-4.0.0.M1</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/scheduler/pom.xml ---------------------------------------------------------------------- diff --git a/scheduler/pom.xml b/scheduler/pom.xml index 9d5287f..85c3793 100644 --- a/scheduler/pom.xml +++ b/scheduler/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/scr/command/pom.xml ---------------------------------------------------------------------- diff --git a/scr/command/pom.xml b/scr/command/pom.xml index dd38102..e7ba85f 100644 --- a/scr/command/pom.xml +++ b/scr/command/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>scr</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/scr/examples/component-factory/pom.xml ---------------------------------------------------------------------- diff --git a/scr/examples/component-factory/pom.xml b/scr/examples/component-factory/pom.xml index d5daf4a..f062b77 100644 --- a/scr/examples/component-factory/pom.xml +++ b/scr/examples/component-factory/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>org.apache.karaf.scr.examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/scr/examples/managed-service/pom.xml ---------------------------------------------------------------------- diff --git a/scr/examples/managed-service/pom.xml b/scr/examples/managed-service/pom.xml index 027e08c..2a79ace 100644 --- a/scr/examples/managed-service/pom.xml +++ b/scr/examples/managed-service/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>org.apache.karaf.scr.examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/scr/examples/pom.xml ---------------------------------------------------------------------- diff --git a/scr/examples/pom.xml b/scr/examples/pom.xml index 66550ba..ce8f587 100644 --- a/scr/examples/pom.xml +++ b/scr/examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>scr</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/scr/examples/service/pom.xml ---------------------------------------------------------------------- diff --git a/scr/examples/service/pom.xml b/scr/examples/service/pom.xml index 25388ae..5d6bfee 100644 --- a/scr/examples/service/pom.xml +++ b/scr/examples/service/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>org.apache.karaf.scr.examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/scr/management/pom.xml ---------------------------------------------------------------------- diff --git a/scr/management/pom.xml b/scr/management/pom.xml index e09807e..2ad648f 100644 --- a/scr/management/pom.xml +++ b/scr/management/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.scr</groupId> <artifactId>scr</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/scr/pom.xml ---------------------------------------------------------------------- diff --git a/scr/pom.xml b/scr/pom.xml index 78ac557..3b04d4a 100644 --- a/scr/pom.xml +++ b/scr/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/service/core/pom.xml ---------------------------------------------------------------------- diff --git a/service/core/pom.xml b/service/core/pom.xml index 4d10257..006e941 100644 --- a/service/core/pom.xml +++ b/service/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.service</groupId> <artifactId>service</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/service/guard/pom.xml ---------------------------------------------------------------------- diff --git a/service/guard/pom.xml b/service/guard/pom.xml index b49d0f2..18af819 100644 --- a/service/guard/pom.xml +++ b/service/guard/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.service</groupId> <artifactId>service</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 10efab4..fc96228 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/services/coordinator/pom.xml ---------------------------------------------------------------------- diff --git a/services/coordinator/pom.xml b/services/coordinator/pom.xml index 6dbb674..1c70197 100644 --- a/services/coordinator/pom.xml +++ b/services/coordinator/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/services/eventadmin/pom.xml ---------------------------------------------------------------------- diff --git a/services/eventadmin/pom.xml b/services/eventadmin/pom.xml index acea131..e972689 100644 --- a/services/eventadmin/pom.xml +++ b/services/eventadmin/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.karaf</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/services/pom.xml ---------------------------------------------------------------------- diff --git a/services/pom.xml b/services/pom.xml index ddcb15a..17e3d8a 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/shell/commands/pom.xml ---------------------------------------------------------------------- diff --git a/shell/commands/pom.xml b/shell/commands/pom.xml index 93505ef..0aece72 100644 --- a/shell/commands/pom.xml +++ b/shell/commands/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/shell/console/pom.xml ---------------------------------------------------------------------- diff --git a/shell/console/pom.xml b/shell/console/pom.xml index 28d3e46..7f19abc 100644 --- a/shell/console/pom.xml +++ b/shell/console/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/shell/core/pom.xml ---------------------------------------------------------------------- diff --git a/shell/core/pom.xml b/shell/core/pom.xml index c7089b6..5d135e2 100644 --- a/shell/core/pom.xml +++ b/shell/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index ee5d7ba..653ccb6 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/shell/ssh/pom.xml ---------------------------------------------------------------------- diff --git a/shell/ssh/pom.xml b/shell/ssh/pom.xml index d297159..5e63ed3 100644 --- a/shell/ssh/pom.xml +++ b/shell/ssh/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/shell/table/pom.xml ---------------------------------------------------------------------- diff --git a/shell/table/pom.xml b/shell/table/pom.xml index 69b331a..04c62bd 100644 --- a/shell/table/pom.xml +++ b/shell/table/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/subsystem/pom.xml ---------------------------------------------------------------------- diff --git a/subsystem/pom.xml b/subsystem/pom.xml index 67cf4da..6808704 100644 --- a/subsystem/pom.xml +++ b/subsystem/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> </parent> <groupId>org.apache.karaf.subsystem</groupId> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/system/pom.xml ---------------------------------------------------------------------- diff --git a/system/pom.xml b/system/pom.xml index 8729359..b993aa9 100644 --- a/system/pom.xml +++ b/system/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/tooling/karaf-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml index 599ca85..6db49dd 100644 --- a/tooling/karaf-maven-plugin/pom.xml +++ b/tooling/karaf-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/tooling/karaf-services-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/karaf-services-maven-plugin/pom.xml b/tooling/karaf-services-maven-plugin/pom.xml index fc48710..e18e9cf 100644 --- a/tooling/karaf-services-maven-plugin/pom.xml +++ b/tooling/karaf-services-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/tooling/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/pom.xml b/tooling/pom.xml index 317eb8a..a1b7971 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/util/pom.xml ---------------------------------------------------------------------- diff --git a/util/pom.xml b/util/pom.xml index 741a89d..60f96c5 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/web/pom.xml ---------------------------------------------------------------------- diff --git a/web/pom.xml b/web/pom.xml index a2754f3..9ede12b 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/webconsole/console/pom.xml ---------------------------------------------------------------------- diff --git a/webconsole/console/pom.xml b/webconsole/console/pom.xml index 2269085..30d3f32 100644 --- a/webconsole/console/pom.xml +++ b/webconsole/console/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/webconsole/features/pom.xml ---------------------------------------------------------------------- diff --git a/webconsole/features/pom.xml b/webconsole/features/pom.xml index c867887..570613a 100644 --- a/webconsole/features/pom.xml +++ b/webconsole/features/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/webconsole/gogo/pom.xml ---------------------------------------------------------------------- diff --git a/webconsole/gogo/pom.xml b/webconsole/gogo/pom.xml index 68e1983..508425d 100644 --- a/webconsole/gogo/pom.xml +++ b/webconsole/gogo/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/webconsole/http/pom.xml ---------------------------------------------------------------------- diff --git a/webconsole/http/pom.xml b/webconsole/http/pom.xml index 6847b53..10ac77f 100644 --- a/webconsole/http/pom.xml +++ b/webconsole/http/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/webconsole/instance/pom.xml ---------------------------------------------------------------------- diff --git a/webconsole/instance/pom.xml b/webconsole/instance/pom.xml index b77453f..c425a52 100644 --- a/webconsole/instance/pom.xml +++ b/webconsole/instance/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/webconsole/pom.xml ---------------------------------------------------------------------- diff --git a/webconsole/pom.xml b/webconsole/pom.xml index 9c4c2e2..f993abf 100644 --- a/webconsole/pom.xml +++ b/webconsole/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/karaf/blob/f5956bff/wrapper/pom.xml ---------------------------------------------------------------------- diff --git a/wrapper/pom.xml b/wrapper/pom.xml index 823621b..ac5a08f 100644 --- a/wrapper/pom.xml +++ b/wrapper/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.M1</version> <relativePath>../pom.xml</relativePath> </parent>
