Skip to content

Commit

Permalink
Merge pull request #11 from rwth-acis/develop
Browse files Browse the repository at this point in the history
Update workflow name #3
  • Loading branch information
phil-cd authored Jul 1, 2022
2 parents b23ce6f + d93f13f commit 93dd093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish package to GitHub Packages
name: Publish package to GitHub Packages and Archiva
on:
release:
types: [created]
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ publishing {
maven(MavenPublication) {
groupId = 'i5'
artifactId = 'las2peer-api-test-model'
version = '0.1.3'
version = '0.1.4'

from components.java
}
Expand Down

0 comments on commit 93dd093

Please sign in to comment.