Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update pom.xml (#396)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml
  • Loading branch information
lakshmisravani-wtt-egov authored Feb 10, 2022
1 parent 178440c commit f0f010a
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 13 deletions.
4 changes: 4 additions & 0 deletions collection-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Changelog
All notable changes to this module will be documented in this file.

## 1.1.6- 2022-02-10
- v2.5 Log4j vulnerability fixes patch


## 1.1.5 - 2021-07-26
- Support for statelevel search

Expand Down
4 changes: 2 additions & 2 deletions collection-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>collection-services</groupId>
<artifactId>collection-services</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</version>
<name>collection-services</name>
<description>Spring Boot Project for Collection Services</description>
<properties>
Expand All @@ -20,7 +20,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lombok.version>1.18.8</lombok.version>
<commons-lang-version>2.6</commons-lang-version>
<log4j2.version>2.16.0</log4j2.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions dashboard-analytics/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.6- 2022-02-10
- v2.5 Log4j vulnerability fixes patch


## 1.1.5 - 2021-07-23
- Code changes related to new properties.
- Here are the properties which are added
Expand Down
4 changes: 2 additions & 2 deletions dashboard-analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tarento</groupId>
<artifactId>analytics</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.6-SNAPSHOT</version>

<name>Analytic Service</name>
<description>Project for handling the data for analytics visualization</description>
Expand All @@ -19,7 +19,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<cxf.version>3.0.1</cxf.version>
<log4j2.version>2.16.0</log4j2.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>

<dependencies>
Expand Down
2 changes: 2 additions & 0 deletions dashboard-ingest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

## 1.1.4- 2022-02-10
- v2.5 Log4j vulnerability fixes patch

## 1.1.3 - 2021-05-11

Expand Down
6 changes: 3 additions & 3 deletions dashboard-ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ingestpipeline</groupId>
<artifactId>ingestpipeline</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>ingestpipeline</name>
Expand All @@ -22,7 +22,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<cxf.version>3.0.1</cxf.version>
<log4j2.version>2.16.0</log4j2.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -234,4 +234,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 3 additions & 0 deletions egf-instrument/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this module will be documented in this file.

## 1.1.3- 2022-02-10
- v2.5 Log4j vulnerability fixes patch

## 1.1.2 - 2021-02-26
- Updated domain name in application.properties

Expand Down
4 changes: 2 additions & 2 deletions egf-instrument/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</parent>
<groupId>org.egov</groupId>
<artifactId>egf-instrument</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.4-SNAPSHOT</version>
<name>egf-instrument</name>
<description>egf instrument service for egov services</description>
<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lombok.version>1.18.8</lombok.version>
<log4j2.version>2.16.0</log4j2.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions egf-master/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this module will be documented in this file.

## 1.1.2- 2022-02-10
- v2.5 Log4j vulnerability fixes patch


## 1.1.1 - 2021-02-26

- Removed unused code throwing exception
Expand Down
4 changes: 2 additions & 2 deletions egf-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</parent>
<groupId>org.egov</groupId>
<artifactId>egf-master</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
<name>egf-master</name>
<description>egf masters project for egov services</description>
<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lombok.version>1.18.8</lombok.version>
<log4j2.version>2.16.0</log4j2.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions egov-apportion-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Changelog
All notable changes to this module will be documented in this file.

## 1.1.5- 2022-02-10
- v2.5 Log4j vulnerability fixes patch


## 1.1.4 2021-02-26

- Updated domain name in application.properties
Expand Down
4 changes: 2 additions & 2 deletions egov-apportion-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
</parent>
<groupId>org.egov</groupId>
<artifactId>egov-apportion-service</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.5-SNAPSHOT</version>
<name>egov-apportion-service</name>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<lombok.version>1.18.8</lombok.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<log4j2.version>2.16.0</log4j2.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit f0f010a

Please sign in to comment.