Repository: wicket Updated Branches: refs/heads/master 0feec7b02 -> b74c1983b
Update parent pom to org.apache:apache:21 This way the release should use .sha256 instead of .sha1, and drop .md5 (cherry picked from commit 0b1f7a9af97da00257f8505e9e2bfed217e0133a) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b74c1983 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b74c1983 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b74c1983 Branch: refs/heads/master Commit: b74c1983be0232c7e36d83c4cd6b0507d97536bf Parents: 0feec7b Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Sep 5 20:57:20 2018 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Sep 5 20:59:37 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/b74c1983/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2419781..57d123a 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>
