Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rocket-fuel-0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
kindanice committed Feb 21, 2020
1 parent 7eddb6f commit c9211a4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>se.fortnox</groupId>
<artifactId>rocket-fuel</artifactId>
<version>0.1.24-SNAPSHOT</version>
<version>0.1.24</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>se.fortnox</groupId>
<artifactId>rocket-fuel</artifactId>
<version>0.1.24-SNAPSHOT</version>
<version>0.1.24</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>se.fortnox</groupId>
<artifactId>rocket-fuel-api</artifactId>
<version>0.1.24-SNAPSHOT</version>
<version>0.1.24</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>se.fortnox</groupId>
<artifactId>rocket-fuel</artifactId>
<packaging>pom</packaging>
<version>0.1.24-SNAPSHOT</version>
<version>0.1.24</version>
<modules>
<module>api</module>
<module>impl</module>
Expand Down Expand Up @@ -35,7 +35,7 @@
<connection>scm:git:[email protected]:FortnoxAB/rocket-fuel.git</connection>
<developerConnection>scm:git:[email protected]:FortnoxAB/rocket-fuel.git</developerConnection>
<url>https://github.com/FortnoxAB/rocket-fuel/tree/master</url>
<tag>HEAD</tag>
<tag>rocket-fuel-0.1.24</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>se.fortnox</groupId>
<artifactId>rocket-fuel</artifactId>
<version>0.1.24-SNAPSHOT</version>
<version>0.1.24</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Aggregated jacoco report</name>
Expand Down
4 changes: 2 additions & 2 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>se.fortnox</groupId>
<artifactId>rocket-fuel</artifactId>
<version>0.1.24-SNAPSHOT</version>
<version>0.1.24</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>se.fortnox</groupId>
<artifactId>rocket-fuel-impl</artifactId>
<version>0.1.24-SNAPSHOT</version>
<version>0.1.24</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>se.fortnox</groupId>
<artifactId>rocket-fuel</artifactId>
<version>0.1.24-SNAPSHOT</version>
<version>0.1.24</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit c9211a4

Please sign in to comment.