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-pool.git
commit 607ea6929b65885f0d3f620460e153be9e2282d4 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 12:06:39 2021 +0100 Update .gitignore, use Gitbox SCM URL --- .gitignore | 3 ++- pom.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4dd87bc..b294244 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -target +target/ +.settings/ *.log .classpath .project diff --git a/pom.xml b/pom.xml index 39cc104..597e7eb 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,8 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git</developerConnection> - <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git</url> + <url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url> + <tag>HEAD</tag> </scm> <developers>
