Skip to content

Commit

Permalink
Creating new package naming for stagging and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjangid05 committed May 3, 2023
1 parent f3b2cb1 commit b9ad68e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.*.*", "release-v2.*.*"]
["release-4.*.*", "release-5.*.*", "release-v2.*.*", "master", "development"]
pull_request:
branches:
["release-4.*.*", "release-5.*.*", "release-v2.*.*"]
["release-4.*.*", "release-5.*.*", "release-v2.*.*", "master", "development"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Build
on:
push:
tags:
- 'v*.*.*'
["v*.*.*", "v*.*.*-*"]

jobs:
docker-build-push:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.uci</groupId>
<artifactId>outbound</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<name>outbound</name>
<description>outbound</description>

Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.uci</groupId>
<artifactId>utils</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>com.uci</groupId>
<artifactId>adapter</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.projectreactor/reactor-core -->
<dependency>
Expand All @@ -122,7 +122,7 @@
<dependency>
<groupId>com.uci</groupId>
<artifactId>dao</artifactId>
<version>2.1.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b9ad68e

Please sign in to comment.