Skip to content

Commit

Permalink
new branch version added in github flow
Browse files Browse the repository at this point in the history
  • Loading branch information
SM4991 committed Feb 24, 2023
1 parent 91d75e0 commit 2563585
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", "release-5.0.0"]
["release-4.*.*", "release-5.*.*"]
pull_request:
branches:
["release-4.9.0", "release-4.10.0", "release-5.0.0"]
["release-4.*.*", "release-5.*.*"]


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

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>5.0.0</version>
<version>5.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 -->

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

Expand Down

0 comments on commit 2563585

Please sign in to comment.