Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-install-plugin-3.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Sep 23, 2018
1 parent 745641f commit 76fc2fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +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>
Expand All @@ -31,7 +30,7 @@
</parent>

<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M1</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Install Plugin</name>
Expand All @@ -46,7 +45,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</developerConnection>
<url>https://github.com/apache/maven-install-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-install-plugin-3.0.0-M1</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down

0 comments on commit 76fc2fe

Please sign in to comment.