Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Samantha Fadrigalan committed Oct 5, 2021
1 parent aff93d9 commit 930f055
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 13 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.9-SNAPSHOT</version>
<version>1.1.9</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.9-SNAPSHOT</version>
<version>1.1.9</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.9-SNAPSHOT</version>
<version>1.1.9</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.9-SNAPSHOT</version>
<version>1.1.9</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.9-SNAPSHOT</version>
<version>1.1.9</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions jmh-benchmarks/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.metrics</groupId>
<artifactId>semantic-metrics-parent</artifactId>
<version>1.1.9-SNAPSHOT</version>
<version>1.1.9</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.9-SNAPSHOT</version>
<version>1.1.9</version>
<name>Semantic Metrics: Parent POM</name>
<packaging>pom</packaging>

Expand All @@ -27,7 +27,7 @@
<developerConnection>scm:git:[email protected]:spotify/semantic-metrics.git
</developerConnection>
<url>https://github.com/spotify/semantic-metrics</url>
<tag>HEAD</tag>
<tag>1.1.9</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.9-SNAPSHOT</version>
<version>1.1.9</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.9-SNAPSHOT</version>
<version>1.1.9</version>
<name>Semantic Metrics: Bill Of Materials</name>

<description>
Expand Down

0 comments on commit 930f055

Please sign in to comment.