Skip to content

Commit b073d69

Browse files
authored
Updated parent version in eiffel-remrem-protocol interface (#33)
* Updated parent version in eiffel-remrem-protocol interface * Update pom.xml updated parent version * updated change log
1 parent 164b5e0 commit b073d69

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.1.1
2+
- Uplifted eiffel-remrem-parent version from 2.0.4 to 2.0.5 to resolve security vulnerability issue.
3+
14
## 2.1.0
25
- Updated REMReM Generate to support lenient validation for Eiffel Protocol.
36

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>com.github.eiffel-community</groupId>
88
<artifactId>eiffel-remrem-parent</artifactId>
9-
<version>2.0.4</version>
9+
<version>2.0.5</version>
1010
</parent>
1111
<artifactId>eiffel-remrem-protocol-interface</artifactId>
12-
<version>2.1.0</version>
12+
<version>2.1.1</version>
1313
<repositories>
1414
<repository>
1515
<id>jitpack.io</id>

0 commit comments

Comments
 (0)