This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release/0.9.7
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release/0.9.7 by this push:
new 9da4a2f use java 8 time apis
9da4a2f is described below
commit 9da4a2fab07799d6e8cad83e45c1545ed2a61f15
Author: Alex Harui <[email protected]>
AuthorDate: Fri Apr 24 00:06:29 2020 -0700
use java 8 time apis
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1ee3dd9..7c6c105 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
</scm>
<properties>
- <java.version>1.7</java.version>
+ <java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
<maven.version>3.3.1</maven.version>
@@ -348,7 +348,7 @@
<artifactId>animal-sniffer-maven-plugin</artifactId>
<executions>
<execution>
- <id>check-jdk-1.7</id>
+ <id>check-jdk-1.8</id>
<phase>test</phase>
<goals>
<goal>check</goal>
@@ -356,7 +356,7 @@
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java17</artifactId>
+ <artifactId>java18</artifactId>
<version>1.0</version>
</signature>
</configuration>