Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Oct 31, 2024
1 parent 15a4258 commit 1978529
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
git checkout gh-pages
echo "INITIAL_GH_PAGES_POSITION=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
git add "${{ needs.open-release.outputs.VERSION }}/docs/api"
git commit -m "Released version ${{ needs.open-release.outputs.VERSION }}"
git push
close-release:
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
<version>5.1</version>
<version>5.2-SNAPSHOT</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
<version>5.1</version>
<version>5.2-SNAPSHOT</version>
</parent>
<artifactId>dropwizard</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
<version>5.1</version>
<version>5.2-SNAPSHOT</version>
</parent>
<artifactId>jersey</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
<version>5.1</version>
<version>5.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>pouch</name>
<description>An Inversion of Control design pattern</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/cowwoc/pouch/</url>
<connection>scm:git:https://github.com/cowwoc/pouch.git</connection>
<developerConnection>scm:git:https://github.com/cowwoc/pouch.git</developerConnection>
<tag>release-5.1</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit 1978529

Please sign in to comment.