Skip to content

Commit

Permalink
Uplifted eiffel-remrem-parent version from 2.0.2 to 2.0.3. (#123)
Browse files Browse the repository at this point in the history
Uplifted eiffel-remrem-protocol-interface version from 2.0.2 to 2.0.3 .
  • Loading branch information
durga-vasaadi authored and Umadevi-Kapu committed Jan 22, 2020
1 parent f89ef15 commit ae2c29f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.10
- Uplifted eiffel-remrem-parent version from 2.0.2 to 2.0.3.
- Uplifted eiffel-remrem-protocol-interface version from 2.0.2 to 2.0.3.

## 2.0.9
- Moved REMReM Semantics documentation from gh-pages to master branch.

## 2.0.8
- Handled NullPointerException in SemanticService for missing fields.

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>com.github.eiffel-community</groupId>
<artifactId>eiffel-remrem-parent</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</parent>
<artifactId>eiffel-remrem-semantics</artifactId>
<version>2.0.8</version>
<version>2.0.10</version>
<packaging>jar</packaging>
<properties>
<eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.github.eiffel-community</groupId>
<artifactId>eiffel-remrem-protocol-interface</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ae2c29f

Please sign in to comment.