Skip to content

Commit 21c9d48

Browse files
zburswaxdurvak
authored andcommitted
Eiffel 2.0 components 3PP Version Uplift. (#98)
Upgraded eiffel-remrem-protocol-interface and remrem-parent versions
1 parent 0b9cd42 commit 21c9d48

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+
## 0.5.2
2+
- Upgraded eiffel-remrem-parent version from 0.0.6 to 0.0.7.
3+
- Upgraded eiffel-remrem-protocol-interface version from 0.0.12 to 0.0.13.
4+
15
## 0.5.1
26
- Added changes to allow valid eiffel link types only while generating eiffel events
37
- Uplifted eiffel-remrem-parent version from 0.0.5 to 0.0.6

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.github.Ericsson</groupId>
66
<artifactId>eiffel-remrem-parent</artifactId>
7-
<version>0.0.6</version>
7+
<version>0.0.7</version>
88
</parent>
99
<artifactId>eiffel-remrem-semantics</artifactId>
10-
<version>0.5.1</version>
10+
<version>0.5.2</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.Ericsson</groupId>
2525
<artifactId>eiffel-remrem-protocol-interface</artifactId>
26-
<version>0.0.12</version>
26+
<version>0.0.13</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>

0 commit comments

Comments
 (0)