This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git
The following commit(s) were added to refs/heads/master by this push: new 63aa36e [maven-release-plugin] prepare release maven-jarsigner-3.0.0 63aa36e is described below commit 63aa36e7cc5deeccedae0490ca89b6010a7df443 Author: rfscholte <rfscho...@apache.org> AuthorDate: Fri Oct 26 12:23:36 2018 +0200 [maven-release-plugin] prepare release maven-jarsigner-3.0.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e679a7a..3d48e76 100644 --- a/pom.xml +++ b/pom.xml @@ -24,11 +24,11 @@ <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> <version>33</version> - <relativePath/> + <relativePath /> </parent> <artifactId>maven-jarsigner</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <name>Apache Maven Jarsigner</name> <description>A component to assist in signing jars.</description> @@ -37,7 +37,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jarsigner.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jarsigner.git</developerConnection> <url>https://github.com/apache/maven-jarsigner/tree/${project.scm.tag}</url> - <tag>HEAD</tag> + <tag>maven-jarsigner-3.0.0</tag> </scm> <issueManagement> <system>jira</system>