We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b2c15 commit c9bdd5dCopy full SHA for c9bdd5d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.4.1
2
+- Ensure Eclipse Temurin is used to build the library
3
+
4
## 2.4.0
5
- Switched to Orizaba
6
jitpack.yml
@@ -0,0 +1,5 @@
+jdk:
+ - openjdk17
+before_install:
+ - sdk install java 17.0.5-tem
+ - sdk use java 17.0.5-tem
pom.xml
@@ -4,10 +4,10 @@
<parent>
<groupId>com.github.eiffel-community</groupId>
<artifactId>eiffel-remrem-parent</artifactId>
7
- <version>2.0.12</version>
+ <version>2.0.14</version>
8
</parent>
9
<artifactId>eiffel-remrem-semantics</artifactId>
10
- <version>2.4.0</version>
+ <version>2.4.1</version>
11
<packaging>jar</packaging>
12
<properties>
13
<eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
0 commit comments