Add back license to project.xml after the scm plugin removed it.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-07-08 01:50:30 +00:00
parent b2c956624a
commit 02ce0f3a52
2 changed files with 25 additions and 2 deletions

View File

@ -1,12 +1,28 @@
<?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>
<name>Maven NSIS Plug-in</name> <name>Maven NSIS Plug-in</name>
<groupId>maven-nsis-plugin</groupId> <groupId>maven-nsis-plugin</groupId>
<artifactId>maven-nsis-plugin</artifactId> <artifactId>maven-nsis-plugin</artifactId>
<currentVersion>1.1</currentVersion> <currentVersion>1.2-SNAPSHOT</currentVersion>
<organization/> <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>

View File

@ -24,6 +24,13 @@
<author email="brett@apache.org">Brett Porter</author> <author email="brett@apache.org">Brett Porter</author>
</properties> </properties>
<body> <body>
<release version="1.2-SNAPSHOT" date="Unreleased">
<action dev="dion" type="update">
Add back license to project.xml after the scm plugin removed it.
</action>
</release>
<release version="1.1" date="2004-07-08"> <release version="1.1" date="2004-07-08">
<action dev="dion" type="fix" issue="MPNSIS-7" due-to="Geoffrey">Desktop shortcuts cause a compile error</action> <action dev="dion" type="fix" issue="MPNSIS-7" due-to="Geoffrey">Desktop shortcuts cause a compile error</action>
<action dev="dion" type="fix">Use pom.organization.name instead of pom.organization.</action> <action dev="dion" type="fix">Use pom.organization.name instead of pom.organization.</action>