Skip to content

Commit 33a9da8

Browse files
author
Santosh NC
authored
Parent group changed from Ericsson to Eiffel community (#107)
Parent group changed from Ericsson to Eiffel community
1 parent 29ba65c commit 33a9da8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.1
2+
- Parent group changed from Ericsson to eiffel-community.
3+
14
## 2.0.0
25
- Changed templates of all events in Agen format.
36

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>com.github.Ericsson</groupId>
5+
<groupId>com.github.eiffel-community</groupId>
66
<artifactId>eiffel-remrem-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>2.0.0</version>
88
</parent>
99
<artifactId>eiffel-remrem-semantics</artifactId>
10-
<version>2.0.0</version>
10+
<version>2.0.1</version>
1111
<packaging>jar</packaging>
1212
<properties>
1313
<eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
@@ -21,9 +21,9 @@
2121
</repositories>
2222
<dependencies>
2323
<dependency>
24-
<groupId>com.github.Ericsson</groupId>
24+
<groupId>com.github.eiffel-community</groupId>
2525
<artifactId>eiffel-remrem-protocol-interface</artifactId>
26-
<version>1.0.1</version>
26+
<version>2.0.0</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>

0 commit comments

Comments
 (0)