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:
parent
100054d69a
commit
5da5634038
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.debug.ui.memory.floatingpoint</artifactId>
|
<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>
|
<packaging>eclipse-plugin</packaging>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue