Author: ltheussl Date: Mon Jan 16 00:05:57 2006 New Revision: 369393 URL: http://svn.apache.org/viewcvs?rev=369393&view=rev Log: [maven-scm-plugin] prepare release 1.2
Modified: maven/maven-1/plugins/trunk/native/project.xml maven/maven-1/plugins/trunk/native/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/native/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/project.xml?rev=369393&r1=369392&r2=369393&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/native/project.xml (original) +++ maven/maven-1/plugins/trunk/native/project.xml Mon Jan 16 00:05:57 2006 @@ -17,14 +17,12 @@ * limitations under the License. */ --> - -<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> <id>maven-native-plugin</id> <name>Maven Native Plug-in</name> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</currentVersion> <description>Plugin for native compilation c,c++, fortran</description> <shortDescription>Native plugin</shortDescription> <url>http://maven.apache.org/maven-1.x/reference/plugins/native/</url> @@ -45,6 +43,11 @@ <id>1.1</id> <name>1.1</name> <tag>MAVEN_NATIVE_1_1</tag> + </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>MAVEN_NATIVE_1_2</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/native/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/xdocs/changes.xml?rev=369393&r1=369392&r2=369393&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/native/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/native/xdocs/changes.xml Mon Jan 16 00:05:57 2006 @@ -17,25 +17,26 @@ * limitations under the License. */ --> - <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Brett Porter</author> </properties> <body> - <release version="1.2-SNAPSHOT" date="in CVS"> + <release version="1.2" date="2006-01-16"> <action dev="ltheussl" type="fix" issue="MPNATIVE-12" due-to="Dan Tran">Need .lib full name.</action> <action dev="ltheussl" type="fix" issue="MPNATIVE-14" due-to="Marcus Crafter">Add dependency classpath to call to javah.</action> <action dev="ltheussl" type="fix" issue="MPNATIVE-13" due-to="baleineca">Jelly tokenize incorrect behaviour.</action> - <action dev="brett" type="add" due-to="baleineca">Checking for runtime property and adding it. Default to "dynamic" if not present.</action> + <action dev="brett" type="add" due-to="baleineca">Checking for runtime property and adding it. Default to "dynamic" if not present.</action> <action dev="brett" type="fix" issue="MPNATIVE-10" due-to="Joachim Bader">Add DLL support to the plugin</action> - <action dev="brett" type="fix" issue="MPNATIVE-7" due-to="Joachim Bader">Changed repository location of libraries from <code>so</code> to <code>sos</code> so Maven can handle them as dependencies</action> + <action dev="brett" type="fix" issue="MPNATIVE-7" due-to="Joachim Bader">Changed repository location of libraries from + <code>so</code>to + <code>sos</code>so Maven can handle them as dependencies + </action> <action dev="brett" type="add" issue="MPNATIVE-7" due-to="Joachim Bader">Add support for native dependencies (libset/syslibset)</action> <action dev="brett" type="add" issue="MPNATIVE-7" due-to="Joachim Bader">Add support for optional include path (includepath/sysincludepath)</action> <action dev="brett" type="add" issue="MPNATIVE-8" due-to="Joachim Bader">update bcel (consistency) and cpptasks (cross compile) dependencies</action> </release> - <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>