Skip to content

Commit

Permalink
[Prod Deployment] - Change Package version and merge development bran…
Browse files Browse the repository at this point in the history
…ch in master
  • Loading branch information
pankajjangid05 committed May 8, 2023
1 parent 4086bc5 commit dde9571
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
</parent>
<groupId>com.uci</groupId>
<artifactId>orchestrator</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1</version>
<name>orchestrator</name>
<description>Demo project for Spring Boot</description>

<properties>
<java.version>11</java.version>
<utils.version>2.2.1</utils.version>
<messagerosa.version>2.2.1</messagerosa.version>
<dao.version>2.2.1</dao.version>
</properties>

<!-- For Downloading repositories from github packages -->
Expand Down Expand Up @@ -109,7 +112,7 @@
<dependency>
<groupId>com.uci</groupId>
<artifactId>dao</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>${dao.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -122,12 +125,12 @@
<dependency>
<groupId>com.uci</groupId>
<artifactId>message-rosa</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>${messagerosa.version}</version>
</dependency>
<dependency>
<groupId>com.uci</groupId>
<artifactId>utils</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>${utils.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit dde9571

Please sign in to comment.