Skip to content

Commit

Permalink
all comms library version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed May 13, 2022
1 parent a8ec06b commit ee3ae1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build on Push & Pull Request
on:
push:
branches:
["release-4.9.0"]
["release-4.9.0", "merged"]
pull_request:
branches:
["release-4.9.0"]
["release-4.9.0", "merged"]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.uci</groupId>
<artifactId>dao</artifactId>
<version>0.0.1</version>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -122,12 +122,12 @@
<dependency>
<groupId>com.uci</groupId>
<artifactId>message-rosa</artifactId>
<version>0.0.1</version>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>com.uci</groupId>
<artifactId>utils</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit ee3ae1e

Please sign in to comment.