You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2018/09/05 17:58:05 UTC

wicket git commit: Update parent pom to org.apache:apache:21

Repository: wicket
Updated Branches:
  refs/heads/wicket-8.x 330176047 -> 0b1f7a9af


Update parent pom to org.apache:apache:21

This way the release should use .sha256 instead of .sha1, and drop .md5


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

Branch: refs/heads/wicket-8.x
Commit: 0b1f7a9af97da00257f8505e9e2bfed217e0133a
Parents: 3301760
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Sep 5 20:57:20 2018 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Sep 5 20:57:20 2018 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/0b1f7a9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ea4aaab..391c6e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>17</version>
+		<version>21</version>
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>