Skip to content

Commit

Permalink
Merge pull request #36 from Optum/try16
Browse files Browse the repository at this point in the history
Release release try 16
  • Loading branch information
JohnMThayer authored Jan 13, 2025
2 parents 781b977 + 6f78d9c commit 29f419f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set version
run: ./mvnw versions:set -DnewVersion=${{ github.event.release.tag_name }}
- name: Publish package
run: ./mvnw --batch-mode deploy -P release
run: ./mvnw --batch-mode deploy
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@
<stagingProfileId>d56a306692c92</stagingProfileId>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.3.2</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy nexus-staging:release</goals>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 29f419f

Please sign in to comment.