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:
dion 2004-07-08 01:13:33 +00:00
parent 99139103f4
commit 7a002489a0

View File

@ -1,29 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <project>
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-nsis-plugin</id>
<name>Maven NSIS Plug-in</name> <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> <description>A plugin to generate Win32 installer programs using NSIS</description>
<shortDescription>NSIS Plugin for Maven</shortDescription> <shortDescription>NSIS Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/nsis/</url> <url>http://maven.apache.org/reference/plugins/nsis/</url>
@ -40,7 +24,14 @@
<name>1.0</name> <name>1.0</name>
<tag>MAVEN_NSIS_1_0</tag> <tag>MAVEN_NSIS_1_0</tag>
</version> </version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_NSIS_1_1</tag>
</version>
</versions> </versions>
<branches/>
<mailingLists/>
<developers> <developers>
<developer> <developer>
<name>dIon Gillard</name> <name>dIon Gillard</name>
@ -52,4 +43,5 @@
</roles> </roles>
</developer> </developer>
</developers> </developers>
<properties/>
</project> </project>