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-help-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 83fc0a7 [maven-release-plugin] prepare release maven-help-plugin-3.1.0 83fc0a7 is described below commit 83fc0a76375b3c8bd3e7f1f7b99eaf3df007e07a Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Jun 3 16:22:49 2018 +0200 [maven-release-plugin] prepare release maven-help-plugin-3.1.0 --- pom.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8ac8ae9..86b5af2 100644 --- a/pom.xml +++ b/pom.xml @@ -19,9 +19,7 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -32,7 +30,7 @@ </parent> <artifactId>maven-help-plugin</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <packaging>maven-plugin</packaging> <name>Apache Maven Help Plugin</name> @@ -52,7 +50,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.git</developerConnection> <url>https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</url> - <tag>HEAD</tag> + <tag>maven-help-plugin-3.1.0</tag> </scm> <issueManagement> <system>JIRA</system> @@ -256,8 +254,7 @@ ! Added the following ignores cause our target is JDK 7 ! The given classes are JDK 8 compiled. --> - <enforceBytecodeVersion - combine.children="append"> + <enforceBytecodeVersion combine.children="append"> <ignoreClasses> <ignoreClass>com.thoughtworks.xstream.converters.reflection.LambdaConverter</ignoreClass> <ignoreClass>com.thoughtworks.xstream.mapper.LambdaMapper</ignoreClass> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.