1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Micro version increment.

This commit is contained in:
Sergey Prigogin 2013-08-23 09:18:57 -07:00
parent b1c45c2a12
commit a463d3002e
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
<feature <feature
id="org.eclipse.cdt.gdb" id="org.eclipse.cdt.gdb"
label="%featureName" label="%featureName"
version="7.2.0.qualifier" version="7.2.1.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.gdb"> plugin="org.eclipse.cdt.gdb">

View file

@ -7,12 +7,12 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>8.2.0-SNAPSHOT</version> <version>8.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<groupId>org.eclipse.cdt.features</groupId> <groupId>org.eclipse.cdt.features</groupId>
<artifactId>org.eclipse.cdt.gdb</artifactId> <artifactId>org.eclipse.cdt.gdb</artifactId>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
<version>7.2.0-SNAPSHOT</version> <version>7.2.1-SNAPSHOT</version>
</project> </project>

View file

@ -2,7 +2,7 @@
<feature <feature
id="org.eclipse.cdt.gdb.source" id="org.eclipse.cdt.gdb.source"
label="%featureName" label="%featureName"
version="7.2.0.qualifier" version="7.2.1.qualifier"
provider-name="%providerName"> provider-name="%providerName">
<description> <description>

View file

@ -7,12 +7,12 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>8.2.0-SNAPSHOT</version> <version>8.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<groupId>org.eclipse.cdt.features</groupId> <groupId>org.eclipse.cdt.features</groupId>
<artifactId>org.eclipse.cdt.gdb.source</artifactId> <artifactId>org.eclipse.cdt.gdb.source</artifactId>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
<version>7.2.0-SNAPSHOT</version> <version>7.2.1-SNAPSHOT</version>
</project> </project>