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.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyczkowski committed Nov 9, 2018
1 parent 0ff2e54 commit cd8520e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 14 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.8.1-SNAPSHOT</version>
<version>0.9.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.8.1-SNAPSHOT</version>
<version>0.9.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.8.1-SNAPSHOT</version>
<version>0.9.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.8.1-SNAPSHOT</version>
<version>0.9.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.8.1-SNAPSHOT</version>
<version>0.9.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.8.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>keywhiz-model</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<prerequisites>
<maven>3.3.9</maven>
Expand All @@ -15,7 +13,7 @@

<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<name>Keywhiz (Parent)</name>
Expand Down Expand Up @@ -56,7 +54,7 @@
<url>https://github.com/square/keywhiz/</url>
<connection>scm:git:https://github.com/square/keywhiz.git</connection>
<developerConnection>scm:git:git@github.com:square/keywhiz.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.9.0</tag>
</scm>

<issueManagement>
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.8.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>keywhiz-server</artifactId>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-log</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.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.8.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

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

0 comments on commit cd8520e

Please sign in to comment.