Skip to content

Commit

Permalink
test release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Mucha committed Apr 5, 2019
1 parent 49e8e7d commit d02bf68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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.2</version>
<version>0.0.3</version>
</parent>
<artifactId>milkman-dist</artifactId>

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

Expand Down Expand Up @@ -57,7 +57,7 @@
<version>1.3.0</version>
<configuration>
<description>Description of your release</description>
<releaseName>1.0 Final</releaseName>
<releaseName>${project.version} Final</releaseName>
<tag>${project.version}</tag>

<!-- If your project has additional artifacts, such as ones produced
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.2</version>
<version>0.0.3</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.2</version>
<version>0.0.3</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.2</version>
<version>0.0.3</version>


<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</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.2</version>
<version>0.0.3</version>
<packaging>pom</packaging>
<name>milkman-parent</name>

Expand Down

0 comments on commit d02bf68

Please sign in to comment.