Skip to content

Commit

Permalink
[PAXSB-49] Do not hardcode own module versions
Browse files Browse the repository at this point in the history
Dependency versions changed to ${project.version}.
POM cleanup to fix m2e warnings.
  • Loading branch information
hwellmann committed Dec 26, 2011
1 parent 257bebb commit 1cba5e7
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 16 deletions.
3 changes: 1 addition & 2 deletions pax-swissbox-bnd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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

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

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion pax-swissbox-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-lifecycle</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
Expand Down
5 changes: 2 additions & 3 deletions pax-swissbox-extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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

<name>OPS4J Pax Swissbox :: Extender</name>
Expand All @@ -38,12 +37,12 @@
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-lifecycle</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
Expand Down
6 changes: 5 additions & 1 deletion pax-swissbox-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
</parent>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-framework</artifactId>
<name>Pax Swissbox Framework Helpers</name>

<!-- not a bundle, this module is about launching OSGi frameworks from vanilla Java -->
<packaging>jar</packaging>

<name>OPS4J Pax Swissbox :: Framework Helpers</name>
<dependencies>
<dependency>
<groupId>org.ops4j.base</groupId>
Expand Down
1 change: 0 additions & 1 deletion pax-swissbox-lifecycle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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

<name>OPS4J Pax Swissbox :: Lifecycle</name>
Expand Down
1 change: 0 additions & 1 deletion pax-swissbox-optional-jcl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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

<name>OPS4J Pax Swissbox :: Optional JCL</name>
Expand Down
1 change: 0 additions & 1 deletion pax-swissbox-property/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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

<name>OPS4J Pax Swissbox :: Property</name>
Expand Down
5 changes: 2 additions & 3 deletions pax-swissbox-tracker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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

<name>OPS4J Pax Swissbox :: Tracker</name>
Expand All @@ -38,12 +37,12 @@
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-lifecycle</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
Expand Down
5 changes: 2 additions & 3 deletions samples/manifest-extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

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

<name>OPS4J Pax Swissbox :: Samples :: Manifest Extender</name>
Expand All @@ -38,14 +37,14 @@
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>${project.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-extender</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>${project.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 1cba5e7

Please sign in to comment.