You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/16 14:58:54 UTC

[maven-site] branch stage/maven-1551 created (now 82997d8)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch stage/maven-1551
in repository https://gitbox.apache.org/repos/asf/maven-site.git.


      at 82997d8  Use (staged) Doxia 1.9.1

This branch includes the following new commits:

     new 82997d8  Use (staged) Doxia 1.9.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-site] 01/01: Use (staged) Doxia 1.9.1

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch stage/maven-1551
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 82997d821ccaaad86857403da717b04bb78760b3
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Feb 16 15:58:32 2020 +0100

    Use (staged) Doxia 1.9.1
---
 pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f00db00..f4ceb09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,7 @@
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>34</version>
+    <relativePath />
   </parent>
 
   <artifactId>maven-site</artifactId>
@@ -69,7 +70,7 @@
     <versions3x>3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.output>${project.build.directory}/site</site.output>
     <fluidoVersion>1.8</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
-    <doxiaVersion>1.9</doxiaVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
     <doxiaToolsVersion>1.9.1</doxiaToolsVersion>
   </properties>
 
@@ -84,6 +85,16 @@
     </repository>
   </repositories>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.maven-1551</id>
+      <name>Apache Staging Repository</name>
+      <url>https://repository.apache.org/content/repositories/maven-1551/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
   <build>
     <pluginManagement>
       <plugins>