Skip to content

Commit

Permalink
[maven-release-plugin] prepare release karaf-2.1.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/karaf/branches/karaf-2.1.x@999386 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jgoodyear committed Sep 21, 2010
1 parent b15e75a commit c2f0d38
Show file tree
Hide file tree
Showing 57 changed files with 168 additions and 174 deletions.
4 changes: 2 additions & 2 deletions admin/command/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf.admin</groupId>
<artifactId>admin</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.admin</groupId>
<artifactId>org.apache.karaf.admin.command</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Admin Command</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions admin/core/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf.admin</groupId>
<artifactId>admin</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.admin</groupId>
<artifactId>org.apache.karaf.admin.core</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Admin Core</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions admin/management/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf.admin</groupId>
<artifactId>admin</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.admin</groupId>
<artifactId>org.apache.karaf.admin.management</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Admin Management</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions admin/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>karaf</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.admin</groupId>
<artifactId>admin</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Admin</name>

<modules>
Expand Down
106 changes: 53 additions & 53 deletions archetypes/command/pom.xml
@@ -1,53 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>archetypes</artifactId>
<version>2.0.1-SNAPSHOT</version>
</parent>

<groupId>org.apache.karaf.archetypes</groupId>
<artifactId>archetypes-command</artifactId>
<version>2.0.1-SNAPSHOT</version>

<name>Apache Karaf :: Command Archetype</name>

<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0-alpha-5</version>
</extension>
</extensions>

<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.0-alpha-5</version>
<extensions>true</extensions>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>archetypes</artifactId>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.archetypes</groupId>
<artifactId>archetypes-command</artifactId>
<version>2.1.0</version>

<name>Apache Karaf :: Command Archetype</name>

<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0-alpha-5</version>
</extension>
</extensions>

<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.0-alpha-5</version>
<extensions>true</extensions>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>
6 changes: 3 additions & 3 deletions archetypes/itests/pom.xml
Expand Up @@ -15,16 +15,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project>
<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>
<parent>
<artifactId>archetypes</artifactId>
<groupId>org.apache.karaf</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<groupId>org.apache.karaf.archetypes</groupId>
<artifactId>archetypes-itests</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Archetypes :: ITests</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions archetypes/pom.xml
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>karaf</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf</groupId>
<artifactId>archetypes</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>

<name>Apache Karaf :: Archetypes</name>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions assembly/pom.xml
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>karaf</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf</groupId>
<artifactId>apache-karaf</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Assembly</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>karaf</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf</groupId>
<artifactId>org.apache.karaf.client</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Client</name>

<properties>
Expand Down
7 changes: 2 additions & 5 deletions demos/branding/pom.xml
@@ -1,7 +1,4 @@
<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">

<!--
Expand All @@ -26,7 +23,7 @@
<parent>
<groupId>org.apache.karaf.demos</groupId>
<artifactId>demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.demos</groupId>
Expand Down
8 changes: 3 additions & 5 deletions demos/branding/shell/pom.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">

<!--
Expand All @@ -26,13 +24,13 @@
<parent>
<groupId>org.apache.karaf.demos</groupId>
<artifactId>org.apache.karaf.demos.branding</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.demos</groupId>
<artifactId>org.apache.karaf.demos.branding.shell</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Demos :: Branding :: Shell</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions demos/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>karaf</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.demos</groupId>
<artifactId>demos</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Demos</name>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion demos/web/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.karaf.demos</groupId>
<artifactId>demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.demos</groupId>
Expand Down
4 changes: 2 additions & 2 deletions deployer/blueprint/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.deployer</groupId>
<artifactId>org.apache.karaf.deployer.blueprint</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Blueprint Deployer</name>

<description>This deployer transforms a plain blueprint xml file to a deployable bundle</description>
Expand Down
4 changes: 2 additions & 2 deletions deployer/features/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.deployer</groupId>
<artifactId>org.apache.karaf.deployer.features</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Features Deployer</name>

<description>This deployer can deploy features descriptor on the fly</description>
Expand Down
4 changes: 2 additions & 2 deletions deployer/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>karaf</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Deployer</name>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions deployer/spring/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.deployer</groupId>
<artifactId>org.apache.karaf.deployer.spring</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: Spring Deployer</name>

<description>This deployer transforms a plain spring xml file to a deployable bundle</description>
Expand Down
4 changes: 2 additions & 2 deletions deployer/war/pom.xml
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.karaf.deployer</groupId>
<artifactId>deployer</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>org.apache.karaf.deployer</groupId>
<artifactId>org.apache.karaf.deployer.war</artifactId>
<packaging>bundle</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<name>Apache Karaf :: WAR Deployer</name>

<description>This deployer transforms a plain war file to a deployable bundle</description>
Expand Down

0 comments on commit c2f0d38

Please sign in to comment.