Skip to content

Commit

Permalink
Update: Maven dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bostjans committed Jan 20, 2023
1 parent 2f695b2 commit e7f1422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: d20210512a
release_name: Release-2.0.3a
tag_name: d202301a
release_name: Release-2.0.4a

- name: Upload Release Asset
id: upload-release-asset
Expand All @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: target/jmsClient-2.0.3.jar
asset_path: target/jmsClient-2.0.4.jar
asset_name: jmsClient.jar
asset_content_type: application/java-archive

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- project coordinates .. -->
<groupId>com.stupica.base</groupId>
<artifactId>jmsClient</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<packaging>jar</packaging>
<name>jmsClientBase</name>
<organization>
Expand Down

0 comments on commit e7f1422

Please sign in to comment.