Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release shunting-yard-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Apr 16, 2019
1 parent 344d3dd commit fe79df7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>shunting-yard</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>Shunting Yard Parent</name>
<url>https://github.com/HotelsDotCom/shunting-yard</url>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:git@github.com:HotelsDotCom/shunting-yard.git</connection>
<developerConnection>scm:git:git@github.com:HotelsDotCom/shunting-yard.git</developerConnection>
<url>https://github.com/HotelsDotCom/shunting-yard</url>
<tag>HEAD</tag>
<tag>shunting-yard-2.0.0</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion shunting-yard-binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hotels</groupId>
<artifactId>shunting-yard</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>shunting-yard-binary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shunting-yard-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hotels</groupId>
<artifactId>shunting-yard</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>shunting-yard-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shunting-yard-receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hotels</groupId>
<artifactId>shunting-yard</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>shunting-yard-receiver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shunting-yard-receiver/shunting-yard-receiver-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hotels</groupId>
<artifactId>shunting-yard-receiver</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>shunting-yard-receiver-sqs</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions shunting-yard-replicator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.hotels</groupId>
<artifactId>shunting-yard</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>shunting-yard-replicator</artifactId>
Expand Down

0 comments on commit fe79df7

Please sign in to comment.