Skip to content

Commit

Permalink
BAH-4116 | Add. Bump appVersion And Package Version (#118)
Browse files Browse the repository at this point in the history
* [Rahul] | BAH-4116 | Add. Bump Package Version To 1.1.0-SNAPSHOT

* [Rahul] | BAH-4116 | Add. Bump appVersion
  • Loading branch information
rahu1ramesh authored Sep 23, 2024
1 parent aa958bd commit 2e46d65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openerp-atomfeed-service</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</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</version>
<version>1.1.0-SNAPSHOT</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</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<name>openerp-client</name>
<artifactId>openerp-client</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<release.version>${project.version}</release.version>
Expand Down
2 changes: 1 addition & 1 deletion package/.appversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
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</version>
<version>1.1.0-SNAPSHOT</version>
<modules>
<module>openerp-client</module>
<module>openerp-atomfeed-service</module>
Expand Down

0 comments on commit 2e46d65

Please sign in to comment.