Skip to content

Commit

Permalink
Perform post-release operations after 3.0.6 (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: OSSRH Automation <[email protected]>
  • Loading branch information
Malax and OSSRH Automation authored Feb 6, 2023
1 parent 06ff853 commit b9ad38b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion heroku-deploy-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>heroku-sdk-parent</artifactId>
<groupId>com.heroku.sdk</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion heroku-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>heroku-sdk-parent</artifactId>
<groupId>com.heroku.sdk</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion heroku-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>heroku-sdk-parent</artifactId>
<groupId>com.heroku.sdk</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.heroku.sdk</groupId>
<artifactId>heroku-sdk-parent</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit b9ad38b

Please sign in to comment.