1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00

Fixed version mismatch between MANIFEST.MF and pom.xml.

This commit is contained in:
Sergey Prigogin 2013-06-19 10:44:39 -07:00
parent 355a61adba
commit 4f83a22aa2

View file

@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>5.6.0-SNAPSHOT</version> <version>5.6.1-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.ui</artifactId> <artifactId>org.eclipse.cdt.ui</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>