You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2017/03/20 00:17:43 UTC

incubator-streams git commit: STREAMS-499: fix behavior of site plugin

Repository: incubator-streams
Updated Branches:
  refs/heads/master 8b60ed9d9 -> d684097c9


STREAMS-499: fix behavior of site plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/d684097c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/d684097c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/d684097c

Branch: refs/heads/master
Commit: d684097c92b0b218500bdbb227cf4cafa85e8d9e
Parents: 8b60ed9
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Sun Mar 19 18:03:08 2017 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Sun Mar 19 19:17:32 2017 -0500

----------------------------------------------------------------------
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d684097c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34ecb2b..7a21024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,7 @@
         </snapshotRepository>
         <site>
             <id>site.streams.project</id>
-            <url>scm:svn:https://svn.apache.org/repos/asf/incubator/streams/site/trunk/content/site/${project.version}/${project.artifactId}</url>
+            <url>scm:svn:https://svn.apache.org/repos/asf/incubator/streams/site/trunk/content/site/${project.version}/streams-project</url>
         </site>
     </distributionManagement>
 
@@ -321,7 +321,7 @@
         <scalastyle.plugin.version>0.8.0</scalastyle.plugin.version>
         <scm.plugin.version>1.9.4</scm.plugin.version>
         <shade.plugin.version>2.4.3</shade.plugin.version>
-        <site.plugin.version>3.5</site.plugin.version>
+        <site.plugin.version>3.6</site.plugin.version>
         <source.plugin.version>2.4</source.plugin.version>
         <surefire.plugin.version>2.19.1</surefire.plugin.version>
         <wagon.plugin.version>2.5</wagon.plugin.version>
@@ -1213,7 +1213,6 @@
                 <version>${site.plugin.version}</version>
                 <configuration>
                     <generateSitemap>true</generateSitemap>
-                    <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/${project.artifactId}</topSiteURL>
                 </configuration>
             </plugin>
             <plugin>