1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +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
id="org.eclipse.cdt.gdb"
label="%featureName"
version="7.2.0.qualifier"
version="7.2.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.gdb">

View file

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

View file

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

View file

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