From cd8520e8106e4e9d264eaddc6dfa60c8d2956a88 Mon Sep 17 00:00:00 2001 From: Mat Byczkowski Date: Fri, 9 Nov 2018 13:31:19 -0800 Subject: [PATCH] [maven-release-plugin] prepare release v0.9.0 --- api/pom.xml | 2 +- cli/pom.xml | 2 +- client/pom.xml | 2 +- hkdf/pom.xml | 2 +- log/pom.xml | 2 +- model/pom.xml | 2 +- pom.xml | 8 +++----- server/pom.xml | 4 ++-- testing/pom.xml | 2 +- 9 files changed, 12 insertions(+), 14 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 1797cfbc9..6f0d19bbf 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ com.squareup.keywhiz keywhiz-parent - 0.8.1-SNAPSHOT + 0.9.0 keywhiz-api diff --git a/cli/pom.xml b/cli/pom.xml index ba63da15b..eb7345b6d 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -5,7 +5,7 @@ com.squareup.keywhiz keywhiz-parent - 0.8.1-SNAPSHOT + 0.9.0 keywhiz-cli diff --git a/client/pom.xml b/client/pom.xml index 731a5c2bb..d8b86f3af 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ com.squareup.keywhiz keywhiz-parent - 0.8.1-SNAPSHOT + 0.9.0 keywhiz-client diff --git a/hkdf/pom.xml b/hkdf/pom.xml index b22d90bed..f884d72c6 100644 --- a/hkdf/pom.xml +++ b/hkdf/pom.xml @@ -5,7 +5,7 @@ com.squareup.keywhiz keywhiz-parent - 0.8.1-SNAPSHOT + 0.9.0 keywhiz-hkdf diff --git a/log/pom.xml b/log/pom.xml index 32b3b0816..3973a8a8c 100644 --- a/log/pom.xml +++ b/log/pom.xml @@ -3,7 +3,7 @@ keywhiz-parent com.squareup.keywhiz - 0.8.1-SNAPSHOT + 0.9.0 4.0.0 diff --git a/model/pom.xml b/model/pom.xml index be1644692..e807c9f68 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -5,7 +5,7 @@ com.squareup.keywhiz keywhiz-parent - 0.8.1-SNAPSHOT + 0.9.0 keywhiz-model diff --git a/pom.xml b/pom.xml index fc083d0e6..cf752f11e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,5 @@ - + 4.0.0 3.3.9 @@ -15,7 +13,7 @@ com.squareup.keywhiz keywhiz-parent - 0.8.1-SNAPSHOT + 0.9.0 pom Keywhiz (Parent) @@ -56,7 +54,7 @@ https://github.com/square/keywhiz/ scm:git:https://github.com/square/keywhiz.git scm:git:git@github.com:square/keywhiz.git - HEAD + v0.9.0 diff --git a/server/pom.xml b/server/pom.xml index 7921df89f..3e473fa0a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ com.squareup.keywhiz keywhiz-parent - 0.8.1-SNAPSHOT + 0.9.0 keywhiz-server @@ -65,7 +65,7 @@ com.squareup.keywhiz keywhiz-log - 0.8.1-SNAPSHOT + 0.9.0 diff --git a/testing/pom.xml b/testing/pom.xml index ce71d7d21..3cb917b60 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ com.squareup.keywhiz keywhiz-parent - 0.8.1-SNAPSHOT + 0.9.0 keywhiz-testing