mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
Fix bad version increment for memory feature. Upgrade wasn't working.
This commit is contained in:
parent
8be82df5bf
commit
9e982bf27c
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.debug.ui.memory"
|
||||
label="%featureName"
|
||||
version="2.1.2.qualifier"
|
||||
version="2.1.200.qualifier"
|
||||
provider-name="%providerName">
|
||||
|
||||
<description>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>2.1.2-SNAPSHOT</version>
|
||||
<version>2.1.200-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.debug.ui.memory</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.debug.ui.memory.source"
|
||||
label="%featureName"
|
||||
version="2.1.2.qualifier"
|
||||
version="2.1.200.qualifier"
|
||||
provider-name="%providerName">
|
||||
|
||||
<description>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>2.1.2-SNAPSHOT</version>
|
||||
<version>2.1.200-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.debug.ui.memory.source</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue