Skip to content

Commit

Permalink
HLM-3372: increased stock version from 1.1.0 to 1.1.1-beta and projec…
Browse files Browse the repository at this point in the history
…t version from 1.1.0 to 1.1.1-beta
  • Loading branch information
kanishq-egov committed Oct 17, 2023
1 parent 1430239 commit 794109b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
11 changes: 9 additions & 2 deletions health-services/project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
All notable changes to this module will be documented in this file.

## 1.0.0
## 1.1.1-beta

- Added support for multi round
- Added new validator for project task.


## 1.1.0

- Base version
## 1.0.0


## 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.1.0</version>
<version>1.1.1-beta</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
7 changes: 6 additions & 1 deletion health-services/stock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
All notable changes to this module will be documented in this file.
## 1.1.1-beta

- Enhanced Inventory flow by introducing more actors.

## 1.1.0


## 1.0.0

- 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.1.0</version>
<version>1.1.1-beta</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit 794109b

Please sign in to comment.