You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/11/06 12:00:39 UTC

[isis] branch v2 updated: ISIS-2028: examples: override incode properties

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new ffe34e0  ISIS-2028: examples: override incode properties
ffe34e0 is described below

commit ffe34e02eefeead799d6b06fbb71f584b46b99cf
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Nov 6 13:00:31 2018 +0100

    ISIS-2028: examples: override incode properties
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-2028
---
 example/application/helloworld/pom.xml | 3 ++-
 example/application/simpleapp/pom.xml  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index f6d3fb9..4ba80de 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -44,7 +44,8 @@
         <compiler-plugin.compilerArgument>-parameters</compiler-plugin.compilerArgument>
 
         <!-- override incode-build -->
-        <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
+        <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
+        <jetty-maven-plugin.version>9.4.12.v20180830</jetty-maven-plugin.version>
 
         <!-- override incode-build (see dn5-xxx.version in isis-core-plugins-jdo-datanucleus-5) -->
         <datanucleus-api-jdo.version>5.1.9</datanucleus-api-jdo.version>
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 7cdd1c6..2e34978 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -47,7 +47,8 @@
         <compiler-plugin.compilerArgument>-parameters</compiler-plugin.compilerArgument>
 
         <!-- override incode-build -->
-        <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
+        <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
+        <jetty-maven-plugin.version>9.4.12.v20180830</jetty-maven-plugin.version>
 
         <!-- override incode-build (see dn5-xxx.version in isis-core-plugins-jdo-datanucleus-5) -->
         <datanucleus-api-jdo.version>5.1.9</datanucleus-api-jdo.version>