Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml4
-rw-r--r--pom.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml b/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml
index b6255b76271..8b0477e7110 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml
@@ -7,8 +7,8 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.1.0-SNAPSHOT</version>
- <relativePath>../../../../pom/pom-all.xml</relativePath>
+ <version>8.2.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.cdt.debug.ui.memory.floatingpoint</artifactId>
diff --git a/pom.xml b/pom.xml
index 535f86d17e2..5dd01fd8870 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,6 +134,7 @@
<module>util/org.eclipse.cdt.util-feature</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.memorybrowser</module>
+ <module>memory/org.eclipse.cdt.debug.ui.memory.floatingpoint</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.search</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.traditional</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.transport</module>

Back to the top