diff options
Diffstat (limited to 'build/org.eclipse.cdt.autotools-feature')
-rw-r--r-- | build/org.eclipse.cdt.autotools-feature/feature.xml | 4 | ||||
-rw-r--r-- | build/org.eclipse.cdt.autotools-feature/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/org.eclipse.cdt.autotools-feature/feature.xml b/build/org.eclipse.cdt.autotools-feature/feature.xml index 4cf9823fcc..142c15f11c 100644 --- a/build/org.eclipse.cdt.autotools-feature/feature.xml +++ b/build/org.eclipse.cdt.autotools-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.cdt.autotools" label="%featureName" - version="3.0.1.qualifier" + version="3.2.0.qualifier" provider-name="%provider"> <description> @@ -63,7 +63,7 @@ download-size="0" install-size="0" version="0.0.0"/> - + <plugin id="org.eclipse.linuxtools.cdt.autotools.core" download-size="0" diff --git a/build/org.eclipse.cdt.autotools-feature/pom.xml b/build/org.eclipse.cdt.autotools-feature/pom.xml index 90ea788cec..8b3c212f91 100644 --- a/build/org.eclipse.cdt.autotools-feature/pom.xml +++ b/build/org.eclipse.cdt.autotools-feature/pom.xml @@ -7,12 +7,12 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.1.0-SNAPSHOT</version> + <version>8.2.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.eclipse.cdt.features</groupId> - <version>3.0.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <artifactId>org.eclipse.cdt.autotools</artifactId> <packaging>eclipse-feature</packaging> </project> |