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-testcontainer.git
The following commit(s) were added to refs/heads/master by this push:
new b64234a update scm url to github
b64234a is described below
commit b64234ae9085d98be752ffe95dee7be33328d56c
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Sep 21 15:01:23 2021 +0200
update scm url to github
update changes
---
.gitignore | 2 +-
pom.xml | 3 ++-
src/changes/changes.xml | 4 +++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 2f81609..d20bf2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-target
+target/
*.log
.classpath
.project
diff --git a/pom.xml b/pom.xml
index 700605e..cd93a4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,8 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</developerConnection>
-
<url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</url>
+
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+ <tag>HEAD</tag>
</scm>
<!-- distributionManagement id and url defined in parent, adapt
turbine.site.path -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d79447..d27066c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,9 @@
<!-- author email="[email protected]">Quinton McCombs</author -->
</properties>
<body>
- <release version="1.0.9" date="in SVN">
+ <release version="1.0.10" date="in GIT">
+ </release>
+ <release version="1.0.9" date="2021-01-04">
<action type="update" dev="painter">
Update junit to 4.13.1, junit.jupiter.version to 5.7.0, junit.platform
to 1.7.0
</action>