Skip to content

Commit

Permalink
Update to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp@gmx.de authored and theotherp@gmx.de committed Dec 17, 2017
1 parent 906dbea commit df1c647
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>

<!-- spring (boot) -->
Expand Down
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging>
<version>0.0.3</version>
<version>0.0.4</version>

<modules>
<module>shared</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/linux-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>linux-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion releases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>releases</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions releases/windows-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>windows-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion shared/mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>mapping</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>shared</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>

<artifactId>tests</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit df1c647

Please sign in to comment.