Skip to content

Commit

Permalink
Uplifted the remrem parent version (#144)
Browse files Browse the repository at this point in the history
* Changed semantics version to 2.2.1

Co-authored-by: Vishnu Alapati <[email protected]>
  • Loading branch information
vishnu-alapati and Vishnu Alapati authored Feb 14, 2022
1 parent 88052f3 commit 7eaab70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.2.1
- Uplifted eiffel-remrem-parent version from 2.0.5 to 2.0.6.

## 2.2.0
- Updated schemas to match the Paris edition of the protocol.
Expand Down
15 changes: 13 additions & 2 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.5</version>
<version>2.0.6</version>
</parent>
<artifactId>eiffel-remrem-semantics</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<packaging>jar</packaging>
<properties>
<eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
Expand Down Expand Up @@ -56,6 +56,17 @@
<artifactId>logback-classic</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp.jstl</groupId>
<artifactId>jstl-api</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 7eaab70

Please sign in to comment.