Repository: sling-site
Updated Branches:
  refs/heads/master f23d5dd64 -> 3e0a4672b


SLING-7178 - Allow publishing the Sling site using Maven

Move publishing to the actual live site, all issues are cleared out.


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/4900509b
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/4900509b
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/4900509b

Branch: refs/heads/master
Commit: 4900509b0b7ace37ab068c15362b10c183a56ec7
Parents: f23d5dd
Author: Robert Munteanu <romb...@apache.org>
Authored: Thu Oct 5 11:36:51 2017 +0300
Committer: Robert Munteanu <romb...@apache.org>
Committed: Thu Oct 5 11:45:13 2017 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/4900509b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 08d5bfc..0a9b072 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
             <content>target/${project.artifactId}-${project.version}</content>
             <checkinComment>Automatic publish of sling site</checkinComment>
             
<pubScmUrl>scm:git:https://git-wip-us.apache.org/repos/asf/sling-site.git</pubScmUrl>
-            <scmBranch>asf-site-staging</scmBranch>
+            <scmBranch>asf-site</scmBranch>
         </configuration>
       </plugin>
     </plugins>

Reply via email to