Skip to content

Commit

Permalink
Degraded the spring-boot-maven-plugin to 2.7.5 (#208)
Browse files Browse the repository at this point in the history
* updated spring-boot-maven-plugin to 2.7.5

---------

Co-authored-by: Piyush Sadangi <[email protected]>
  • Loading branch information
piyush-sadangi and Piyush Sadangi authored Feb 2, 2023
1 parent ee7c3a8 commit 889a10e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.7
- Degraded the spring-boot-maven-plugin version to 2.7.5
- Updated the eiffel-remrem-parent version to 2.0.9
- Updated the eiffel-remem-semantics version to 2.2.4

## 2.1.6
- Fixed a override Eiffel-Semantic protocol version issue
- Added documentation for overriding Eiffel-Semantic protocol version
Expand Down
1 change: 1 addition & 0 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.5</version>
<configuration>
<mainClass>com.ericsson.eiffel.remrem.generate.cli.CLI</mainClass>
<fork>true</fork>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.5</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.5</version>
<configuration>
<mainClass>com.ericsson.eiffel.remrem.generate.App</mainClass>
<fork>true</fork>
Expand Down

0 comments on commit 889a10e

Please sign in to comment.