Skip to content

Commit

Permalink
Minor, used project.version where possibile to simplify the poms
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Oct 17, 2015
1 parent afd710f commit c96ce9d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
6 changes: 2 additions & 4 deletions broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<relativePath>../</relativePath>
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>moquette-parent</artifactId>
<groupId>org.eclipse.moquette</groupId>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>moquette-broker</artifactId>
<packaging>jar</packaging>
<!--<version>${moquette-version}</version>-->
<name>Moquette - broker</name>

<properties>
Expand All @@ -24,13 +22,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>moquette-parser-commons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>moquette-netty-parser</artifactId>
<version>0.8-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<!--<dependency>-->
Expand Down
6 changes: 3 additions & 3 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>moquette-broker</artifactId>
<version>0.8-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>moquette-parser-commons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>moquette-netty-parser</artifactId>
<version>0.8-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
4 changes: 1 addition & 3 deletions embedding_moquette/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<relativePath>../</relativePath>
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>moquette-parent</artifactId>
<groupId>org.eclipse.moquette</groupId>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>moquette-embedded-test</artifactId>
<packaging>jar</packaging>
<!--<version>${moquette-version}</version>-->
<name>Moquette - Embedded test</name>

<dependencies>
<dependency>
<groupId>org.eclipse.moquette</groupId>
<artifactId>moquette-broker</artifactId>
<version>0.8-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<!--<dependency>-->
Expand Down
4 changes: 1 addition & 3 deletions netty_parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<relativePath>../</relativePath>
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>moquette-parent</artifactId>
<groupId>org.eclipse.moquette</groupId>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>moquette-netty-parser</artifactId>
<packaging>jar</packaging>
<!--<version>${moquette-version}</version>-->
<name>Moquette - Netty Parser</name>

<properties>
Expand All @@ -24,7 +22,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>moquette-parser-commons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 0 additions & 2 deletions parser_commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<relativePath>../</relativePath>
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>moquette-parent</artifactId>
<groupId>org.eclipse.moquette</groupId>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>moquette-parser-commons</artifactId>
<packaging>jar</packaging>
<!--<version>${moquette-version}</version>-->
<name>Moquette - Parser Commons</name>

<properties>
Expand Down

0 comments on commit c96ce9d

Please sign in to comment.