This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git
The following commit(s) were added to refs/heads/master by this push:
new 45ac41d Update to maven-parent pom 34
45ac41d is described below
commit 45ac41d29244d8885377679fa0147b967cf30fe4
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Feb 9 22:01:02 2020 +0100
Update to maven-parent pom 34
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b765e76..1e67e8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@ 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>
+ <relativePath/>
</parent>
<groupId>org.apache.maven.doxia</groupId>
@@ -174,7 +174,7 @@ under the License.
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots/</url>
+ <url>https://repository.apache.org/snapshots/</url>
</pluginRepository>
</pluginRepositories>