From 33b6ea41a86d858e479b2c6a248ec579b5ac0aab Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Thu, 23 Jan 2020 17:50:48 +0200 Subject: [PATCH] version 4.7.2, packs 2.4.2 --- bundles/ilg.gnumcueclipse.codered/pom.xml | 2 +- bundles/ilg.gnumcueclipse.core/META-INF/MANIFEST.MF | 2 +- bundles/ilg.gnumcueclipse.core/pom.xml | 4 ++-- bundles/ilg.gnumcueclipse.debug.core/pom.xml | 2 +- bundles/ilg.gnumcueclipse.debug.gdbjtag.jlink/pom.xml | 2 +- bundles/ilg.gnumcueclipse.debug.gdbjtag.jumper/pom.xml | 2 +- bundles/ilg.gnumcueclipse.debug.gdbjtag.openocd/pom.xml | 2 +- bundles/ilg.gnumcueclipse.debug.gdbjtag.pyocd/pom.xml | 2 +- bundles/ilg.gnumcueclipse.debug.gdbjtag.qemu/pom.xml | 2 +- bundles/ilg.gnumcueclipse.debug.gdbjtag.restart/pom.xml | 2 +- bundles/ilg.gnumcueclipse.debug.gdbjtag/pom.xml | 2 +- bundles/ilg.gnumcueclipse.debug.packs/pom.xml | 2 +- bundles/ilg.gnumcueclipse.doc.user/pom.xml | 2 +- bundles/ilg.gnumcueclipse.managedbuild.cross.arm/pom.xml | 2 +- bundles/ilg.gnumcueclipse.managedbuild.cross.riscv/pom.xml | 2 +- bundles/ilg.gnumcueclipse.managedbuild.cross/pom.xml | 2 +- bundles/ilg.gnumcueclipse.managedbuild.packs/pom.xml | 2 +- bundles/ilg.gnumcueclipse.packs.core/META-INF/MANIFEST.MF | 2 +- bundles/ilg.gnumcueclipse.packs.core/pom.xml | 4 ++-- bundles/ilg.gnumcueclipse.packs.data/META-INF/MANIFEST.MF | 2 +- bundles/ilg.gnumcueclipse.packs.data/pom.xml | 4 ++-- bundles/ilg.gnumcueclipse.packs.ui/pom.xml | 2 +- bundles/ilg.gnumcueclipse.packs/pom.xml | 2 +- bundles/ilg.gnumcueclipse.templates.ad/pom.xml | 2 +- bundles/ilg.gnumcueclipse.templates.core/pom.xml | 2 +- bundles/ilg.gnumcueclipse.templates.cortexm/pom.xml | 2 +- bundles/ilg.gnumcueclipse.templates.freescale.pe/pom.xml | 2 +- bundles/ilg.gnumcueclipse.templates.freescale/pom.xml | 2 +- bundles/ilg.gnumcueclipse.templates.sifive/pom.xml | 2 +- bundles/ilg.gnumcueclipse.templates.stm/pom.xml | 2 +- features/ilg.gnumcueclipse.codered.feature/pom.xml | 2 +- .../ilg.gnumcueclipse.debug.gdbjtag.jlink.feature/pom.xml | 2 +- .../ilg.gnumcueclipse.debug.gdbjtag.jumper.feature/pom.xml | 2 +- .../ilg.gnumcueclipse.debug.gdbjtag.openocd.feature/pom.xml | 2 +- .../ilg.gnumcueclipse.debug.gdbjtag.pyocd.feature/pom.xml | 2 +- features/ilg.gnumcueclipse.debug.gdbjtag.qemu.feature/pom.xml | 2 +- features/ilg.gnumcueclipse.doc.user.feature/pom.xml | 2 +- .../ilg.gnumcueclipse.managedbuild.cross.arm.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/ilg.gnumcueclipse.packs.feature/feature.xml | 2 +- features/ilg.gnumcueclipse.packs.feature/pom.xml | 4 ++-- features/ilg.gnumcueclipse.templates.ad.feature/pom.xml | 2 +- features/ilg.gnumcueclipse.templates.cortexm.feature/pom.xml | 2 +- .../ilg.gnumcueclipse.templates.freescale.feature/pom.xml | 2 +- features/ilg.gnumcueclipse.templates.sifive.feature/pom.xml | 2 +- features/ilg.gnumcueclipse.templates.stm.feature/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 4 ++-- repositories/ilg.gnumcueclipse.repository/category.xml | 2 +- repositories/ilg.gnumcueclipse.repository/pom.xml | 4 ++-- 50 files changed, 56 insertions(+), 56 deletions(-) diff --git a/bundles/ilg.gnumcueclipse.codered/pom.xml b/bundles/ilg.gnumcueclipse.codered/pom.xml index ea70fa712..dd84b5aa7 100644 --- a/bundles/ilg.gnumcueclipse.codered/pom.xml +++ b/bundles/ilg.gnumcueclipse.codered/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.core/META-INF/MANIFEST.MF b/bundles/ilg.gnumcueclipse.core/META-INF/MANIFEST.MF index 4b4bc8533..5b6817a66 100644 --- a/bundles/ilg.gnumcueclipse.core/META-INF/MANIFEST.MF +++ b/bundles/ilg.gnumcueclipse.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: ilg.gnumcueclipse.core;singleton:=true -Bundle-Version: 4.7.1.qualifier +Bundle-Version: 4.7.2.qualifier Bundle-Activator: ilg.gnumcueclipse.core.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/bundles/ilg.gnumcueclipse.core/pom.xml b/bundles/ilg.gnumcueclipse.core/pom.xml index d132ab334..e648c0550 100644 --- a/bundles/ilg.gnumcueclipse.core/pom.xml +++ b/bundles/ilg.gnumcueclipse.core/pom.xml @@ -18,13 +18,13 @@ ilg.gnumcueclipse ilg.gnumcueclipse.core - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT eclipse-plugin ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.core/pom.xml b/bundles/ilg.gnumcueclipse.debug.core/pom.xml index 04e2e327d..0a5983711 100644 --- a/bundles/ilg.gnumcueclipse.debug.core/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.core/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.gdbjtag.jlink/pom.xml b/bundles/ilg.gnumcueclipse.debug.gdbjtag.jlink/pom.xml index c74999012..43d640fc1 100644 --- a/bundles/ilg.gnumcueclipse.debug.gdbjtag.jlink/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.gdbjtag.jlink/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.gdbjtag.jumper/pom.xml b/bundles/ilg.gnumcueclipse.debug.gdbjtag.jumper/pom.xml index 3fea541f7..f5acfb09c 100644 --- a/bundles/ilg.gnumcueclipse.debug.gdbjtag.jumper/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.gdbjtag.jumper/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.gdbjtag.openocd/pom.xml b/bundles/ilg.gnumcueclipse.debug.gdbjtag.openocd/pom.xml index 8efbacdda..d3426f402 100644 --- a/bundles/ilg.gnumcueclipse.debug.gdbjtag.openocd/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.gdbjtag.openocd/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.gdbjtag.pyocd/pom.xml b/bundles/ilg.gnumcueclipse.debug.gdbjtag.pyocd/pom.xml index 2a347c606..3b9cb2876 100644 --- a/bundles/ilg.gnumcueclipse.debug.gdbjtag.pyocd/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.gdbjtag.pyocd/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.gdbjtag.qemu/pom.xml b/bundles/ilg.gnumcueclipse.debug.gdbjtag.qemu/pom.xml index a28dd1a9b..6db73dce7 100644 --- a/bundles/ilg.gnumcueclipse.debug.gdbjtag.qemu/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.gdbjtag.qemu/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.gdbjtag.restart/pom.xml b/bundles/ilg.gnumcueclipse.debug.gdbjtag.restart/pom.xml index 1cb50cad6..b400fb3c1 100644 --- a/bundles/ilg.gnumcueclipse.debug.gdbjtag.restart/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.gdbjtag.restart/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.gdbjtag/pom.xml b/bundles/ilg.gnumcueclipse.debug.gdbjtag/pom.xml index 65e965b68..c8da7b350 100644 --- a/bundles/ilg.gnumcueclipse.debug.gdbjtag/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.gdbjtag/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.debug.packs/pom.xml b/bundles/ilg.gnumcueclipse.debug.packs/pom.xml index 80ef77360..2f61856c2 100644 --- a/bundles/ilg.gnumcueclipse.debug.packs/pom.xml +++ b/bundles/ilg.gnumcueclipse.debug.packs/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.doc.user/pom.xml b/bundles/ilg.gnumcueclipse.doc.user/pom.xml index fe28479a1..4f41eedfb 100644 --- a/bundles/ilg.gnumcueclipse.doc.user/pom.xml +++ b/bundles/ilg.gnumcueclipse.doc.user/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.managedbuild.cross.arm/pom.xml b/bundles/ilg.gnumcueclipse.managedbuild.cross.arm/pom.xml index ac01467b5..b2882dbf7 100644 --- a/bundles/ilg.gnumcueclipse.managedbuild.cross.arm/pom.xml +++ b/bundles/ilg.gnumcueclipse.managedbuild.cross.arm/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.managedbuild.cross.riscv/pom.xml b/bundles/ilg.gnumcueclipse.managedbuild.cross.riscv/pom.xml index 786a3fbe8..c4bebaa3a 100644 --- a/bundles/ilg.gnumcueclipse.managedbuild.cross.riscv/pom.xml +++ b/bundles/ilg.gnumcueclipse.managedbuild.cross.riscv/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.managedbuild.cross/pom.xml b/bundles/ilg.gnumcueclipse.managedbuild.cross/pom.xml index 27c9057ae..825319da8 100644 --- a/bundles/ilg.gnumcueclipse.managedbuild.cross/pom.xml +++ b/bundles/ilg.gnumcueclipse.managedbuild.cross/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.managedbuild.packs/pom.xml b/bundles/ilg.gnumcueclipse.managedbuild.packs/pom.xml index 4c1ee622a..deeb9f523 100644 --- a/bundles/ilg.gnumcueclipse.managedbuild.packs/pom.xml +++ b/bundles/ilg.gnumcueclipse.managedbuild.packs/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.packs.core/META-INF/MANIFEST.MF b/bundles/ilg.gnumcueclipse.packs.core/META-INF/MANIFEST.MF index 0410a6ada..d2739fcda 100644 --- a/bundles/ilg.gnumcueclipse.packs.core/META-INF/MANIFEST.MF +++ b/bundles/ilg.gnumcueclipse.packs.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: ilg.gnumcueclipse.packs.core;singleton:=true -Bundle-Version: 2.4.1.qualifier +Bundle-Version: 2.4.2.qualifier Bundle-Activator: ilg.gnumcueclipse.packs.core.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/bundles/ilg.gnumcueclipse.packs.core/pom.xml b/bundles/ilg.gnumcueclipse.packs.core/pom.xml index 82c5b44e9..1a75d0d4b 100644 --- a/bundles/ilg.gnumcueclipse.packs.core/pom.xml +++ b/bundles/ilg.gnumcueclipse.packs.core/pom.xml @@ -18,13 +18,13 @@ ilg.gnumcueclipse ilg.gnumcueclipse.packs.core - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT eclipse-plugin ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.packs.data/META-INF/MANIFEST.MF b/bundles/ilg.gnumcueclipse.packs.data/META-INF/MANIFEST.MF index dd327d117..490eabaaa 100644 --- a/bundles/ilg.gnumcueclipse.packs.data/META-INF/MANIFEST.MF +++ b/bundles/ilg.gnumcueclipse.packs.data/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: ilg.gnumcueclipse.packs.data;singleton:=true -Bundle-Version: 2.4.1.qualifier +Bundle-Version: 2.4.2.qualifier Bundle-Activator: ilg.gnumcueclipse.packs.data.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/bundles/ilg.gnumcueclipse.packs.data/pom.xml b/bundles/ilg.gnumcueclipse.packs.data/pom.xml index 5cc87adcb..da7b08076 100644 --- a/bundles/ilg.gnumcueclipse.packs.data/pom.xml +++ b/bundles/ilg.gnumcueclipse.packs.data/pom.xml @@ -18,13 +18,13 @@ ilg.gnumcueclipse ilg.gnumcueclipse.packs.data - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT eclipse-plugin ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.packs.ui/pom.xml b/bundles/ilg.gnumcueclipse.packs.ui/pom.xml index 2fb816f1e..044ea69d0 100644 --- a/bundles/ilg.gnumcueclipse.packs.ui/pom.xml +++ b/bundles/ilg.gnumcueclipse.packs.ui/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.packs/pom.xml b/bundles/ilg.gnumcueclipse.packs/pom.xml index a7cefbdbc..7a5f1e535 100644 --- a/bundles/ilg.gnumcueclipse.packs/pom.xml +++ b/bundles/ilg.gnumcueclipse.packs/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.templates.ad/pom.xml b/bundles/ilg.gnumcueclipse.templates.ad/pom.xml index e6c89114c..5f3ad09ac 100644 --- a/bundles/ilg.gnumcueclipse.templates.ad/pom.xml +++ b/bundles/ilg.gnumcueclipse.templates.ad/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.templates.core/pom.xml b/bundles/ilg.gnumcueclipse.templates.core/pom.xml index 52a8a6630..982e090b5 100644 --- a/bundles/ilg.gnumcueclipse.templates.core/pom.xml +++ b/bundles/ilg.gnumcueclipse.templates.core/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.templates.cortexm/pom.xml b/bundles/ilg.gnumcueclipse.templates.cortexm/pom.xml index 43b59e1b8..4d5d35f0e 100644 --- a/bundles/ilg.gnumcueclipse.templates.cortexm/pom.xml +++ b/bundles/ilg.gnumcueclipse.templates.cortexm/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.templates.freescale.pe/pom.xml b/bundles/ilg.gnumcueclipse.templates.freescale.pe/pom.xml index 49ffb33e3..ac86c30bf 100644 --- a/bundles/ilg.gnumcueclipse.templates.freescale.pe/pom.xml +++ b/bundles/ilg.gnumcueclipse.templates.freescale.pe/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.templates.freescale/pom.xml b/bundles/ilg.gnumcueclipse.templates.freescale/pom.xml index 4a1f2b62a..76f9113cd 100644 --- a/bundles/ilg.gnumcueclipse.templates.freescale/pom.xml +++ b/bundles/ilg.gnumcueclipse.templates.freescale/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.templates.sifive/pom.xml b/bundles/ilg.gnumcueclipse.templates.sifive/pom.xml index d44062b27..2a1d573b3 100644 --- a/bundles/ilg.gnumcueclipse.templates.sifive/pom.xml +++ b/bundles/ilg.gnumcueclipse.templates.sifive/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/bundles/ilg.gnumcueclipse.templates.stm/pom.xml b/bundles/ilg.gnumcueclipse.templates.stm/pom.xml index 7099ff3ff..01052befe 100644 --- a/bundles/ilg.gnumcueclipse.templates.stm/pom.xml +++ b/bundles/ilg.gnumcueclipse.templates.stm/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.codered.feature/pom.xml b/features/ilg.gnumcueclipse.codered.feature/pom.xml index 897a75309..f7e14f126 100644 --- a/features/ilg.gnumcueclipse.codered.feature/pom.xml +++ b/features/ilg.gnumcueclipse.codered.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.debug.gdbjtag.jlink.feature/pom.xml b/features/ilg.gnumcueclipse.debug.gdbjtag.jlink.feature/pom.xml index 04dcf03f5..257491e95 100644 --- a/features/ilg.gnumcueclipse.debug.gdbjtag.jlink.feature/pom.xml +++ b/features/ilg.gnumcueclipse.debug.gdbjtag.jlink.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.debug.gdbjtag.jumper.feature/pom.xml b/features/ilg.gnumcueclipse.debug.gdbjtag.jumper.feature/pom.xml index 568b0ad9e..6ab55322c 100644 --- a/features/ilg.gnumcueclipse.debug.gdbjtag.jumper.feature/pom.xml +++ b/features/ilg.gnumcueclipse.debug.gdbjtag.jumper.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.debug.gdbjtag.openocd.feature/pom.xml b/features/ilg.gnumcueclipse.debug.gdbjtag.openocd.feature/pom.xml index 1def144cd..60439fc16 100644 --- a/features/ilg.gnumcueclipse.debug.gdbjtag.openocd.feature/pom.xml +++ b/features/ilg.gnumcueclipse.debug.gdbjtag.openocd.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.debug.gdbjtag.pyocd.feature/pom.xml b/features/ilg.gnumcueclipse.debug.gdbjtag.pyocd.feature/pom.xml index 34a934221..e47140155 100644 --- a/features/ilg.gnumcueclipse.debug.gdbjtag.pyocd.feature/pom.xml +++ b/features/ilg.gnumcueclipse.debug.gdbjtag.pyocd.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.debug.gdbjtag.qemu.feature/pom.xml b/features/ilg.gnumcueclipse.debug.gdbjtag.qemu.feature/pom.xml index 7dfffc717..67a782af7 100644 --- a/features/ilg.gnumcueclipse.debug.gdbjtag.qemu.feature/pom.xml +++ b/features/ilg.gnumcueclipse.debug.gdbjtag.qemu.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.doc.user.feature/pom.xml b/features/ilg.gnumcueclipse.doc.user.feature/pom.xml index aa0bbd369..92abd7bc8 100644 --- a/features/ilg.gnumcueclipse.doc.user.feature/pom.xml +++ b/features/ilg.gnumcueclipse.doc.user.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.managedbuild.cross.arm.feature/pom.xml b/features/ilg.gnumcueclipse.managedbuild.cross.arm.feature/pom.xml index f1bc4a5eb..550cf3b5c 100644 --- a/features/ilg.gnumcueclipse.managedbuild.cross.arm.feature/pom.xml +++ b/features/ilg.gnumcueclipse.managedbuild.cross.arm.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.managedbuild.cross.riscv.feature/pom.xml b/features/ilg.gnumcueclipse.managedbuild.cross.riscv.feature/pom.xml index af19f3bd9..56515992e 100644 --- a/features/ilg.gnumcueclipse.managedbuild.cross.riscv.feature/pom.xml +++ b/features/ilg.gnumcueclipse.managedbuild.cross.riscv.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.packs.feature/feature.xml b/features/ilg.gnumcueclipse.packs.feature/feature.xml index e755c790e..5b509125a 100644 --- a/features/ilg.gnumcueclipse.packs.feature/feature.xml +++ b/features/ilg.gnumcueclipse.packs.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/ilg.gnumcueclipse.packs.feature/pom.xml b/features/ilg.gnumcueclipse.packs.feature/pom.xml index a33efbf84..201b2f721 100644 --- a/features/ilg.gnumcueclipse.packs.feature/pom.xml +++ b/features/ilg.gnumcueclipse.packs.feature/pom.xml @@ -18,13 +18,13 @@ ilg.gnumcueclipse ilg.gnumcueclipse.packs.feature - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT eclipse-feature ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.templates.ad.feature/pom.xml b/features/ilg.gnumcueclipse.templates.ad.feature/pom.xml index 2bcba7f66..215ced73d 100644 --- a/features/ilg.gnumcueclipse.templates.ad.feature/pom.xml +++ b/features/ilg.gnumcueclipse.templates.ad.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.templates.cortexm.feature/pom.xml b/features/ilg.gnumcueclipse.templates.cortexm.feature/pom.xml index 2ffd54ebc..e7ddbfeea 100644 --- a/features/ilg.gnumcueclipse.templates.cortexm.feature/pom.xml +++ b/features/ilg.gnumcueclipse.templates.cortexm.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.templates.freescale.feature/pom.xml b/features/ilg.gnumcueclipse.templates.freescale.feature/pom.xml index d6923af89..6dfa53a56 100644 --- a/features/ilg.gnumcueclipse.templates.freescale.feature/pom.xml +++ b/features/ilg.gnumcueclipse.templates.freescale.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.templates.sifive.feature/pom.xml b/features/ilg.gnumcueclipse.templates.sifive.feature/pom.xml index 494609e84..06b064c48 100644 --- a/features/ilg.gnumcueclipse.templates.sifive.feature/pom.xml +++ b/features/ilg.gnumcueclipse.templates.sifive.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/features/ilg.gnumcueclipse.templates.stm.feature/pom.xml b/features/ilg.gnumcueclipse.templates.stm.feature/pom.xml index 4c3430572..7a6e4948f 100644 --- a/features/ilg.gnumcueclipse.templates.stm.feature/pom.xml +++ b/features/ilg.gnumcueclipse.templates.stm.feature/pom.xml @@ -24,7 +24,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index f4cc53d0a..384b4b53c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -14,7 +14,7 @@ ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index 7d4ac8332..261f2ced7 100644 --- a/pom.xml +++ b/pom.xml @@ -21,13 +21,13 @@ ilg.gnumcueclipse ilg.gnumcueclipse.plugins - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT pom ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT parent/pom.xml diff --git a/repositories/ilg.gnumcueclipse.repository/category.xml b/repositories/ilg.gnumcueclipse.repository/category.xml index 68f73f44f..67b008263 100644 --- a/repositories/ilg.gnumcueclipse.repository/category.xml +++ b/repositories/ilg.gnumcueclipse.repository/category.xml @@ -27,7 +27,7 @@ - + diff --git a/repositories/ilg.gnumcueclipse.repository/pom.xml b/repositories/ilg.gnumcueclipse.repository/pom.xml index 8aeec5792..c63455689 100644 --- a/repositories/ilg.gnumcueclipse.repository/pom.xml +++ b/repositories/ilg.gnumcueclipse.repository/pom.xml @@ -18,13 +18,13 @@ ilg.gnumcueclipse ilg.gnumcueclipse.repository - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT eclipse-repository ilg.gnumcueclipse ilg.gnumcueclipse.parent - 4.7.1-SNAPSHOT + 4.7.2-SNAPSHOT ../../parent/pom.xml