Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml b/memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml
index feacb9be5a5..dfbaacf199c 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml
@@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.1.0-SNAPSHOT</version>
+ <version>9.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <version>9.1.0-SNAPSHOT</version>
+ <version>9.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.debug.ui.memory.source</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top