1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix autotools core version number in pom.xml to match MANIFEST.MF.

Change-Id: I3f598c1f0c08c144ec7ffebaa9744b5272bb29f0
Reviewed-on: https://git.eclipse.org/r/7146
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
This commit is contained in:
Jeff Johnston 2012-08-08 12:14:05 -04:00
parent d4f4d9a0ae
commit 0fa429d43a

View file

@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>1.1.0-SNAPSHOT</version> <version>1.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.autotools.core</artifactId> <artifactId>org.eclipse.cdt.autotools.core</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>