Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyczkowski committed Aug 21, 2019
1 parent 44d350b commit dc90e1e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>keywhiz-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>keywhiz-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>keywhiz-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hkdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>keywhiz-hkdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>keywhiz-parent</artifactId>
<groupId>com.squareup.keywhiz</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>keywhiz-model</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
<packaging>pom</packaging>

<name>Keywhiz (Parent)</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<url>https://github.com/square/keywhiz/</url>
<connection>scm:git:https://github.com/square/keywhiz.git</connection>
<developerConnection>scm:git:[email protected]:square/keywhiz.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.10.0</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>keywhiz-server</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-log</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>

<!-- Logging -->
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>keywhiz-testing</artifactId>
Expand Down

0 comments on commit dc90e1e

Please sign in to comment.