This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch license in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git
commit 2cee080022a5ed585fee8030f472855b80d112e7 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Thu Feb 6 07:54:19 2020 -0500 add licenses --- content/resources/.htaccess | 1 + pom.xml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/resources/.htaccess b/content/resources/.htaccess index 0f26bc0..08cb365 100644 --- a/content/resources/.htaccess +++ b/content/resources/.htaccess @@ -1,3 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. RedirectMatch permanent ^/doxia/doxia-1.2/(.*)$ /doxia/doxia-archives/doxia-1.2/$1 RedirectMatch permanent ^/doxia/doxia-sitetools-1.2 /doxia/doxia-sitetools-archives/doxia-sitetools-1.2/$1 Redirect Permanent /doxia/doxia-ide/index.html /doxia/doxia-ide.html diff --git a/pom.xml b/pom.xml index b765e76..595cd18 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>34-SNAPSHOT</version> - <relativePath>../../pom/maven/pom.xml</relativePath> + <version>34</version> </parent> <groupId>org.apache.maven.doxia</groupId>