[maven-scm-plugin] prepare release 1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15fd2aa38b
commit
78f9f8c657
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -17,13 +18,12 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<project>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-native-plugin</id>
|
||||
<name>Maven Native Plug-in</name>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<description>Plugin for native compilation c,c++, fortran</description>
|
||||
<shortDescription>Native plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/native/</url>
|
||||
@ -40,6 +40,11 @@
|
||||
<name>1.0</name>
|
||||
<tag>MAVEN_NATIVE_1_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.1</id>
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_NATIVE_1_1</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<author email="brett@apache.org">Brett Porter</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.1-SNAPSHOT" date="in CVS">
|
||||
<release version="1.1" date="2004-05-15">
|
||||
<action dev="brett" type="add" issue="MPNATIVE-5" due-to="Joachim Bader">add src includes/excludes.</action>
|
||||
<action dev="brett" type="add" issue="MPNATIVE-4" due-to="Joachim Bader">Linker and compiler argument passing.</action>
|
||||
<action dev="brett" type="add" issue="MPNATIVE-3" due-to="Joachim Bader">Use properties more.</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user