From ccc0144058a555bbd9847e93689f1938f6ee7c59 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Thu, 11 Jun 2015 15:01:44 +0200 Subject: [PATCH] Releng: Adjust maven version for Terminal 4.1 release --- admin/pom-build.xml | 4 ++-- admin/pom-config.xml | 2 +- .../org.eclipse.tm.terminal.connector.local.feature/pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../org.eclipse.tm.terminal.connector.remote.feature/pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../org.eclipse.tm.terminal.connector.serial.feature/pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../org.eclipse.tm.terminal.connector.ssh.feature/pom.xml | 4 ++-- .../org.eclipse.tm.terminal.connector.ssh.sdk.feature/pom.xml | 4 ++-- .../org.eclipse.tm.terminal.connector.telnet.feature/pom.xml | 4 ++-- .../pom.xml | 4 ++-- features/org.eclipse.tm.terminal.control.feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.control.sdk.feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.sdk.feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.view.feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.view.rse.feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.view.rse.sdk.feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.view.sdk.feature/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.connector.local/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.connector.process/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.connector.remote/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.connector.serial/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.connector.ssh/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.connector.telnet/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.control/pom.xml | 2 +- plugins/org.eclipse.tm.terminal.test/pom.xml | 2 +- plugins/org.eclipse.tm.terminal.view.core/pom.xml | 2 +- plugins/org.eclipse.tm.terminal.view.ui.rse/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.view.ui/pom.xml | 4 ++-- repos/org.eclipse.tm.terminal.repo/category.xml | 2 +- repos/org.eclipse.tm.terminal.repo/pom.xml | 4 ++-- 33 files changed, 61 insertions(+), 61 deletions(-) diff --git a/admin/pom-build.xml b/admin/pom-build.xml index c97b08e1778..a4750fea959 100644 --- a/admin/pom-build.xml +++ b/admin/pom-build.xml @@ -7,13 +7,13 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-config - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT pom-config.xml org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT pom TM Terminal, Maven Build Master diff --git a/admin/pom-config.xml b/admin/pom-config.xml index 32e3b8432fa..f2b18494fa2 100644 --- a/admin/pom-config.xml +++ b/admin/pom-config.xml @@ -10,7 +10,7 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-config - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT pom TM Terminal, Maven Configuration Master diff --git a/features/org.eclipse.tm.terminal.connector.local.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.local.feature/pom.xml index db0bc0c37f5..6b4a3cd304d 100644 --- a/features/org.eclipse.tm.terminal.connector.local.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.local.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.local.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.local.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.local.sdk.feature/pom.xml index 580645ae68b..c2529f117a5 100644 --- a/features/org.eclipse.tm.terminal.connector.local.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.local.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.local.sdk.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.remote.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.remote.feature/pom.xml index a9adb91fbc6..8666785881e 100644 --- a/features/org.eclipse.tm.terminal.connector.remote.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.remote.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.remote.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/pom.xml index d13e7e54089..e20ca257265 100644 --- a/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.remote.sdk.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.serial.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.serial.feature/pom.xml index ebeec907ab5..c94ebb20ddc 100644 --- a/features/org.eclipse.tm.terminal.connector.serial.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.serial.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.serial.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.serial.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.serial.sdk.feature/pom.xml index 664643dc1e7..1db59798174 100644 --- a/features/org.eclipse.tm.terminal.connector.serial.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.serial.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.serial.sdk.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.ssh.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.ssh.feature/pom.xml index 3eb33340c9d..aaf6764b6f2 100644 --- a/features/org.eclipse.tm.terminal.connector.ssh.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.ssh.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.ssh.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/pom.xml index 4978621ad8a..956e93fcdf1 100644 --- a/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.ssh.sdk.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.telnet.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.telnet.feature/pom.xml index d030422b998..0615fbb03b0 100644 --- a/features/org.eclipse.tm.terminal.connector.telnet.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.telnet.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.telnet.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/pom.xml index e600f145d9b..d063fb31126 100644 --- a/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.telnet.sdk.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.control.feature/pom.xml b/features/org.eclipse.tm.terminal.control.feature/pom.xml index 48d4adef269..56cc090f97d 100644 --- a/features/org.eclipse.tm.terminal.control.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.control.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.control.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.control.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.control.sdk.feature/pom.xml index 07c975d55d8..3ddf30ea1be 100644 --- a/features/org.eclipse.tm.terminal.control.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.control.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.control.sdk.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.feature/pom.xml b/features/org.eclipse.tm.terminal.feature/pom.xml index 6beb9c81868..77290dc68da 100644 --- a/features/org.eclipse.tm.terminal.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.sdk.feature/pom.xml index da39dab5b12..a10626f8160 100644 --- a/features/org.eclipse.tm.terminal.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.sdk.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.view.feature/pom.xml b/features/org.eclipse.tm.terminal.view.feature/pom.xml index 7ec86e49d5c..4fc4e64982c 100644 --- a/features/org.eclipse.tm.terminal.view.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.view.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.view.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.view.rse.feature/pom.xml b/features/org.eclipse.tm.terminal.view.rse.feature/pom.xml index 82d3710ebda..b32ef32f678 100644 --- a/features/org.eclipse.tm.terminal.view.rse.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.view.rse.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.view.rse.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.view.rse.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.view.rse.sdk.feature/pom.xml index 22c4416673d..89ee260b157 100644 --- a/features/org.eclipse.tm.terminal.view.rse.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.view.rse.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.view.rse.sdk.feature eclipse-feature diff --git a/features/org.eclipse.tm.terminal.view.sdk.feature/pom.xml b/features/org.eclipse.tm.terminal.view.sdk.feature/pom.xml index 39f79433d1b..11582b5a246 100644 --- a/features/org.eclipse.tm.terminal.view.sdk.feature/pom.xml +++ b/features/org.eclipse.tm.terminal.view.sdk.feature/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.view.sdk.feature eclipse-feature diff --git a/plugins/org.eclipse.tm.terminal.connector.local/pom.xml b/plugins/org.eclipse.tm.terminal.connector.local/pom.xml index a706af15479..1b7ec394a24 100644 --- a/plugins/org.eclipse.tm.terminal.connector.local/pom.xml +++ b/plugins/org.eclipse.tm.terminal.connector.local/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.local eclipse-plugin diff --git a/plugins/org.eclipse.tm.terminal.connector.process/pom.xml b/plugins/org.eclipse.tm.terminal.connector.process/pom.xml index 02df2e1e872..8346bbdd101 100644 --- a/plugins/org.eclipse.tm.terminal.connector.process/pom.xml +++ b/plugins/org.eclipse.tm.terminal.connector.process/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.process eclipse-plugin diff --git a/plugins/org.eclipse.tm.terminal.connector.remote/pom.xml b/plugins/org.eclipse.tm.terminal.connector.remote/pom.xml index e76aad3bf17..d64ebce7dc8 100644 --- a/plugins/org.eclipse.tm.terminal.connector.remote/pom.xml +++ b/plugins/org.eclipse.tm.terminal.connector.remote/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml org.eclipse.tm.terminal.connector.remote - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT eclipse-plugin diff --git a/plugins/org.eclipse.tm.terminal.connector.serial/pom.xml b/plugins/org.eclipse.tm.terminal.connector.serial/pom.xml index e12f8d31ff2..fb2f9c8f2ec 100644 --- a/plugins/org.eclipse.tm.terminal.connector.serial/pom.xml +++ b/plugins/org.eclipse.tm.terminal.connector.serial/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.serial eclipse-plugin diff --git a/plugins/org.eclipse.tm.terminal.connector.ssh/pom.xml b/plugins/org.eclipse.tm.terminal.connector.ssh/pom.xml index a7444a926ce..b7dec7a1f66 100644 --- a/plugins/org.eclipse.tm.terminal.connector.ssh/pom.xml +++ b/plugins/org.eclipse.tm.terminal.connector.ssh/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.ssh eclipse-plugin diff --git a/plugins/org.eclipse.tm.terminal.connector.telnet/pom.xml b/plugins/org.eclipse.tm.terminal.connector.telnet/pom.xml index 0e0ae8e55c7..5faebccc365 100644 --- a/plugins/org.eclipse.tm.terminal.connector.telnet/pom.xml +++ b/plugins/org.eclipse.tm.terminal.connector.telnet/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.connector.telnet eclipse-plugin diff --git a/plugins/org.eclipse.tm.terminal.control/pom.xml b/plugins/org.eclipse.tm.terminal.control/pom.xml index 1c50ecdc17d..323b768cc1e 100644 --- a/plugins/org.eclipse.tm.terminal.control/pom.xml +++ b/plugins/org.eclipse.tm.terminal.control/pom.xml @@ -7,7 +7,7 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml diff --git a/plugins/org.eclipse.tm.terminal.test/pom.xml b/plugins/org.eclipse.tm.terminal.test/pom.xml index 8ba12191b91..9cd035e4226 100644 --- a/plugins/org.eclipse.tm.terminal.test/pom.xml +++ b/plugins/org.eclipse.tm.terminal.test/pom.xml @@ -7,7 +7,7 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml diff --git a/plugins/org.eclipse.tm.terminal.view.core/pom.xml b/plugins/org.eclipse.tm.terminal.view.core/pom.xml index 268e911fa58..1b81cef97b3 100644 --- a/plugins/org.eclipse.tm.terminal.view.core/pom.xml +++ b/plugins/org.eclipse.tm.terminal.view.core/pom.xml @@ -7,7 +7,7 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml diff --git a/plugins/org.eclipse.tm.terminal.view.ui.rse/pom.xml b/plugins/org.eclipse.tm.terminal.view.ui.rse/pom.xml index 9a28c053d29..c331fa4dc6b 100644 --- a/plugins/org.eclipse.tm.terminal.view.ui.rse/pom.xml +++ b/plugins/org.eclipse.tm.terminal.view.ui.rse/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.view.ui.rse eclipse-plugin diff --git a/plugins/org.eclipse.tm.terminal.view.ui/pom.xml b/plugins/org.eclipse.tm.terminal.view.ui/pom.xml index 1f8cb85a45d..e024987fc10 100644 --- a/plugins/org.eclipse.tm.terminal.view.ui/pom.xml +++ b/plugins/org.eclipse.tm.terminal.view.ui/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0.qualifier + 4.1.0.qualifier org.eclipse.tm.terminal.view.ui eclipse-plugin diff --git a/repos/org.eclipse.tm.terminal.repo/category.xml b/repos/org.eclipse.tm.terminal.repo/category.xml index cd76b8c54c8..9f52e015ffb 100644 --- a/repos/org.eclipse.tm.terminal.repo/category.xml +++ b/repos/org.eclipse.tm.terminal.repo/category.xml @@ -62,7 +62,7 @@ - + TM Terminal Main Features diff --git a/repos/org.eclipse.tm.terminal.repo/pom.xml b/repos/org.eclipse.tm.terminal.repo/pom.xml index 62470c8750e..eb56b4eb60d 100644 --- a/repos/org.eclipse.tm.terminal.repo/pom.xml +++ b/repos/org.eclipse.tm.terminal.repo/pom.xml @@ -7,11 +7,11 @@ org.eclipse.tm.terminal org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT ../../admin/pom-build.xml - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT org.eclipse.tm.terminal.repo eclipse-repository