mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
Micro version increment.
This commit is contained in:
parent
b1c45c2a12
commit
a463d3002e
4 changed files with 6 additions and 6 deletions
|
@ -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">
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue