update pom with git repo/github scm url
diff --git a/pom.xml b/pom.xml
index e97fc35..7d285d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,8 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git</url>
+    <url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
 
   <developers>
@@ -108,7 +109,7 @@
   </build>
 
   <properties>
-    <turbine.site.path>fulcrum/fulcrum-factory</turbine.site.path>
+    <turbine.site.path>turbine-fulcrum-factory</turbine.site.path>
     <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/factory</turbine.scmPubCheckoutDirectory>
     <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
     <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->