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-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Jan 27, 2021
1 parent e01709e commit 9c2eea0
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 43 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.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
<relativePath>../../</relativePath>
</parent>

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

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

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 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.7-SNAPSHOT</version>
<version>0.6.0-M1</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-M1</tag>
</scm>

<developers>
Expand Down Expand Up @@ -178,7 +178,7 @@
<version>1.6</version>
<style>GOOGLE</style>
</googleJavaFormat>
<removeUnusedImports/>
<removeUnusedImports />
<importOrder>
<order>java,javax,org,com,com.spotify,</order>
</importOrder>
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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.5.7-SNAPSHOT</version>
<version>0.6.0-M1</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.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-core</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-featran</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-metrics</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-tensorflow</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-tests</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-xgboost</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-mlengine</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</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.5.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
10 changes: 4 additions & 6 deletions zoltar-jmh/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?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.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>zoltar-bom</artifactId>
<version>0.5.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -114,8 +113,7 @@
<configuration>
<finalName>benchmarks</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
</transformers>
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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</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.7-SNAPSHOT</version>
<version>0.6.0-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 9c2eea0

Please sign in to comment.