Skip to content

Commit

Permalink
Merge pull request #440 from egovernments/hlm-2375-version-upgrade
Browse files Browse the repository at this point in the history
[hlm-2375]: Updated version to 1.1.0
  • Loading branch information
roopeshegov authored May 10, 2023
2 parents c2155db + 7316748 commit e6508df
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 14 deletions.
4 changes: 3 additions & 1 deletion health-services/facility/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- Base version
- Base version

## 1.1.0
2 changes: 1 addition & 1 deletion health-services/facility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>facility</artifactId>
<packaging>jar</packaging>
<name>facility</name>
<version>1.0.1</version>
<version>1.1.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
4 changes: 3 additions & 1 deletion health-services/household/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- Base version
- Base version

## 1.1.0
2 changes: 1 addition & 1 deletion health-services/household/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>household</artifactId>
<packaging>jar</packaging>
<name>household</name>
<version>1.0.0</version>
<version>1.1.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
4 changes: 3 additions & 1 deletion health-services/individual/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- Base version
- Base version

## 1.1.0
2 changes: 1 addition & 1 deletion health-services/individual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>individual</artifactId>
<packaging>jar</packaging>
<name>individual</name>
<version>1.0.0</version>
<version>1.1.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
4 changes: 3 additions & 1 deletion health-services/product/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- Base version
- Base version

## 1.1.0
2 changes: 1 addition & 1 deletion health-services/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>product</artifactId>
<packaging>jar</packaging>
<name>product</name>
<version>1.0.0</version>
<version>1.1.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
4 changes: 3 additions & 1 deletion health-services/project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- Base version
- Base version

## 1.1.0
2 changes: 1 addition & 1 deletion health-services/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>project</artifactId>
<packaging>jar</packaging>
<name>project</name>
<version>1.0.1</version>
<version>1.1.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
4 changes: 3 additions & 1 deletion health-services/stock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- Base version
- Base version

## 1.1.0
2 changes: 1 addition & 1 deletion health-services/stock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>stock</artifactId>
<packaging>jar</packaging>
<name>stock</name>
<version>1.0.0</version>
<version>1.1.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
4 changes: 3 additions & 1 deletion health-services/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ All notable changes to this module will be documented in this file.

## 1.0.0

- Base version
- Base version

## 1.1.0
2 changes: 1 addition & 1 deletion health-services/transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>transformer</artifactId>
<packaging>jar</packaging>
<name>transformer</name>
<version>1.0.0</version>
<version>1.1.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit e6508df

Please sign in to comment.