Skip to content

Commit

Permalink
Code merge and Update Build Version 2.2.7 to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjangid05 committed Aug 8, 2023
2 parents ed72e9d + c3f661f commit 37342ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
</parent>
<groupId>com.uci</groupId>
<artifactId>adapter</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<!-- On changing, Set version in deploy.xml to delete the previous packages if exists and deploy new package for the specified version -->
<name>adapter</name>
<packaging>jar</packaging>
<description>adapter</description>

<properties>
<java.version>11</java.version>
<utils.version>2.2.7</utils.version>
<messagerosa.version>2.2.7</messagerosa.version>
<dao.version>2.2.7</dao.version>
<utils.version>2.2.8</utils.version>
<messagerosa.version>2.2.8</messagerosa.version>
<dao.version>2.2.8</dao.version>
</properties>
<!-- For Dao repository to upload to github packages -->
<profiles>
Expand Down

0 comments on commit 37342ff

Please sign in to comment.