Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Mucha committed Apr 9, 2019
1 parent 3c0f467 commit 0ecc126
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions milkman-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>milkman-dist</artifactId>

Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-rest</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions milkman-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>milkman-rest</artifactId>
<name>milkman-rest</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions milkman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0</version>


<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>..</relativePath>
</parent>

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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>milkman-parent</name>

Expand Down

0 comments on commit 0ecc126

Please sign in to comment.