Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuhlha committed Jun 5, 2023
1 parent 15ead80 commit b6bca68
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ffwd-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jmh-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>semantic-metrics-jmh-benchmarks</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
<name>Semantic Metrics: Parent POM</name>
<packaging>pom</packaging>

Expand All @@ -27,7 +27,7 @@
<developerConnection>scm:git:git@github.com:spotify/semantic-metrics.git
</developerConnection>
<url>https://github.com/spotify/semantic-metrics</url>
<tag>HEAD</tag>
<tag>1.2.0</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions semantic-metrics-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-bom</artifactId>
<version>1.1.12-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>
<name>Semantic Metrics: Bill Of Materials</name>

Expand All @@ -27,7 +27,7 @@
<developerConnection>scm:git:git@github.com:spotify/semantic-metrics.git
</developerConnection>
<url>https://github.com/spotify/semantic-metrics</url>
<tag>HEAD</tag>
<tag>1.2.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit b6bca68

Please sign in to comment.