[maven-release-plugin]  copy for tag doxia-1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia/tags/doxia-1.5@1542101 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 86fb2e2..9c5c308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,6 +338,14 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.3</version>
+          <configuration>
+            <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven-doxia/content/doxia-archives/doxia-LATEST</topSiteURL>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
           <configuration>
             <content>${project.build.directory}/staging</content>
@@ -414,7 +422,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.6</version>
+            <version>2.9</version>
             <configuration>
               <columnNames>Type,Key,Summary,Resolution,Assignee</columnNames>
               <maxEntries>1000</maxEntries>