set correct site url
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/6e93a8f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/6e93a8f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/6e93a8f7 Branch: refs/heads/master Commit: 6e93a8f7a3b89b2abba1c6e1fd37166d1a55bac8 Parents: 4d5d9b0 Author: Steve Blackmon @steveblackmon <[email protected]> Authored: Mon Oct 3 16:51:55 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> Committed: Mon Oct 3 16:51:55 2016 -0500 ---------------------------------------------------------------------- pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6e93a8f7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5d25974..0a7ba25 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ <distributionManagement> <site> <id>streams.site.examples</id> - <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/streams-examples/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/incubator/streams/site/trunk/content/site/${project.version}/streams-examples/</url> </site> </distributionManagement> @@ -318,13 +318,6 @@ </execution> </executions> </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <version>${site.plugin.version}</version> - <configuration> - <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/${project.artifactId}</topSiteURL> - </configuration> - </plugin> </plugins> </pluginManagement> </build>
