We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 234ed43 + a5c9e4f commit ace0836Copy full SHA for ace0836
CHANGELOG.md
@@ -1,5 +1,11 @@
1
+## 0.0.10
2
+- Updated eiffel-remrem-parent version
3
+
4
+## 0.0.9
5
+- Migrated from gradle to maven
6
7
## 0.0.8
-- Migrated from gradle to maven
8
+- Updated GSON version
9
10
## 0.0.7
11
- Added method to get template for event types.
pom.xml
@@ -6,10 +6,10 @@
<parent>
<groupId>com.github.Ericsson</groupId>
<artifactId>eiffel-remrem-parent</artifactId>
- <version>0.0.2</version>
+ <version>0.0.4</version>
</parent>
<artifactId>eiffel-remrem-protocol-interface</artifactId>
12
- <version>0.0.9</version>
+ <version>0.0.10</version>
13
<repositories>
14
<repository>
15
<id>jitpack.io</id>
0 commit comments