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 for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-oss-ci committed Oct 2, 2020
1 parent b66297d commit 17c5c88
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Shunting Yard Parent</name>
<url>https://github.com/ExpediaGroup/shunting-yard</url>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/shunting-yard.git</connection>
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/shunting-yard.git</developerConnection>
<url>https://github.com/ExpediaGroup/shunting-yard</url>
<tag>shunting-yard-3.2.0</tag>
<tag>HEAD</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.expediagroup</groupId>
<artifactId>shunting-yard</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</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.expediagroup</groupId>
<artifactId>shunting-yard</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</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.expediagroup</groupId>
<artifactId>shunting-yard</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</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.expediagroup</groupId>
<artifactId>shunting-yard-receiver</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

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

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

0 comments on commit 17c5c88

Please sign in to comment.