Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 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 38eac67 commit 8b9e4f1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 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.6-SNAPSHOT</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down
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.6-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.7-SNAPSHOT</version>
<version>1.1.6-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.7-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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 @@ -10,7 +12,7 @@

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

<organization>
<name>Spotify AB</name>
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.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 8b9e4f1

Please sign in to comment.