This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 114487b1904c5269de6223f892863356652a3f71 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sun Apr 28 14:48:26 2019 +0200 Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit 6c576ab5812605ab90ab4b2ebd227fff8f801905. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 863192b..5bef08f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. </parent> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.2-SNAPSHOT</version> + <version>3.8.1</version> <packaging>maven-plugin</packaging> <name>Apache Maven Compiler Plugin</name> @@ -45,7 +45,7 @@ under the License. <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</developerConnection> <url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url> - <tag>HEAD</tag> + <tag>maven-compiler-plugin-3.8.1</tag> </scm> <issueManagement> <system>JIRA</system>
