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/08/28 10:16:29 UTC

[isis] branch master updated: ISIS-1841: fixes JDK 10+ build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2c5829e  ISIS-1841: fixes JDK 10+ build
2c5829e is described below

commit 2c5829e511b875f44ac5754b47b51b2231d42cb6
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Aug 28 12:16:26 2018 +0200

    ISIS-1841: fixes JDK 10+ build
    
    maven-jaxb2-plugin v0.14.0 was released
---
 core/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index db27a6f..2c36cff 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -401,13 +401,15 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
+        
+        <!--
         <repository>
             <id>datanucleus-nightly</id>
             <url>http://www.datanucleus.org/downloads/maven2-nightly/</url>
             <snapshots>
               <enabled>true</enabled>
             </snapshots>
-        </repository>
+        </repository>-->
 
         <!-- required for RestEasy -->
         <repository>
@@ -2224,11 +2226,10 @@ ${license.additional-notes}
                         <!-- goal:testCompile binds to phase:test-compile -->
                     </plugin>
     
-                    <!-- pre-release, requires java 9+ -->
                     <plugin>
                         <groupId>org.jvnet.jaxb2.maven2</groupId>
                         <artifactId>maven-jaxb2-plugin</artifactId>
-                        <version>0.14.0-SNAPSHOT</version>
+                        <version>0.14.0</version>
                         <configuration>
                             <removeOldOutput>true</removeOldOutput>
                             <episode>true</episode>