Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed Dec 12, 2023
1 parent 46a94bb commit 1db8eb6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 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.6-SNAPSHOT</version>
<version>1.1.6</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand All @@ -38,4 +38,8 @@
</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-SNAPSHOT</version>
<version>1.1.6</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-SNAPSHOT</version>
<version>1.1.6</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-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0"?>
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -12,7 +10,7 @@

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

<organization>
<name>Spotify AB</name>
Expand All @@ -23,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.6</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-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 1db8eb6

Please sign in to comment.