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/02/22 09:05:22 UTC

[isis] branch master updated: ISIS-1868 updating plugins to the latest available versions

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 7022adc  ISIS-1868 updating plugins to the latest available versions
7022adc is described below

commit 7022adc17d949ae9a2a4810794b3c66549296e20
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Feb 22 10:05:19 2018 +0100

    ISIS-1868 updating plugins to the latest available versions
    
    fixes build issues on eclipse regarding the schema module
---
 core/schema/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/schema/pom.xml b/core/schema/pom.xml
index 73b432f..eb39ae7 100644
--- a/core/schema/pom.xml
+++ b/core/schema/pom.xml
@@ -61,7 +61,7 @@
                         <plugin>
                             <groupId>org.jvnet.jaxb2.maven2</groupId>
                             <artifactId>maven-jaxb2-plugin</artifactId>
-                            <version>0.13.1</version>
+                            <version>0.13.3</version>
                             <configuration>
                                 <removeOldOutput>true</removeOldOutput>
                                 <episode>true</episode>
@@ -103,14 +103,14 @@
                             <dependency>
                                 <groupId>org.jvnet.jaxb2_commons</groupId>
                                 <artifactId>jaxb2-namespace-prefix</artifactId>
-                                <version>1.1</version>
+                                <version>1.3</version>
                             </dependency>
                         </dependencies>
                     </plugin>
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>build-helper-maven-plugin</artifactId>
-                        <version>1.9.1</version>
+                        <version>3.0.0</version>
                         <executions>
                             <execution>
                                 <id>add-source</id>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.