Skip to content

Commit 889a10e

Browse files
piyush-sadangiPiyush Sadangi
andauthored
Degraded the spring-boot-maven-plugin to 2.7.5 (#208)
* updated spring-boot-maven-plugin to 2.7.5 --------- Co-authored-by: Piyush Sadangi <piyush.sadangi@ericsson.com>
1 parent ee7c3a8 commit 889a10e

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.7
2+
- Degraded the spring-boot-maven-plugin version to 2.7.5
3+
- Updated the eiffel-remrem-parent version to 2.0.9
4+
- Updated the eiffel-remem-semantics version to 2.2.4
5+
16
## 2.1.6
27
- Fixed a override Eiffel-Semantic protocol version issue
38
- Added documentation for overriding Eiffel-Semantic protocol version

cli/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<plugin>
7676
<groupId>org.springframework.boot</groupId>
7777
<artifactId>spring-boot-maven-plugin</artifactId>
78+
<version>2.7.5</version>
7879
<configuration>
7980
<mainClass>com.ericsson.eiffel.remrem.generate.cli.CLI</mainClass>
8081
<fork>true</fork>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<plugin>
4747
<groupId>org.springframework.boot</groupId>
4848
<artifactId>spring-boot-maven-plugin</artifactId>
49+
<version>2.7.5</version>
4950
<configuration>
5051
<skip>true</skip>
5152
</configuration>

service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<plugin>
9292
<groupId>org.springframework.boot</groupId>
9393
<artifactId>spring-boot-maven-plugin</artifactId>
94+
<version>2.7.5</version>
9495
<configuration>
9596
<mainClass>com.ericsson.eiffel.remrem.generate.App</mainClass>
9697
<fork>true</fork>

0 commit comments

Comments
 (0)