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

Commit

Permalink
[maven-release-plugin] prepare release v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnworb committed Oct 23, 2019
1 parent 58bb2b2 commit 8121b31
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions examples/apollo-service-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<relativePath>../../</relativePath>
</parent>

Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/batch-predictor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/mlengine-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<name>zoltar-parent</name>
<artifactId>zoltar-parent</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -37,7 +37,7 @@
<url>https://github.com/spotify/zoltar</url>
<connection>scm:git:[email protected]:spotify/zoltar.git</connection>
<developerConnection>scm:git:[email protected]:spotify/zoltar.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.5.6</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
18 changes: 9 additions & 9 deletions zoltar-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>zoltar-parent</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>

<name>Zoltar Bill of Materials</name>
Expand Down Expand Up @@ -47,42 +47,42 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-api</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-core</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-featran</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-metrics</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-tensorflow</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-tests</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-xgboost</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-mlengine</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-featran/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-mlengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-tensorflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-xgboost/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 8121b31

Please sign in to comment.