Skip to content

Commit 271259e

Browse files
shubhang-eGovgajendran.c
authored andcommitted
Shubhang version changes (#1277)
* Version changes * Version changes * Version changes * Version changes
1 parent e059032 commit 271259e

File tree

45 files changed

+125
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+125
-17
lines changed

business-services/finance-collections-voucher-consumer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this module will be documented in this file.
33

4+
## 1.1.6 - 2022-01-13
5+
- Updated to log4j2 version 2.17.1
6+
47
## 1.1.5 - 2021-07-27
58
- minor bug fixes
69

business-services/finance-collections-voucher-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>org.egov</groupId>
1111
<artifactId>finance-collections-voucher-consumer</artifactId>
12-
<version>1.1.5-SNAPSHOT</version>
12+
<version>1.1.6-SNAPSHOT</version>
1313
<name>finance-collections-voucher-consumer</name>
1414
<description>Service to create the voucher by consuming receipt data from collection service</description>
1515

core-services/egov-url-shortening/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
# Changelog
44
All notable changes to this module will be documented in this file.
5+
56
## 1.1.1 - 2022-01-13
6-
- Added Support for link tracking
77
- Updated to log4j2 version 2.17.1
88

9+
## 1.1.1 - 2021-12-15
10+
- Added Support for link tracking
11+
912
## 1.1.0 - 2021-02-26
1013
- Updated domain name in application.properties
1114

core-services/egov-user/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this module will be documented in this file.
33

4+
## 1.2.6 - 2022-01-13
5+
- Updated to log4j2 version 2.17.1
6+
47
## 1.2.5 - 2021-07-26
58
- Added OTHERS as one of the gender option values
69
- Allowed names with apostrophe symbol

core-services/egov-user/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.egov</groupId>
77
<artifactId>egov-user</artifactId>
8-
<version>1.2.5-SNAPSHOT</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
<name>egov-user</name>
1010
<description>egov-user microservice</description>
1111
<parent>

core-services/egov-workflow-v2/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Changelog
44
All notable changes to this module will be documented in this file.
55

6+
## 1.2.1 - 2022-01-13
7+
- Updated to log4j2 version 2.17.1
8+
69
## 1.2.0 2021-06-23
710
- Added autoescalation feature
811
- Added statelevel fallback feature at businessService level

core-services/egov-workflow-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>egov-workflow-v2</artifactId>
55
<packaging>jar</packaging>
66
<name>egov-workflow-v2</name>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.1-SNAPSHOT</version>
88
<properties>
99
<log4j2.version>2.17.1</log4j2.version>
1010
<java.version>1.8</java.version>

core-services/pdf-service/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this module will be documented in this file.
33

4+
## 1.1.6 - 2022-01-13
5+
- Updated to log4j2 version 2.17.1
6+
47
## 1.1.6 - 2021-12-03
58
- Fixed Language switch isue.
69

core-services/report/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this module will be documented in this file.
33

4+
## 1.3.4 - 2022-01-13
5+
6+
- Updated to log4j2 version 2.17.1
7+
48
## 1.3.3 - 2021-07-26
59

610
- Added support for localization

core-services/report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>org.egov.services</groupId>
1212
<artifactId>report</artifactId>
13-
<version>1.3.3-SNAPSHOT</version>
13+
<version>1.3.4-SNAPSHOT</version>
1414
<name>Report Infra</name>
1515
<description>Report Infra</description>
1616
<properties>

0 commit comments

Comments
 (0)