Skip to content

Commit

Permalink
[maven-release-plugin] prepare release swissbox-1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anpieber committed Feb 2, 2011
1 parent 0c01783 commit 87e5c6a
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions pax-swissbox-bnd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-bnd</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Bnd Utils</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<scope>provided</scope>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>

<!-- Test dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions pax-swissbox-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-converter</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Converter</name>
Expand Down
6 changes: 3 additions & 3 deletions pax-swissbox-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-core</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: OSGi Core</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-lifecycle</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pax-swissbox-extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-extender</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Extender</name>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-lifecycle</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pax-swissbox-lifecycle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-lifecycle</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Lifecycle</name>
Expand Down
4 changes: 2 additions & 2 deletions pax-swissbox-optional-jcl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Optional JCL</name>
Expand Down
4 changes: 2 additions & 2 deletions pax-swissbox-property/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-property</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Property</name>
Expand Down
8 changes: 4 additions & 4 deletions pax-swissbox-tinybundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-tinybundles</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: TinyBundles</name>
Expand Down Expand Up @@ -61,12 +61,12 @@
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<optional>true</optional>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-bnd</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>

<!--
Expand Down
8 changes: 4 additions & 4 deletions pax-swissbox-tracker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-tracker</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Tracker</name>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-lifecycle</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.ops4j.pax</groupId>
<artifactId>swissbox</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>

<name>OPS4J Pax Swissbox</name>
Expand Down

0 comments on commit 87e5c6a

Please sign in to comment.