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.6.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Oct 28, 2021
1 parent 11f599e commit 3850b68
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 44 deletions.
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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -38,7 +38,7 @@
<url>https://github.com/spotify/zoltar</url>
<connection>scm:git:git@github.com:spotify/zoltar.git</connection>
<developerConnection>scm:git:git@github.com:spotify/zoltar.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.6.0-M4</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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
22 changes: 10 additions & 12 deletions zoltar-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>
<parent>
<groupId>com.spotify</groupId>
<artifactId>zoltar-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<name>Zoltar Bill of Materials</name>
<artifactId>zoltar-bom</artifactId>
Expand Down Expand Up @@ -44,42 +42,42 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-api</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-featran</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-metrics</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-tensorflow</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-tests</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-xgboost</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-mlengine</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</dependency>
<dependency>
<groupId>com.spotify.metrics</groupId>
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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions zoltar-jmh/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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 3 additions & 5 deletions zoltar-tensorflow/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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">

<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zoltar-tensorflow</artifactId>
Expand All @@ -15,7 +13,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 3 additions & 5 deletions zoltar-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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">

<parent>
<artifactId>zoltar-parent</artifactId>
<groupId>com.spotify</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>zoltar-tests</artifactId>
Expand All @@ -15,7 +13,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0-M4</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.6.0-SNAPSHOT</version>
<version>0.6.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

0 comments on commit 3850b68

Please sign in to comment.