Skip to content

Commit

Permalink
Uplifted remrem-parent version from 2.0.7 to 2.0.8 (#152)
Browse files Browse the repository at this point in the history
Ulifted remrem-protocol interface version from 2.1.2 to 2.1.3
  • Loading branch information
piyush-sadangi authored Jul 4, 2022
1 parent 335d44c commit e12d36e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.3
- Uplifted eiffel-remrem-parent version from 2.0.7 to 2.0.8.
- Uplifted eiffel-remrem-protocol-interface version from 2.1.2 to 2.1.3.

## 2.2.2
- After schema update process,implemented code changes to prepend copyright header to generated POJO classes.
- Uplifted httpclient dependency version.
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.7</version>
<version>2.0.8</version>
</parent>
<artifactId>eiffel-remrem-semantics</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<packaging>jar</packaging>
<properties>
<eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.github.eiffel-community</groupId>
<artifactId>eiffel-remrem-protocol-interface</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e12d36e

Please sign in to comment.