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

Commit dc90e1e

Browse files
committed
[maven-release-plugin] prepare release v0.10.0
1 parent 44d350b commit dc90e1e

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.squareup.keywhiz</groupId>
66
<artifactId>keywhiz-parent</artifactId>
7-
<version>0.10.1-SNAPSHOT</version>
7+
<version>0.10.0</version>
88
</parent>
99

1010
<artifactId>keywhiz-api</artifactId>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.squareup.keywhiz</groupId>
77
<artifactId>keywhiz-parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
</parent>
1010

1111
<artifactId>keywhiz-cli</artifactId>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.squareup.keywhiz</groupId>
77
<artifactId>keywhiz-parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
</parent>
1010

1111
<artifactId>keywhiz-client</artifactId>

hkdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.squareup.keywhiz</groupId>
77
<artifactId>keywhiz-parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
</parent>
1010

1111
<artifactId>keywhiz-hkdf</artifactId>

log/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>keywhiz-parent</artifactId>
55
<groupId>com.squareup.keywhiz</groupId>
6-
<version>0.10.1-SNAPSHOT</version>
6+
<version>0.10.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.squareup.keywhiz</groupId>
77
<artifactId>keywhiz-parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
</parent>
1010

1111
<artifactId>keywhiz-model</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.squareup.keywhiz</groupId>
1515
<artifactId>keywhiz-parent</artifactId>
16-
<version>0.10.1-SNAPSHOT</version>
16+
<version>0.10.0</version>
1717
<packaging>pom</packaging>
1818

1919
<name>Keywhiz (Parent)</name>
@@ -58,7 +58,7 @@
5858
<url>https://github.com/square/keywhiz/</url>
5959
<connection>scm:git:https://github.com/square/keywhiz.git</connection>
6060
<developerConnection>scm:git:git@github.com:square/keywhiz.git</developerConnection>
61-
<tag>HEAD</tag>
61+
<tag>v0.10.0</tag>
6262
</scm>
6363

6464
<distributionManagement>

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.squareup.keywhiz</groupId>
77
<artifactId>keywhiz-parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
</parent>
1010

1111
<artifactId>keywhiz-server</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.squareup.keywhiz</groupId>
3232
<artifactId>keywhiz-log</artifactId>
33-
<version>0.10.1-SNAPSHOT</version>
33+
<version>0.10.0</version>
3434
</dependency>
3535

3636
<!-- Logging -->

testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.squareup.keywhiz</groupId>
77
<artifactId>keywhiz-parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
</parent>
1010

1111
<artifactId>keywhiz-testing</artifactId>

0 commit comments

Comments
 (0)