You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/01/10 14:04:56 UTC

[turbine-fulcrum-quartz] 02/03: Update .gitignore, SCM Github URL

This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-quartz.git

commit 244f9b8a00be3175fa2300d164c548be36ac84ae
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Dec 14 12:06:39 2021 +0100

    Update .gitignore, SCM Github URL
---
 .gitignore | 3 ++-
 pom.xml    | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0a7a64b..ca4a8e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-target
+target/
+.settings/
 *.log
 .classpath
 .project
diff --git a/pom.xml b/pom.xml
index 2ec81c6..b36f9da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,8 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-quartz.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-quartz.git</developerConnection>
-		<url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-quartz.git</url>
+		<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+        <tag>HEAD</tag>
 	</scm>
 
 	<developers>
@@ -145,7 +146,6 @@
     <turbine.site.path>turbine-fulcrum-quartz</turbine.site.path>
     <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/quartz</turbine.scmPubCheckoutDirectory>
     <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
-    <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->
   </properties>
 
 </project>