Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 23, 2021
1 parent e8dc063 commit 6be1f48
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions milkman-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-auth</artifactId>

<dependencies>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions milkman-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-cassandra</artifactId>

<dependencies>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-jdbc</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions milkman-cli/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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-cli</artifactId>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
30 changes: 15 additions & 15 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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-dist</artifactId>

Expand All @@ -23,37 +23,37 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-sync-git</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-cli</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-note</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-jdbc</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-cassandra</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-rest</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Expand All @@ -64,37 +64,37 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-scripting</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-explore</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-privatebin</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-graphql</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-grpc</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-test</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-auth</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions milkman-explore/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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-explore</artifactId>

Expand All @@ -20,13 +20,13 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-rest</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions milkman-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-graphql</artifactId>

<dependencies>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-rest</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions milkman-grpc/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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-grpc</artifactId>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions milkman-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-jdbc</artifactId>

<dependencies>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions milkman-note/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-note</artifactId>

<dependencies>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions milkman-privatebin/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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-privatebin</artifactId>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-rest</artifactId>
<name>milkman-rest</name>
Expand All @@ -20,13 +20,13 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-cli</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions milkman-scripting/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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-scripting</artifactId>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions milkman-sync-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-sync-git</artifactId>

<dependencies>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-rest</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions milkman-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<artifactId>milkman-test</artifactId>

<dependencies>
<dependency>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>


<parent>
<groupId>com.github.warmuuh</groupId>
<artifactId>milkman-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.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>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>pom</packaging>
<name>milkman-parent</name>

Expand Down

0 comments on commit 6be1f48

Please sign in to comment.