For some reason scm:prepare-release doesn't change to POM to remove the -SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99139103f4
commit
7a002489a0
@ -1,29 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<project>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-nsis-plugin</id>
|
||||
<name>Maven NSIS Plug-in</name>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<groupId>maven-nsis-plugin</groupId>
|
||||
<artifactId>maven-nsis-plugin</artifactId>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<organization/>
|
||||
<description>A plugin to generate Win32 installer programs using NSIS</description>
|
||||
<shortDescription>NSIS Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/nsis/</url>
|
||||
@ -40,7 +24,14 @@
|
||||
<name>1.0</name>
|
||||
<tag>MAVEN_NSIS_1_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.1</id>
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_NSIS_1_1</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<branches/>
|
||||
<mailingLists/>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>dIon Gillard</name>
|
||||
@ -52,4 +43,5 @@
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<properties/>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user