You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by mg...@apache.org on 2015/11/12 21:02:25 UTC

[43/50] [abbrv] isis git commit: ISIS-1243: updating maven plugin versions

ISIS-1243: updating maven plugin versions


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/af718801
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/af718801
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/af718801

Branch: refs/heads/ISIS-1224-select2-v4
Commit: af718801c190b0ca6e06cfbad2a7a61cd7cf2016
Parents: a7d82eb
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Nov 10 23:15:34 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Nov 10 23:15:34 2015 +0000

----------------------------------------------------------------------
 core/pom.xml                          | 6 ++----
 core/schema/pom.xml                   | 2 +-
 example/application/simpleapp/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/af718801/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 4585557..1029454 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>15</version>
+        <version>17</version>
         <relativePath />
     </parent>
 
@@ -516,9 +516,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-eclipse-plugin</artifactId>
-                    <!-- version 2.7 & 2.8 presently have a bug that prevents multiple-resources;
-                        while 2.6 fails to use projectNameTemplate properly from being filtered -->
-                    <version>2.5.1</version>
+                    <version>2.9</version>
                     <configuration>
                         <downloadSources>true</downloadSources>
                         <downloadJavadocs>true</downloadJavadocs>

http://git-wip-us.apache.org/repos/asf/isis/blob/af718801/core/schema/pom.xml
----------------------------------------------------------------------
diff --git a/core/schema/pom.xml b/core/schema/pom.xml
index b8051aa..1a52e2c 100644
--- a/core/schema/pom.xml
+++ b/core/schema/pom.xml
@@ -54,7 +54,7 @@
                         <plugin>
                             <groupId>org.jvnet.jaxb2.maven2</groupId>
                             <artifactId>maven-jaxb2-plugin</artifactId>
-                            <version>0.12.3</version>
+                            <version>0.13.1</version>
                             <configuration>
                                 <removeOldOutput>true</removeOldOutput>
                                 <episode>true</episode>

http://git-wip-us.apache.org/repos/asf/isis/blob/af718801/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 6a7582b..ec12b19 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -188,7 +188,7 @@
                 <plugin>
                     <groupId>org.eclipse.jetty</groupId>
                     <artifactId>jetty-maven-plugin</artifactId>
-                    <version>9.3.2.v20150730</version>
+                    <version>9.3.5.v20151012</version>
                 </plugin>
 
                 <plugin>