1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Fix version format for memory.floatingpoint

This would make Tycho 0.23.0 fail. See bug 464649.

Change-Id: I4e4ce6fc2714b5179eeb7fdd16c9461517d67a47
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2015-04-15 14:03:34 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 100054d69a
commit 5da5634038

View file

@ -12,6 +12,6 @@
</parent>
<artifactId>org.eclipse.cdt.debug.ui.memory.floatingpoint</artifactId>
<version>1.0.0.qualifier</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>