Skip to content

Commit

Permalink
[Rahul] | BAH-4097 | Add. Bump Version 0.94-SNAPSHOT -> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Sep 6, 2024
1 parent 4d8bea9 commit dea7f7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions openerp-atomfeed-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>openerp-service</artifactId>
<groupId>org.bahmni.openerp</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openerp-atomfeed-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>war</packaging>
<name>openerp-atomfeed-service</name>
<url>http://maven.apache.org</url>
Expand Down Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>org.bahmni.openerp</groupId>
<artifactId>openerp-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions openerp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<artifactId>openerp-service</artifactId>
<groupId>org.bahmni.openerp</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<name>openerp-client</name>
<artifactId>openerp-client</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<url>http://maven.apache.org</url>
<properties>
<release.version>${project.version}</release.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>openerp-service</name>
<groupId>org.bahmni.openerp</groupId>
<artifactId>openerp-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<modules>
<module>openerp-client</module>
<module>openerp-atomfeed-service</module>
Expand Down

0 comments on commit dea7f7d

Please sign in to comment.