Skip to content

Commit 7eaab70

Browse files
vishnu-alapatiVishnu Alapati
and
Vishnu Alapati
authored
Uplifted the remrem parent version (#144)
* Changed semantics version to 2.2.1 Co-authored-by: Vishnu Alapati <[email protected]>
1 parent 88052f3 commit 7eaab70

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.2.1
2+
- Uplifted eiffel-remrem-parent version from 2.0.5 to 2.0.6.
13

24
## 2.2.0
35
- Updated schemas to match the Paris edition of the protocol.

pom.xml

+13-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.github.eiffel-community</groupId>
66
<artifactId>eiffel-remrem-parent</artifactId>
7-
<version>2.0.5</version>
7+
<version>2.0.6</version>
88
</parent>
99
<artifactId>eiffel-remrem-semantics</artifactId>
10-
<version>2.2.0</version>
10+
<version>2.2.1</version>
1111
<packaging>jar</packaging>
1212
<properties>
1313
<eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
@@ -56,6 +56,17 @@
5656
<artifactId>logback-classic</artifactId>
5757
<scope>compile</scope>
5858
</dependency>
59+
<dependency>
60+
<groupId>javax.servlet</groupId>
61+
<artifactId>javax.servlet-api</artifactId>
62+
<version>4.0.0</version>
63+
<scope>compile</scope>
64+
</dependency>
65+
<dependency>
66+
<groupId>javax.servlet.jsp.jstl</groupId>
67+
<artifactId>jstl-api</artifactId>
68+
<version>1.2</version>
69+
</dependency>
5970
<dependency>
6071
<groupId>org.apache.commons</groupId>
6172
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)