This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1 by this push:
new fab5642 Updated the scm part
fab5642 is described below
commit fab564234c14146851db1745522309f91c3ac1cc
Author: emmanuel lecharny <[email protected]>
AuthorDate: Mon Mar 4 12:40:54 2019 +0100
Updated the scm part
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ffba62a..02aadb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/mina.git</connection>
- <url>https://github.com/apache/mina/tree/2.0</url>
+ <url>https://github.com/apache/mina/tree/${project.scm.tag}</url>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina.git</developerConnection>
<tag>HEAD</tag>
</scm>