Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed Dec 12, 2023
1 parent 914580c commit e01b74b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions 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.6</version>
<version>1.1.7-SNAPSHOT</version>
<packaging>pom</packaging>

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

<scm>
<tag>v1.1.6</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.6</version>
<version>1.1.7-SNAPSHOT</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.6</version>
<version>1.1.7-SNAPSHOT</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.6</version>
<version>1.1.7-SNAPSHOT</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.6</version>
<version>1.1.7-SNAPSHOT</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>v1.1.6</tag>
<tag>HEAD</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.6</version>
<version>1.1.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit e01b74b

Please sign in to comment.