Skip to content

Commit

Permalink
v - 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Aug 17, 2022
1 parent bd6e3a1 commit 91d75e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.9.0", "release-4.10.0", "merged"]
["release-4.9.0", "release-4.10.0", "release-5.0.0"]
pull_request:
branches:
["release-4.9.0", "release-4.10.0", "merged"]
["release-4.9.0", "release-4.10.0", "release-5.0.0"]


jobs:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Delete package specific version
uses: smartsquaregmbh/[email protected]
with:
version: 4.10.0 # This should be same as in the pom.xml file,
version: 5.0.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.dao
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.9.0", "release-4.10.0", "merged"]
["release-4.9.0", "release-4.10.0", "release-5.0.0"]
pull_request:
branches:
["release-4.9.0", "release-4.10.0", "merged"]
["release-4.9.0", "release-4.10.0", "release-5.0.0"]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>dao</name>
<description>dao</description>
<packaging>jar</packaging>
<version>4.10.0</version>
<version>5.0.0</version>
<!-- On changing, Set version in deploy.xml to delete the previous packages if exists and deploy new package for the specified version -->

<parent>
Expand Down Expand Up @@ -99,13 +99,13 @@
<dependency>
<groupId>com.uci</groupId>
<artifactId>message-rosa</artifactId>
<version>4.10.0</version>
<version>5.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.uci</groupId>
<artifactId>utils</artifactId>
<version>4.10.0</version>
<version>5.0.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 91d75e0

Please sign in to comment.