You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/02/20 23:54:39 UTC

[3/3] git commit: ISIS-695: reverting the bump of plugin version for simplericity

ISIS-695: reverting the bump of plugin version for simplericity

jetty-console plugin  (since new version compiled against JDK 1.7).


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

Branch: refs/heads/master
Commit: 4b2903ebde248cc88b2d27ff02db13133149c57f
Parents: e9ba150
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Feb 20 22:49:15 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Feb 20 22:49:15 2014 +0000

----------------------------------------------------------------------
 example/application/quickstart_scimpi_nosql/pom.xml       | 3 ++-
 example/application/quickstart_wicket_restful_jdo/pom.xml | 3 ++-
 example/application/simple_wicket_restful_jdo/pom.xml     | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/4b2903eb/example/application/quickstart_scimpi_nosql/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/quickstart_scimpi_nosql/pom.xml b/example/application/quickstart_scimpi_nosql/pom.xml
index 02e32a0..c221c93 100644
--- a/example/application/quickstart_scimpi_nosql/pom.xml
+++ b/example/application/quickstart_scimpi_nosql/pom.xml
@@ -168,7 +168,8 @@
                 <plugin>
                     <groupId>org.simplericity.jettyconsole</groupId>
                     <artifactId>jetty-console-maven-plugin</artifactId>
-                    <version>1.54</version>
+                    <!-- update to 1.54 reversed,since seems compiled against 1.7 (major.minor version 51.0) -->
+                    <version>1.43</version>
                 </plugin>
             </plugins>
         </pluginManagement>

http://git-wip-us.apache.org/repos/asf/isis/blob/4b2903eb/example/application/quickstart_wicket_restful_jdo/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/pom.xml b/example/application/quickstart_wicket_restful_jdo/pom.xml
index 4daa3f0..3b99ab1 100644
--- a/example/application/quickstart_wicket_restful_jdo/pom.xml
+++ b/example/application/quickstart_wicket_restful_jdo/pom.xml
@@ -189,7 +189,8 @@
                 <plugin>
                     <groupId>org.simplericity.jettyconsole</groupId>
                     <artifactId>jetty-console-maven-plugin</artifactId>
-                    <version>1.54</version>
+                    <!-- update to 1.54 reversed,since seems compiled against 1.7 (major.minor version 51.0) -->
+                    <version>1.43</version>
                 </plugin>
 
                 <!-- Apache Release Audit Tool -->

http://git-wip-us.apache.org/repos/asf/isis/blob/4b2903eb/example/application/simple_wicket_restful_jdo/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simple_wicket_restful_jdo/pom.xml b/example/application/simple_wicket_restful_jdo/pom.xml
index 9bf7db6..b4aef38 100644
--- a/example/application/simple_wicket_restful_jdo/pom.xml
+++ b/example/application/simple_wicket_restful_jdo/pom.xml
@@ -187,7 +187,8 @@
                 <plugin>
                     <groupId>org.simplericity.jettyconsole</groupId>
                     <artifactId>jetty-console-maven-plugin</artifactId>
-                    <version>1.54</version>
+                    <!-- update to 1.54 reversed,since seems compiled against 1.7 (major.minor version 51.0) -->
+                    <version>1.43</version>
                 </plugin>
 
                 <!-- Apache Release Audit Tool -->