Repository: incubator-streams Updated Branches: refs/heads/master 9cc1d16a8 -> 8bb4ca8a6
fix svn link, publish 0.4-incubating-SNAPSHOT to website Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/8bb4ca8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/8bb4ca8a Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/8bb4ca8a Branch: refs/heads/master Commit: 8bb4ca8a6e49145209160dd6be947bf556389b1d Parents: 9cc1d16 Author: Steve Blackmon @steveblackmon <[email protected]> Authored: Mon Oct 3 16:26:13 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> Committed: Mon Oct 3 16:26:13 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/8bb4ca8a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 651b54d..d51b25f 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <name>Apache Streams Project</name> <description>Apache Streams Project</description> - <url>http://streams.incubator.apache.org/site/${project.version}/${project.artifactId}</url> + <url>http://streams.incubator.apache.org/site/${project.version}/streams-project</url> <licenses> <license> @@ -164,7 +164,7 @@ </snapshotRepository> <site> <id>site.streams.project</id> - <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/streams-project</url> + <url>scm:svn:https://svn.apache.org/repos/asf/incubator/streams/site/trunk/content/site/${project.version}/streams-project</url> </site> </distributionManagement>
