Skip to content

Commit

Permalink
ci(publish): bump version to 3.0.0-SNAPSHOT, publish snapshots on pus…
Browse files Browse the repository at this point in the history
…h to main (#378)
  • Loading branch information
andrewazores authored Apr 30, 2024
1 parent 34c5e0e commit cbd91fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ jobs:
java-version: '11'
distribution: 'temurin'
- run: mvn -B -U clean verify
publish-snapshot:
uses: ./.github/workflows/maven-central-release.yml
if: github.repository_owner == 'cryostatio'
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>io.cryostat</groupId>
<artifactId>cryostat-core</artifactId>

<version>2.31.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit cbd91fb

Please sign in to comment.