brett 2004/05/15 18:52:48
Modified: native project.xml
native/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.1
Revision Changes Path
1.19 +7 -2 maven-plugins/native/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/native/project.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- project.xml 10 May 2004 23:38:03 -0000 1.18
+++ project.xml 16 May 2004 01:52:48 -0000 1.19
@@ -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>
@@ -39,6 +39,11 @@
<id>1.0</id>
<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>
1.4 +1 -1 maven-plugins/native/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/native/xdocs/changes.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changes.xml 12 May 2004 13:12:53 -0000 1.3
+++ changes.xml 16 May 2004 01:52:48 -0000 1.4
@@ -24,7 +24,7 @@
<author email="[EMAIL PROTECTED]">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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]