File tree Expand file tree Collapse file tree 3 files changed +6
-30
lines changed Expand file tree Collapse file tree 3 files changed +6
-30
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.17.2 ] -
8
+ ## [ 0.18.0 ] -
9
9
* Added new module ` @vertx/uri-template `
10
10
* Force commonjs loader to be synchronized
11
11
* Bumped graal to 22.1.0
12
12
* Bumped vertx to 4.2.7
13
+ * Given that graaljs no longer supports java8, we bump the minor
13
14
14
15
## [ 0.17.1] - 2022-03-11
15
16
* Bump graaljs to 22.0.0.2
Original file line number Diff line number Diff line change 13
13
<artifactId >es4x-codegen</artifactId >
14
14
<version >0.17.2-SNAPSHOT</version >
15
15
16
- <properties >
17
- <tools .jar>${java.home} /../lib/tools.jar</tools .jar>
18
- </properties >
19
-
20
- <profiles >
21
- <profile >
22
- <id >tools.jar</id >
23
- <activation >
24
- <file >
25
- <exists >${tools.jar} </exists >
26
- </file >
27
- </activation >
28
- <dependencies >
29
- <dependency >
30
- <groupId >com.sun</groupId >
31
- <artifactId >tools</artifactId >
32
- <version >1.8</version >
33
- <scope >system</scope >
34
- <systemPath >${tools.jar} </systemPath >
35
- <optional >true</optional >
36
- </dependency >
37
- </dependencies >
38
- </profile >
39
- </profiles >
40
-
41
16
<dependencies >
42
17
<dependency >
43
18
<groupId >io.vertx</groupId >
Original file line number Diff line number Diff line change 8
8
<packaging >pom</packaging >
9
9
10
10
<properties >
11
- <maven .compiler.target>1.8 </maven .compiler.target>
12
- <maven .compiler.source>1.8 </maven .compiler.source>
13
- <maven .compiler.testTarget>1.8 </maven .compiler.testTarget>
14
- <maven .compiler.testSource>1.8 </maven .compiler.testSource>
11
+ <maven .compiler.target>11 </maven .compiler.target>
12
+ <maven .compiler.source>11 </maven .compiler.source>
13
+ <maven .compiler.testTarget>11 </maven .compiler.testTarget>
14
+ <maven .compiler.testSource>11 </maven .compiler.testSource>
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<!-- Dependency versions -->
17
17
<stack .version>4.2.7</stack .version>
You can’t perform that action at this time.
0 commit comments