Skip to content

Commit fb5da6c

Browse files
authored
Uplifted eiffel-remrem-parent and eiffel-remrem-protocol-interface to latest versions (#113)
Uplifted eiffel-remrem-parent version from 2.0.0 to 2.0.1. Uplifted eiffel-remrem-protocol-interface version from 2.0.0 to 2.0.1
1 parent b1b328b commit fb5da6c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.5
2+
- Uplifted eiffel-remrem-parent version from 2.0.0 to 2.0.1.
3+
- Uplifted eiffel-remrem-protocol-interface version from 2.0.0 to 2.0.1.
4+
15
## 2.0.4
26
- Updated couple of events in templates
37

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.github.eiffel-community</groupId>
66
<artifactId>eiffel-remrem-parent</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1</version>
88
</parent>
99
<artifactId>eiffel-remrem-semantics</artifactId>
10-
<version>2.0.4</version>
10+
<version>2.0.5</version>
1111
<packaging>jar</packaging>
1212
<properties>
1313
<eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.github.eiffel-community</groupId>
2525
<artifactId>eiffel-remrem-protocol-interface</artifactId>
26-
<version>2.0.0</version>
26+
<version>2.0.1</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>

0 commit comments

Comments
 (0)