Skip to content

Commit

Permalink
changes - release-v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SM4991 committed Mar 17, 2023
1 parent bbc0a10 commit 4b59411
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
tags:
- 'v*.*.*'
branches:
["release-4.*.*", "release-5.*.*", "v2-integration"]
["release-4.*.*", "release-5.*.*", "release-v2.*.*"]
pull_request:
branches:
["release-4.*.*", "release-5.*.*", "v2-integration"]
["release-4.*.*", "release-5.*.*", "release-v2.*.*"]

jobs:
build-deploy-github:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Delete package specific version
uses: smartsquaregmbh/[email protected]
with:
version: 2.0.1 # This should be same as in the pom.xml file,
version: 2.1.0 # This should be same as in the pom.xml file,
# to delete only the pom specified version, not the other older versions
names: |
com.uci.message-rosa
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Maven Build
on:
push:
branches:
["release-4.*.*", "release-5.*.*", "v2-integration"]
["release-4.*.*", "release-5.*.*", "release-v2.*.*"]
pull_request:
branches:
["release-4.*.*", "release-5.*.*", "v2-integration"]
["release-4.*.*", "release-5.*.*", "release-v2.*.*"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.uci</groupId>
<artifactId>message-rosa</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
<!-- On changing, Set version in deploy.xml to delete the previous packages if exists and deploy new package for the specified version -->
<name>message-rosa</name>
<description>message-rosa for messages</description>
Expand Down

0 comments on commit 4b59411

Please sign in to comment.