Skip to content

Commit

Permalink
updating service versions for 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snehal-gothe committed Sep 14, 2022
1 parent 1437888 commit 9fc0fdf
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 6 deletions.
5 changes: 5 additions & 0 deletions business-services/billing-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

All notable changes to this module will be documented in this file.

## 1.4.0 - 2022-09-13
- Allowing the creation of bills for advance amount
- Adding a new api to get the demand audit history
- Updating the demand search api to filter for active demands

## 1.3.6 - 2022-04-19
- Allowing payment for employee as well

Expand Down
2 changes: 1 addition & 1 deletion business-services/billing-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>com.egov.demand</groupId>
<artifactId>billing-service</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<name>billing-service</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down
4 changes: 4 additions & 0 deletions municipal-services/echallan-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this module will be documented in this file.

## 1.1.0 - 2022-09-13
- the referenceId of the eChallan object is mapped to consumerCode of billing-service and collection-service
- If referenceId is not passed in the request, it will get set to same as the challanNo

## 1.0.1 - 2022-02-02
- Updated to log4j2 version 2.17.1

Expand Down
2 changes: 1 addition & 1 deletion municipal-services/echallan-calculator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.egov</groupId>
<artifactId>echallan-calculator</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<name>echallan-calculator</name>
<properties>
<java.version>1.8</java.version>
Expand Down
5 changes: 5 additions & 0 deletions municipal-services/echallan-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this module will be documented in this file.

## 1.2.0 - 2022-09-13

- the referenceId of the eChallan object is mapped to consumerCode of billing-service and collection-service
- If referenceId is not passed in the request, it will get set to same as the challanNo

## 1.1.2 - 2022-02-02

- Dashboard Screen enhancements
Expand Down
2 changes: 1 addition & 1 deletion municipal-services/echallan-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.egov</groupId>
<artifactId>echallan-services</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<name>echallan-services</name>
<properties>
<java.version>1.8</java.version>
Expand Down
5 changes: 5 additions & 0 deletions municipal-services/mgramseva-ifix-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this module will be documented in this file.

## 1.1.0 - 2022-09-13

- Penalty and advance event push changes
- Bug fixes for update demand event

## 1.0.0 - 2021-09-23

- Base version
2 changes: 1 addition & 1 deletion municipal-services/mgramseva-ifix-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.egov.io</groupId>
<artifactId>mgramseva-ifix-adapter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<name>Mgramseva IFIX Adapter</name>
<description>Mgramseva Adapter</description>
<url>http://maven.apache.org</url>
Expand Down
5 changes: 5 additions & 0 deletions municipal-services/ws-calculator/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change log
All notable changes to this module will be documented in this file.

## 1.5.0 - 2022-09-13

- Penalty application after due date based on the penalty configured
- Advance payment allowed in collect payment screen

## 1.4.2 - 2022-02-02

- Calculator services to make change in the dashboard changes
Expand Down
2 changes: 1 addition & 1 deletion municipal-services/ws-calculator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.egov</groupId>
<artifactId>ws-calculator</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<name>ws-calculation</name>
<description>Demo project for Spring Boot</description>

Expand Down
5 changes: 5 additions & 0 deletions municipal-services/ws-services/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change log
All notable changes to this module will be documented in this file.

## 1.6.0 - 2022-09-13

- Addition of advance and penalty on consumer create
- Changes in update consumer

## 1.5.2 - 2022-02-02

- Fixes to revenueDashboard Service
Expand Down
2 changes: 1 addition & 1 deletion municipal-services/ws-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>ws-services</artifactId>
<packaging>jar</packaging>
<name>water-services</name>
<version>1.5.2-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit 9fc0fdf

Please sign in to comment.