1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-26 18:35:32 +02:00

Releng: Maven (pom) versions and MANIFEST versions must always match

This commit is contained in:
Uwe Stieber 2014-03-27 15:21:22 +01:00
parent f60f849171
commit b6ef45d1b0

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm</groupId> <groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.services.local</artifactId> <artifactId>org.eclipse.rse.services.local</artifactId>
<version>2.2.500-SNAPSHOT</version> <version>2.2.0.qualifier</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>