Skip to content

Commit 189ee05

Browse files
durga-vasaadixvinosi-github
authored andcommitted
Upgrade of Eiffel remrem protocol interface and Change of dead links. (#103)
* Upgraded eiffel-remrem-protocol-interface version to 1.0.1. Changed link to https://eiffel-community.github.io
1 parent d2ee481 commit 189ee05

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
- Changed Link from http://ericsson.github.io to https://eiffel-community.github.io.
3+
- Upgraded eiffel-remrem-protocol-interface version from 1.0.0 to 1.0.1.
4+
15
## 1.0.0
26
- Upgraded eiffel-remrem-parent version from 0.0.8 to 1.0.0.
37
- Upgraded eiffel-remrem-protocol-interface version from 0.0.14 to 1.0.0.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[![Coverage Status](https://coveralls.io/repos/github/eiffel-community/eiffel-remrem-semantics/badge.svg?branch=master)](https://coveralls.io/github/eiffel-community/eiffel-remrem-semantics?branch=master)
2424
[![](https://jitpack.io/v/eiffel-community/eiffel-remrem-semantics.svg)](https://jitpack.io/#eiffel-community/eiffel-remrem-semantics)
2525

26-
Eiffel semantics is designed to implement new Eiffel messaging standard. Further documentation is provided at the following link: [http://eiffel-community.github.io/eiffel-remrem-semantics/](http://eiffel-community.github.io/eiffel-remrem-semantics/).
26+
Eiffel semantics is designed to implement new Eiffel messaging standard. Further documentation is provided at the following link: [https://eiffel-community.github.io/eiffel-remrem-semantics/](https://eiffel-community.github.io/eiffel-remrem-semantics/).
2727

2828
# About this repository
2929
The contents of this repository are licensed under the [Apache License 2.0](./LICENSE).

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.0.0</version>
88
</parent>
99
<artifactId>eiffel-remrem-semantics</artifactId>
10-
<version>1.0.0</version>
10+
<version>1.0.1</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>1.0.0</version>
26+
<version>1.0.1</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>

0 commit comments

Comments
 (0)