Skip to content

Commit 75782f1

Browse files
author
Raja Maragani
authored
Uplifted parent version (#24)
* uplifted parent version * Update CHANGELOG.md
1 parent eb933cb commit 75782f1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.0
2+
- Upgraded eiffel-remrem-parent version from 1.0.0 to 2.0.0
3+
14
## 1.0.1
25
- Changed Link from http://ericsson.github.io to https://eiffel-community.github.io.
36

@@ -45,4 +48,4 @@
4548
- Added copyright headers to the source code.
4649

4750
## 0.0.1
48-
- Added
51+
- Added

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>com.github.Ericsson</groupId>
7+
<groupId>com.github.eiffel-community</groupId>
88
<artifactId>eiffel-remrem-parent</artifactId>
9-
<version>1.0.0</version>
9+
<version>2.0.0</version>
1010
</parent>
1111
<artifactId>eiffel-remrem-protocol-interface</artifactId>
12-
<version>1.0.1</version>
12+
<version>2.0.0</version>
1313
<repositories>
1414
<repository>
1515
<id>jitpack.io</id>

0 commit comments

Comments
 (0)