Skip to content

Commit 457de8d

Browse files
Divya-KuppulaUmadevi-Kapu
authored andcommitted
Uplifted eiffel-remrem-parent version from 2.0.1 to 2.0.2. (#114)
* Uplifted eiffel-remrem-parent version from 2.0.1 to 2.0.2 * Uplifted eiffel-remrem-parent version from 2.0.1 to 2.0.2. * fix to travis build failed
1 parent fb5da6c commit 457de8d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
dist: trusty
2+
13
sudo: required
24
addons:
35
apt:
@@ -14,4 +16,4 @@ before_install:
1416
- chmod +x pom.xml
1517

1618
script:
17-
- mvn clean test
19+
- mvn clean test

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.6
2+
- Uplifted eiffel-remrem-parent version from 2.0.1 to 2.0.2.
3+
- Uplifted eiffel-remrem-protocol-interface version from 2.0.1 to 2.0.2.
4+
15
## 2.0.5
26
- Uplifted eiffel-remrem-parent version from 2.0.0 to 2.0.1.
37
- Uplifted eiffel-remrem-protocol-interface version from 2.0.0 to 2.0.1.

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.1</version>
7+
<version>2.0.2</version>
88
</parent>
99
<artifactId>eiffel-remrem-semantics</artifactId>
10-
<version>2.0.5</version>
10+
<version>2.0.6</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.1</version>
26+
<version>2.0.2</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>

0 commit comments

Comments
 (0)