1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Fix version number in pom.xml

This commit is contained in:
Marc-Andre Laperle 2012-12-25 12:20:19 -05:00
parent 61ed484332
commit 5c26443c41

View file

@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>2.3.0-SNAPSHOT</version> <version>2.4.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.dsf</artifactId> <artifactId>org.eclipse.cdt.dsf</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>