Skip to content

Commit

Permalink
[all] Upgrade to Maven API 3.6.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Jan 13, 2019
1 parent 0ef376c commit 96b9fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<buildId>${maven.build.timestamp}</buildId>
<!-- Year of the release of SARL (used in Eclipse about, license management
and documentation) -->
<year>2018</year>
<year>2019</year>
<!-- URL of the SARL project (use in POM, Eclipse about and documentation) -->
<sarlUrl>http://www.sarl.io</sarlUrl>
<!-- Default encoding of the source files -->
Expand All @@ -74,7 +74,7 @@
<jre.environment>JavaSE-1.8</jre.environment>
<!-- Maven API version. This version should be supported by m2e. Search
for maven-core on central. -->
<maven.api.version>3.5.4</maven.api.version>
<maven.api.version>3.6.0</maven.api.version>
<!-- Version of the Maven Java compiler.
Version 3.7.0 depends on a library that is compiled with Java 9! -->
<mavencompiler.version>3.6.2</mavencompiler.version>
Expand Down

0 comments on commit 96b9fe6

Please sign in to comment.