set correct site url
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>