brett 2004/10/14 03:28:20 Modified: native project.xml Log: PR: MPNATIVE-8 Submitted by: Joachim Bader update cpptasks dependency for cross compile Revision Changes Path 1.21 +3 -3 maven-plugins/native/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/native/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 25 Jun 2004 15:24:30 -0000 1.20 +++ project.xml 14 Oct 2004 10:28:20 -0000 1.21 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-native-plugin</id> <name>Maven Native Plug-in</name> - <currentVersion>1.1</currentVersion> + <currentVersion>1.2-SNAPSHOT</currentVersion> <description>Plugin for native compilation c,c++, fortran</description> <shortDescription>Native plugin</shortDescription> <url>http://maven.apache.org/reference/plugins/native/</url> @@ -70,12 +70,12 @@ <dependency> <groupId>ant-contrib</groupId> <artifactId>cpptasks</artifactId> - <version>20030309.134440</version> + <version>1.0b3</version> </dependency> <dependency> <groupId>bcel</groupId> <artifactId>bcel</artifactId> - <version>5.0</version> + <version>5.1</version> </dependency> </dependencies> </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]