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 2017/09/08 14:41:09 UTC

isis git commit: ISIS-1713: bumps to Wicket 7.8.1

Repository: isis
Updated Branches:
  refs/heads/master 02d0fe5e5 -> 27023a5bb


ISIS-1713: bumps to Wicket 7.8.1


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

Branch: refs/heads/master
Commit: 27023a5bb9d21d79963cc82ff5bb558b0f654134
Parents: 02d0fe5
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Sep 8 15:09:29 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Sep 8 15:09:29 2017 +0100

----------------------------------------------------------------------
 core/pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/27023a5b/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index c83a996..3fc43d0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -139,7 +139,7 @@
 
         <jetty.version>9.3.10.v20160621</jetty.version>
 
-        <wicket.version>7.8.0</wicket.version>
+        <wicket.version>7.8.1</wicket.version>
 
         <wicket-webjars.version>0.5.4</wicket-webjars.version>
         <wicket-bootstrap.version>0.10.16</wicket-bootstrap.version>
@@ -418,6 +418,16 @@
               <enabled>false</enabled>
             </snapshots>
         </repository>
+
+        <!-- staging (originally added to be able to test the RC of Wicket 7.8.1) -->
+        <repository>
+            <id>Apache Staging Repository</id>
+            <url>https://repository.apache.org/content/groups/staging/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+
     </repositories>