This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.1.X in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1.X by this push: new 2a8a593 Updated the SCM part 2a8a593 is described below commit 2a8a593a2e6efaf0a6d012585bcd7f4c0c978c59 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Tue May 28 11:02:17 2019 +0200 Updated the SCM part --- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9d55a6c..7112ddc 100644 --- a/pom.xml +++ b/pom.xml @@ -53,9 +53,9 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/mina.git</connection> - <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> + <url>https://github.com/apache/mina/tree/${project.scm.tag}</url> + <tag>2.1.X</tag> </scm> <distributionManagement> @@ -760,7 +760,6 @@ <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>${version.compiler.plugin}</version> <configuration> <encoding>UTF-8</encoding> <source>1.7</source> @@ -773,12 +772,10 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>${version.surefire.plugin}</version> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> - <version>${version.source.plugin}</version> <executions> <execution> <id>attach-source</id> @@ -803,7 +800,6 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>${version.bundle.plugin}</version> <inherited>true</inherited> <extensions>true</extensions> <configuration>