Skip to content

Commit

Permalink
Merge pull request #398 from misdwss/snehal-eGov-patch-4
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
snehal-eGov authored Oct 26, 2022
2 parents 631db5e + 6566bb9 commit 597ca2e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion business-services/billing-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

## 1.4.0 - 2022-09-13
## 1.4.0-beta - 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
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.4.0-SNAPSHOT</version>
<version>1.4.0-beta-SNAPSHOT</version>
<name>billing-service</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion municipal-services/echallan-calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 1.1.0 - 2022-09-13
## 1.1.0-beta - 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

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.1.0-SNAPSHOT</version>
<version>1.1.0-beta-SNAPSHOT</version>
<name>echallan-calculator</name>
<properties>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion municipal-services/echallan-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 1.2.0 - 2022-09-13
## 1.2.0-beta - 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
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.2.0-SNAPSHOT</version>
<version>1.2.0-beta-SNAPSHOT</version>
<name>echallan-services</name>
<properties>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion municipal-services/mgramseva-ifix-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 1.1.0 - 2022-09-13
## 1.1.0-beta - 2022-09-13

- Penalty and advance event push changes
- Bug fixes for update demand event
Expand Down
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.1.0-SNAPSHOT</version>
<version>1.1.0-beta-SNAPSHOT</version>
<name>Mgramseva IFIX Adapter</name>
<description>Mgramseva Adapter</description>
<url>http://maven.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion municipal-services/ws-calculator/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change log
All notable changes to this module will be documented in this file.

## 1.5.0 - 2022-09-13
## 1.5.0-beta - 2022-09-13

- Penalty application after due date based on the penalty configured
- Advance payment allowed in collect payment screen
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.5.0-SNAPSHOT</version>
<version>1.5.0-beta-SNAPSHOT</version>
<name>ws-calculation</name>
<description>Demo project for Spring Boot</description>

Expand Down
2 changes: 1 addition & 1 deletion municipal-services/ws-services/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change log
All notable changes to this module will be documented in this file.

## 1.6.0 - 2022-09-13
## 1.6.0-beta - 2022-09-13

- Addition of advance and penalty on consumer create
- Changes in update consumer
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.6.0-SNAPSHOT</version>
<version>1.6.0-beta-SNAPSHOT</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit 597ca2e

Please sign in to comment.