Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed Feb 5, 2024
1 parent 8f5b9e5 commit cad1004
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>futuristic-feline Bill Of Material</name>

<artifactId>futuristic-feline-bom</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand All @@ -38,4 +38,8 @@
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>v1.1.7</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion feline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>futuristic-feline-parent</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>futuristic-feline-parent</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>futuristic-feline-parent</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>futuristic-feline-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>

<organization>
<name>Spotify AB</name>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:https://github.com/spotify/futuristic-feline.git</connection>
<developerConnection>scm:git:[email protected]:spotify/futuristic-feline.git</developerConnection>
<url>scm:https://github.com/spotify/futuristic-feline/</url>
<tag>HEAD</tag>
<tag>v1.1.7</tag>
</scm>

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

<dependencies>
Expand Down

0 comments on commit cad1004

Please sign in to comment.