Skip to content

Commit

Permalink
BAH-4097 | Add. Bump Version 0.94 -> 1.0 (#42)
Browse files Browse the repository at this point in the history
* [Rahul] | BAH-4097 | Add. Bump Version 0.94 -> 1.0

* [Rahul] | BAH-4097 | Add. Bump WebClient 0.94 -> 1.0

* [Rahul] | BAH-4097 | Add. Bump Version 0.94-SNAPSHOT -> 1.0
  • Loading branch information
rahu1ramesh authored Sep 9, 2024
1 parent 30fe6fc commit a2cf161
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pacs-integration-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pacs-integration</artifactId>
<groupId>org.bahmni</groupId>
<version>0.94-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down Expand Up @@ -51,7 +51,7 @@
<properties>
<atomfeed.version>1.10.1</atomfeed.version>
<hapi-base.version>2.2</hapi-base.version>
<web-clients.version>0.94.3</web-clients.version>
<web-clients.version>1.0.0</web-clients.version>
<log4j.version>2.17.1</log4j.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.bahmni</groupId>
<artifactId>pacs-integration</artifactId>
<version>0.94-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions vagrant-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pacs-integration</artifactId>
<groupId>org.bahmni</groupId>
<version>0.94-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -24,7 +24,7 @@
<groupId>org.bahmni</groupId>
<artifactId>pacs-integration-webapp</artifactId>
<classifier>classes</classifier>
<version>0.94-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a2cf161

Please sign in to comment.