From db540f27a803bc2aeda88faf86a760666722d8df Mon Sep 17 00:00:00 2001 From: Gregory Amerson Date: Fri, 17 May 2024 15:07:55 -0500 Subject: [PATCH 01/31] LPD-29388 fix eclipse-site --- build/parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/parent/pom.xml b/build/parent/pom.xml index 9cc654147d..ea3bcd093f 100644 --- a/build/parent/pom.xml +++ b/build/parent/pom.xml @@ -34,7 +34,7 @@ https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/liferay-ide-files/docs/code-upgrade-docs-20210312.zip c4bce64c362ecffcce300f31e88b2e63 https://bndtools.jfrog.io/artifactory/update-latest/org/bndtools/org.bndtools.p2/7.0.0/org.bndtools.p2-7.0.0.jar! - https://download.eclipse.org/releases/2023-12/202311241000/ + https://download.eclipse.org/releases/2023-12/202312061001/ https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/eclipse/eclipse-wtp-xml-search/ https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.8.v20231117-1658/ https://files.liferay.org.es/staged/public-files/liferay-ide/unstable/build/com.liferay.ide.testing-repository/target/repository/ From 80481078d073b4e41c90f71c2c2d6742ff5a2523 Mon Sep 17 00:00:00 2001 From: Gregory Amerson Date: Fri, 17 May 2024 15:27:56 -0500 Subject: [PATCH 02/31] LPD-29388 add commons.compress --- tools/features/com.liferay.ide.hidden/feature.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/features/com.liferay.ide.hidden/feature.xml b/tools/features/com.liferay.ide.hidden/feature.xml index b092872e81..d2357d3316 100644 --- a/tools/features/com.liferay.ide.hidden/feature.xml +++ b/tools/features/com.liferay.ide.hidden/feature.xml @@ -75,6 +75,14 @@ version="0.0.0" /> + + Date: Wed, 3 Jul 2024 17:02:18 -0500 Subject: [PATCH 03/31] LPD-29388 liferay-ide: allow build-updatesite.sh to accept arbitrary args --- build-updatesite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-updatesite.sh b/build-updatesite.sh index 91235206ca..dc657feed0 100755 --- a/build-updatesite.sh +++ b/build-updatesite.sh @@ -1,3 +1,3 @@ #!/bin/bash -./mvnw clean package -DskipTests=true \ No newline at end of file +./mvnw clean package -DskipTests=true "$@" \ No newline at end of file From 60a16887185555a84b0e4cd46268df8820b6aff8 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 3 Jul 2024 17:09:13 -0500 Subject: [PATCH 04/31] LPD-29388 liferay-ide: adds .sdkmanrc file to support easy JDK switching if sdkman is installed --- .sdkmanrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .sdkmanrc diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 0000000000..6017856ef0 --- /dev/null +++ b/.sdkmanrc @@ -0,0 +1 @@ +java=17.0.11-zulu From 3aeb1bf64915ded9da093323a9f61d828aef781d Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Tue, 16 Jul 2024 13:55:42 -0500 Subject: [PATCH 05/31] LPD-29388 installers: updates bnd download md5 hash --- build/installers/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/installers/pom.xml b/build/installers/pom.xml index e5f36b3878..6da5f11253 100644 --- a/build/installers/pom.xml +++ b/build/installers/pom.xml @@ -39,7 +39,7 @@ https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/liferay-ide-files/biz.aQute.jpm.run-4.0.0-SNAPSHOT.jar 7aafe878e453385fbcfbf0ced0ead2c6 https://bndtools.jfrog.io/bndtools/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.3.0/org.bndtools.p2-5.3.0.jar - 4c64ce43b472749825ec7cd4ec8ee202 + 9d58c3102359166f2ab88a24dcfbbd0b From 75e62f3afc548c0df713d6ca77f3a2e29807dc61 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Thu, 18 Jul 2024 10:04:24 -0500 Subject: [PATCH 06/31] LPD-29388 installers: no longer includes bnd and gw in the installers --- .../components/run-jpm-install-bnd-win.xml | 9 ------ .../components/run-jpm-install-bnd.xml | 10 ------ .../components/run-jpm-install-gw-win.xml | 9 ------ .../components/run-jpm-install-gw.xml | 10 ------ .../components/set-installer-variable-bnd.xml | 4 --- .../components/set-installer-variable-gw.xml | 4 --- .../ide/installer/tests/DevStudioCETest.java | 2 -- .../ide/installer/tests/util/AppChecker.java | 8 ----- .../installer/tests/util/InstallerUtil.java | 8 ----- .../src/test/resources/installers.properties | 2 -- .../liferay-workspace-with-devstudio.xml | 32 +------------------ .../liferay-workspace-with-devstudio/pom.xml | 28 ---------------- .../liferay-workspace/liferay-workspace.xml | 24 -------------- build/installers/liferay-workspace/pom.xml | 28 ---------------- build/installers/pom.xml | 5 --- 15 files changed, 1 insertion(+), 182 deletions(-) delete mode 100644 build/installers/components/run-jpm-install-bnd-win.xml delete mode 100644 build/installers/components/run-jpm-install-bnd.xml delete mode 100644 build/installers/components/run-jpm-install-gw-win.xml delete mode 100644 build/installers/components/run-jpm-install-gw.xml delete mode 100644 build/installers/components/set-installer-variable-bnd.xml delete mode 100644 build/installers/components/set-installer-variable-gw.xml diff --git a/build/installers/components/run-jpm-install-bnd-win.xml b/build/installers/components/run-jpm-install-bnd-win.xml deleted file mode 100644 index 23278f9b1a..0000000000 --- a/build/installers/components/run-jpm-install-bnd-win.xml +++ /dev/null @@ -1,9 +0,0 @@ - - ${java_executable} - ${extraArgumentForJdk17} -jar "${installdir}${platform_path_separator}biz.aQute.jpm.run.jar" install --jvmlocation "${java_bin_dir}" -fl "${bndFilePath}" - - - windows - - - \ No newline at end of file diff --git a/build/installers/components/run-jpm-install-bnd.xml b/build/installers/components/run-jpm-install-bnd.xml deleted file mode 100644 index 964206af80..0000000000 --- a/build/installers/components/run-jpm-install-bnd.xml +++ /dev/null @@ -1,10 +0,0 @@ - - ${java_executable} - ${extraArgumentForJdk17} -jar "${installdir}${platform_path_separator}biz.aQute.jpm.run.jar" install -fl "${bndFilePath}" - - - 1 - windows - - - \ No newline at end of file diff --git a/build/installers/components/run-jpm-install-gw-win.xml b/build/installers/components/run-jpm-install-gw-win.xml deleted file mode 100644 index bc86ee1b34..0000000000 --- a/build/installers/components/run-jpm-install-gw-win.xml +++ /dev/null @@ -1,9 +0,0 @@ - - ${java_executable} - ${extraArgumentForJdk17} -jar "${installdir}${platform_path_separator}biz.aQute.jpm.run.jar" install --jvmlocation "${java_bin_dir}" -fl "${gwFilePath}" - - - windows - - - \ No newline at end of file diff --git a/build/installers/components/run-jpm-install-gw.xml b/build/installers/components/run-jpm-install-gw.xml deleted file mode 100644 index 924d39c804..0000000000 --- a/build/installers/components/run-jpm-install-gw.xml +++ /dev/null @@ -1,10 +0,0 @@ - - ${java_executable} - ${extraArgumentForJdk17} -jar "${installdir}${platform_path_separator}biz.aQute.jpm.run.jar" install -fl "${gwFilePath}" - - - 1 - windows - - - \ No newline at end of file diff --git a/build/installers/components/set-installer-variable-bnd.xml b/build/installers/components/set-installer-variable-bnd.xml deleted file mode 100644 index 2b87e68e62..0000000000 --- a/build/installers/components/set-installer-variable-bnd.xml +++ /dev/null @@ -1,4 +0,0 @@ - - bndFilePath - ${installdir}${platform_path_separator}biz.aQute.bnd.jar - diff --git a/build/installers/components/set-installer-variable-gw.xml b/build/installers/components/set-installer-variable-gw.xml deleted file mode 100644 index 8c5c3c765c..0000000000 --- a/build/installers/components/set-installer-variable-gw.xml +++ /dev/null @@ -1,4 +0,0 @@ - - gwFilePath - ${installdir}${platform_path_separator}gw.jar - diff --git a/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/DevStudioCETest.java b/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/DevStudioCETest.java index 2e5342dc76..03aa4ad7f1 100644 --- a/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/DevStudioCETest.java +++ b/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/DevStudioCETest.java @@ -50,8 +50,6 @@ public void quickInstallOnWindows() throws Exception{ Assertions.assertTrue(AppChecker.jpmInstalled()); Assertions.assertTrue(AppChecker.bladeInstalled()); - Assertions.assertTrue(AppChecker.bndInstalled()); - Assertions.assertTrue(AppChecker.gwInstalled()); } @EnabledOnOs(OS.LINUX) diff --git a/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/util/AppChecker.java b/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/util/AppChecker.java index a00304abd1..ffd70c80f2 100644 --- a/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/util/AppChecker.java +++ b/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/util/AppChecker.java @@ -32,16 +32,8 @@ public static boolean jpmInstalled() throws IOException { return installed("jpm version", InstallerUtil.getJpmVersion()); } - public static boolean bndInstalled() throws IOException { - return installed("bnd version", InstallerUtil.getBndVersion()); - } - public static boolean bladeInstalled() throws IOException { return installed("blade version", InstallerUtil.getBladeVersion()); } - public static boolean gwInstalled() throws IOException { - return installed("gw", InstallerUtil.getGwOutput()); - } - } diff --git a/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/util/InstallerUtil.java b/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/util/InstallerUtil.java index 2d215497e7..412cf80561 100644 --- a/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/util/InstallerUtil.java +++ b/build/installers/installer-tests/src/test/java/com/liferay/ide/installer/tests/util/InstallerUtil.java @@ -93,18 +93,10 @@ public static String getJpmVersion() { return _getInfo().getProperty("jpm.version"); } - public static String getBndVersion() { - return _getInfo().getProperty("bnd.version"); - } - public static String getBladeVersion() { return _getInfo().getProperty("blade.version"); } - public static String getGwOutput() { - return _getInfo().getProperty("gw.output"); - } - public static String getJpmHome() { return _getInfo().getProperty("jpm.home.dir"); } diff --git a/build/installers/installer-tests/src/test/resources/installers.properties b/build/installers/installer-tests/src/test/resources/installers.properties index a1e3fd2a31..f66de0bd77 100644 --- a/build/installers/installer-tests/src/test/resources/installers.properties +++ b/build/installers/installer-tests/src/test/resources/installers.properties @@ -3,8 +3,6 @@ dev.studio.ce.name=LiferayProjectSDKwithDevStudioCommunityEdition dev.studio.dxp.name=LiferayProjectSDKwithDevStudioDXP version=2018.3.12 jpm.version=4.0.0.201803070452 -bnd.version=3.5.0.201709291849 blade.version=3.0.0.201803070356 -gw.output=Error executing gradle wrapper jpm.home.dir=.jpm liferay.home.dir=.liferay \ No newline at end of file diff --git a/build/installers/liferay-workspace-with-devstudio/liferay-workspace-with-devstudio.xml b/build/installers/liferay-workspace-with-devstudio/liferay-workspace-with-devstudio.xml index e6e132f696..c2162f0138 100644 --- a/build/installers/liferay-workspace-with-devstudio/liferay-workspace-with-devstudio.xml +++ b/build/installers/liferay-workspace-with-devstudio/liferay-workspace-with-devstudio.xml @@ -23,12 +23,6 @@ ../shared/download/blade.jar - - ../shared/download/gw.jar - - - ../shared/download/biz.aQute.bnd.jar - @@ -449,30 +443,12 @@ ${java_executable} ../components/set-installer-variable-blade.xml - - ../components/set-installer-variable-gw.xml - - - ../components/set-installer-variable-bnd.xml - ../components/run-jpm-install-blade.xml ../components/run-jpm-install-blade-win.xml - - ../components/run-jpm-install-gw.xml - - - ../components/run-jpm-install-gw-win.xml - - - ../components/run-jpm-install-bnd.xml - - - ../components/run-jpm-install-bnd-win.xml - chown -R ${env(SUDO_USER)} "${userHome}/jpm" @@ -784,15 +760,9 @@ ${java_executable} ${installdir}${platform_path_separator}blade.jar - - ${installdir}${platform_path_separator}gw.jar - ${installdir}${platform_path_separator}biz.aQute.jpm.run.jar - - ${installdir}${platform_path_separator}biz.aQute.bnd.jar - ${studioZipPath} @@ -895,7 +865,7 @@ ${java_executable} clitools Install Command Line Tools - Install Command Line Tools such as blade and bnd. + Install Command Line Tools such as blade. 1 diff --git a/build/installers/liferay-workspace-with-devstudio/pom.xml b/build/installers/liferay-workspace-with-devstudio/pom.xml index 5484b4f1e5..df1a3b59f4 100644 --- a/build/installers/liferay-workspace-with-devstudio/pom.xml +++ b/build/installers/liferay-workspace-with-devstudio/pom.xml @@ -78,20 +78,6 @@ true - - download-gw - package - - wget - - - ${gw-latest-download-url} - ../shared/download/ - gw.jar - ${gw-latest-md5} - true - - download-jpmcli package @@ -106,20 +92,6 @@ true - - download-bnd - package - - wget - - - ${bnd-latest-download-url} - ../shared/download/ - biz.aQute.bnd.jar - ${bnd-latest-md5} - true - - diff --git a/build/installers/liferay-workspace/liferay-workspace.xml b/build/installers/liferay-workspace/liferay-workspace.xml index c2afca798d..4f52cfef1f 100644 --- a/build/installers/liferay-workspace/liferay-workspace.xml +++ b/build/installers/liferay-workspace/liferay-workspace.xml @@ -23,12 +23,6 @@ ../shared/download/blade.jar - - ../shared/download/biz.aQute.bnd.jar - - - ../shared/download/gw.jar - @@ -276,12 +270,6 @@ ../components/set-installer-variable-blade.xml - - ../components/set-installer-variable-gw.xml - - - ../components/set-installer-variable-bnd.xml - ../components/run-jpm-install-blade-win.xml @@ -365,18 +353,6 @@ - - ../components/run-jpm-install-gw-win.xml - - - ../components/run-jpm-install-gw.xml - - - ../components/run-jpm-install-bnd-win.xml - - - ../components/run-jpm-install-bnd.xml - chown -R ${env(SUDO_USER)} "${userHome}/jpm" diff --git a/build/installers/liferay-workspace/pom.xml b/build/installers/liferay-workspace/pom.xml index 9b949e95ac..e52111bb4b 100644 --- a/build/installers/liferay-workspace/pom.xml +++ b/build/installers/liferay-workspace/pom.xml @@ -78,20 +78,6 @@ true - - download-gw - package - - wget - - - ${gw-latest-download-url} - ../shared/download/ - gw.jar - ${gw-latest-md5} - true - - download-jpmcli package @@ -106,20 +92,6 @@ true - - download-bnd - package - - wget - - - ${bnd-latest-download-url} - ../shared/download/ - biz.aQute.bnd.jar - ${bnd-latest-md5} - true - - diff --git a/build/installers/pom.xml b/build/installers/pom.xml index 6da5f11253..5c3ff30679 100644 --- a/build/installers/pom.xml +++ b/build/installers/pom.xml @@ -34,12 +34,8 @@ ${install-builder-home}/bin/builder - https://github.com/david-truong/gw/releases/download/v1.0.1/gw.jar - 488ddaed413c0f7ea67df049175380eb https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/liferay-ide-files/biz.aQute.jpm.run-4.0.0-SNAPSHOT.jar 7aafe878e453385fbcfbf0ced0ead2c6 - https://bndtools.jfrog.io/bndtools/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.3.0/org.bndtools.p2-5.3.0.jar - 9d58c3102359166f2ab88a24dcfbbd0b @@ -61,7 +57,6 @@ shared/download blade.jar - gw.jar From 20f88e1d5bfd24254497d7fb3e7577c50e98cc3c Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Fri, 28 Jun 2024 14:35:04 -0500 Subject: [PATCH 07/31] LPD-29388 osgi-bundle-repository: fixes org.reficio repo reference --- build/osgi-bundle-repository/pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build/osgi-bundle-repository/pom.xml b/build/osgi-bundle-repository/pom.xml index 4d6583aff1..159624e1d1 100644 --- a/build/osgi-bundle-repository/pom.xml +++ b/build/osgi-bundle-repository/pom.xml @@ -29,7 +29,7 @@ org.reficio p2-maven-plugin - 1.2.0-SNAPSHOT + 2.1.0 default-cli @@ -69,11 +69,4 @@ - - - reficio - http://repo.reficio.org/maven/ - - - From df646ad132828551927d584ae94e40fc8c0c0f74 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Fri, 28 Jun 2024 19:13:37 -0500 Subject: [PATCH 08/31] LPD-29388 osgi-bundle-repository: makes deployToS3.sh script executable --- build/osgi-bundle-repository/deployToS3.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 build/osgi-bundle-repository/deployToS3.sh diff --git a/build/osgi-bundle-repository/deployToS3.sh b/build/osgi-bundle-repository/deployToS3.sh old mode 100644 new mode 100755 From 02ca3868c5163d27d242e0503052171531371aa9 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 3 Jul 2024 17:05:49 -0500 Subject: [PATCH 09/31] LPD-29388 osgi-bundle-repository: adds resource and release libs to osgi-bundle-repository p2 site --- build/osgi-bundle-repository/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build/osgi-bundle-repository/pom.xml b/build/osgi-bundle-repository/pom.xml index 159624e1d1..3e55b8da19 100644 --- a/build/osgi-bundle-repository/pom.xml +++ b/build/osgi-bundle-repository/pom.xml @@ -44,11 +44,12 @@ net.java.dev.jna:jna:4.0.0 net.java.dev.jna:jna-platform:4.0.0 org.json:json:20131018 - com.googlecode.json-simple:json-simple:1.1.1 - org.apache.maven:maven-aether-provider:3.3.9 - org.apache.maven:maven-settings:3.3.9 - org.apache.maven:maven-settings-builder:3.3.9 - biz.aQute.bnd:biz.aQute.remote.api:3.4.0 + com.liferay:com.liferay.release.util:1.0.0 + com.googlecode.json-simple:json-simple:1.1.1 + org.apache.maven:maven-aether-provider:3.3.9 + org.apache.maven:maven-settings:3.3.9 + org.apache.maven:maven-settings-builder:3.3.9 + biz.aQute.bnd:biz.aQute.remote.api:3.4.0 From 759046e22cde703fc0e796a5ed2d0cdbb8f5cfa9 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 3 Jul 2024 17:06:34 -0500 Subject: [PATCH 10/31] LPD-29388 parent: updates blade url and checksum --- build/parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/parent/pom.xml b/build/parent/pom.xml index ea3bcd093f..a7c25a766f 100644 --- a/build/parent/pom.xml +++ b/build/parent/pom.xml @@ -27,8 +27,8 @@ Liferay IDE Parent - https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/blade/com.liferay.blade.cli/5.0.1-SNAPSHOT/com.liferay.blade.cli-5.0.1-20231122.160114-7.jar - 85762ef6e35197599a3e18c2e78da50f + https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-snapshots/com/liferay/blade/com.liferay.blade.cli//7.0.2-SNAPSHOT/com.liferay.blade.cli-7.0.2-20240802.025710-4.jar + f93d29d58af6fd77070289820b5cd606 https://repository-cdn.liferay.com/nexus/content/repositories/public/com/liferay/blade/com.liferay.blade.cli/3.9.2/com.liferay.blade.cli-3.9.2.jar 08aedcb6bacc3166060d0032f9489dd1 https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/liferay-ide-files/docs/code-upgrade-docs-20210312.zip From 6c562966b20e2e1219b4132d308672ce8e40916f Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Fri, 26 Jul 2024 16:01:43 -0500 Subject: [PATCH 11/31] LPD-29388 scripts: UpdateVersions.groovy: targets version 3.10.0 --- build/scripts/src/UpdateVersions.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/scripts/src/UpdateVersions.groovy b/build/scripts/src/UpdateVersions.groovy index 709b643a3e..e180b4efb9 100644 --- a/build/scripts/src/UpdateVersions.groovy +++ b/build/scripts/src/UpdateVersions.groovy @@ -1,5 +1,5 @@ -def oldVersion = "3.9.7" -def newVersion = "3.9.9" +def oldVersion = "4.0.0" +def newVersion = "3.10.0" def oldQualVersion = "${oldVersion}.qualifier" def newQualVersion = "${newVersion}.qualifier" From 438bbac9c66194668337b3dec46518ed8a9ce298 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Fri, 26 Jul 2024 16:02:05 -0500 Subject: [PATCH 12/31] LPD-29388 scripts: run script - drops version from 4.0.0 to 3.10.0 --- build/com.liferay.ide-repository/hidden.features.product | 2 +- build/com.liferay.ide-repository/pom.xml | 2 +- build/com.liferay.ide-repository/studio.product | 2 +- build/com.liferay.ide.testing-repository/pom.xml | 2 +- build/com.liferay.ide.upgrade.planner-repository/pom.xml | 2 +- .../upgrade-planner.product | 2 +- build/installers/installer-tests/pom.xml | 2 +- build/installers/liferay-workspace-with-devstudio/pom.xml | 4 ++-- build/installers/liferay-workspace/pom.xml | 4 ++-- build/installers/pom.xml | 2 +- build/parent/pom.xml | 2 +- build/pom.xml | 2 +- .../features/com.liferay.ide.enterprise-feature/feature.xml | 2 +- .../features/com.liferay.ide.enterprise-feature/pom.xml | 2 +- enterprise/features/pom.xml | 2 +- .../plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF | 2 +- enterprise/plugins/com.liferay.ide.freemarker/pom.xml | 2 +- .../plugins/com.liferay.ide.kaleo.core/META-INF/MANIFEST.MF | 2 +- enterprise/plugins/com.liferay.ide.kaleo.core/pom.xml | 2 +- .../plugins/com.liferay.ide.kaleo.ui/META-INF/MANIFEST.MF | 2 +- enterprise/plugins/com.liferay.ide.kaleo.ui/pom.xml | 2 +- .../plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF | 2 +- enterprise/plugins/com.liferay.ide.portal.core/pom.xml | 2 +- .../plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF | 2 +- enterprise/plugins/com.liferay.ide.portal.ui/pom.xml | 2 +- .../com.liferay.ide.scripting.core/META-INF/MANIFEST.MF | 2 +- enterprise/plugins/com.liferay.ide.scripting.core/pom.xml | 2 +- .../plugins/com.liferay.ide.studio.ui/META-INF/MANIFEST.MF | 2 +- enterprise/plugins/com.liferay.ide.studio.ui/pom.xml | 2 +- enterprise/plugins/pom.xml | 2 +- enterprise/pom.xml | 2 +- .../base/fragment.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/fragment.deploy.base/pom.xml | 2 +- .../base/fragment.wizard.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/fragment.wizard.base/pom.xml | 2 +- functional-tests/base/hook.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/hook.deploy.base/pom.xml | 2 +- functional-tests/base/jsf.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/jsf.deploy.base/pom.xml | 2 +- functional-tests/base/kaleo.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/kaleo.deploy.base/pom.xml | 2 +- .../base/layouttpl.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/layouttpl.deploy.base/pom.xml | 2 +- functional-tests/base/module.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/module.deploy.base/pom.xml | 2 +- functional-tests/base/pom.xml | 2 +- .../base/portlet.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/portlet.deploy.base/pom.xml | 2 +- functional-tests/base/server.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/server.deploy.base/pom.xml | 2 +- functional-tests/base/server.wizard.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/server.wizard.base/pom.xml | 2 +- .../base/service.builder.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/service.builder.deploy.base/pom.xml | 2 +- functional-tests/base/theme.deploy.base/META-INF/MANIFEST.MF | 2 +- functional-tests/base/theme.deploy.base/pom.xml | 2 +- .../com.liferay.ide.functional.testing-repository/pom.xml | 2 +- .../com.liferay.ide.functional.liferay/META-INF/MANIFEST.MF | 2 +- .../common/com.liferay.ide.functional.liferay/pom.xml | 2 +- .../com.liferay.ide.functional.swtbot/META-INF/MANIFEST.MF | 2 +- .../common/com.liferay.ide.functional.swtbot/pom.xml | 2 +- functional-tests/common/pom.xml | 2 +- functional-tests/install/install.tests/META-INF/MANIFEST.MF | 2 +- functional-tests/install/install.tests/pom.xml | 2 +- functional-tests/install/pom.xml | 2 +- functional-tests/platform/pom.xml | 2 +- functional-tests/platform/preference/pom.xml | 2 +- .../platform/preference/preference.tests/META-INF/MANIFEST.MF | 2 +- functional-tests/platform/preference/preference.tests/pom.xml | 2 +- functional-tests/platform/upgrade/pom.xml | 2 +- functional-tests/platform/upgrade/upgrade.view/pom.xml | 2 +- .../upgrade.view/upgrade.view.actions/META-INF/MANIFEST.MF | 2 +- .../upgrade/upgrade.view/upgrade.view.actions/pom.xml | 2 +- .../upgrade.view/upgrade.view.steps/META-INF/MANIFEST.MF | 2 +- .../platform/upgrade/upgrade.view/upgrade.view.steps/pom.xml | 2 +- functional-tests/platform/upgrade/upgrade.wizard/pom.xml | 2 +- .../upgrade.wizard.validation/META-INF/MANIFEST.MF | 2 +- .../upgrade/upgrade.wizard/upgrade.wizard.validation/pom.xml | 2 +- functional-tests/pom.xml | 2 +- .../docker/docker.deploy/docker.deploy.tomcat.74/pom.xml | 2 +- functional-tests/tools/docker/docker.deploy/pom.xml | 2 +- functional-tests/tools/docker/pom.xml | 2 +- .../fragment.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../fragment.deploy/fragment.deploy.tomcat.70/pom.xml | 2 +- .../fragment.deploy.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../fragment.deploy/fragment.deploy.tomcat.71/pom.xml | 2 +- .../fragment.deploy.tomcat.72/META-INF/MANIFEST.MF | 2 +- .../fragment.deploy/fragment.deploy.tomcat.72/pom.xml | 2 +- .../fragment.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../fragment.deploy/fragment.deploy.tomcat.dxp/pom.xml | 2 +- functional-tests/tools/fragment/fragment.deploy/pom.xml | 2 +- .../fragment.wizard.create.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../fragment.wizard/fragment.wizard.create.tomcat.70/pom.xml | 2 +- .../fragment.wizard.create.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../fragment.wizard/fragment.wizard.create.tomcat.71/pom.xml | 2 +- .../fragment.wizard.create.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../fragment.wizard/fragment.wizard.create.tomcat.dxp/pom.xml | 2 +- .../fragment.wizard.validation/META-INF/MANIFEST.MF | 2 +- .../fragment.wizard/fragment.wizard.validation/pom.xml | 2 +- functional-tests/tools/fragment/fragment.wizard/pom.xml | 2 +- functional-tests/tools/fragment/pom.xml | 2 +- .../hook.deploy/hook.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../tools/hook/hook.deploy/hook.deploy.tomcat.70/pom.xml | 2 +- functional-tests/tools/hook/hook.deploy/pom.xml | 2 +- .../hook/hook.wizard/hook.wizard.create/META-INF/MANIFEST.MF | 2 +- .../tools/hook/hook.wizard/hook.wizard.create/pom.xml | 2 +- functional-tests/tools/hook/hook.wizard/pom.xml | 2 +- functional-tests/tools/hook/pom.xml | 2 +- .../jsf/jsf.deploy/jsf.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/pom.xml | 2 +- .../jsf/jsf.deploy/jsf.deploy.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/pom.xml | 2 +- .../jsf/jsf.deploy/jsf.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/pom.xml | 2 +- functional-tests/tools/jsf/jsf.deploy/pom.xml | 2 +- .../jsf/jsf.wizard/jsf.wizard.create/META-INF/MANIFEST.MF | 2 +- .../tools/jsf/jsf.wizard/jsf.wizard.create/pom.xml | 2 +- .../jsf/jsf.wizard/jsf.wizard.validation/META-INF/MANIFEST.MF | 2 +- .../tools/jsf/jsf.wizard/jsf.wizard.validation/pom.xml | 2 +- functional-tests/tools/jsf/jsf.wizard/pom.xml | 2 +- functional-tests/tools/jsf/pom.xml | 2 +- .../kaleo.deploy/kaleo.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/pom.xml | 2 +- functional-tests/tools/kaleo/kaleo.deploy/pom.xml | 2 +- .../kaleo.editor/kaleo.editor.operation/META-INF/MANIFEST.MF | 2 +- .../tools/kaleo/kaleo.editor/kaleo.editor.operation/pom.xml | 2 +- functional-tests/tools/kaleo/kaleo.editor/pom.xml | 2 +- .../kaleo.wizard/kaleo.wizard.create/META-INF/MANIFEST.MF | 2 +- .../tools/kaleo/kaleo.wizard/kaleo.wizard.create/pom.xml | 2 +- functional-tests/tools/kaleo/kaleo.wizard/pom.xml | 2 +- functional-tests/tools/kaleo/pom.xml | 2 +- .../layouttpl.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../layouttpl.deploy/layouttpl.deploy.tomcat.70/pom.xml | 2 +- .../layouttpl.deploy.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../layouttpl.deploy/layouttpl.deploy.tomcat.71/pom.xml | 2 +- .../layouttpl.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../layouttpl.deploy/layouttpl.deploy.tomcat.dxp/pom.xml | 2 +- functional-tests/tools/layouttpl/layouttpl.deploy/pom.xml | 2 +- .../layouttpl.wizard.create/META-INF/MANIFEST.MF | 2 +- .../layouttpl.wizard/layouttpl.wizard.create/pom.xml | 2 +- functional-tests/tools/layouttpl/layouttpl.wizard/pom.xml | 2 +- functional-tests/tools/layouttpl/pom.xml | 2 +- .../module.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../module/module.deploy/module.deploy.tomcat.70/pom.xml | 2 +- .../module.deploy.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../module/module.deploy/module.deploy.tomcat.71/pom.xml | 2 +- .../module.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../module/module.deploy/module.deploy.tomcat.dxp/pom.xml | 2 +- functional-tests/tools/module/module.deploy/pom.xml | 2 +- .../module.editor.operation/META-INF/MANIFEST.MF | 2 +- .../module/module.editor/module.editor.operation/pom.xml | 2 +- functional-tests/tools/module/module.editor/pom.xml | 2 +- .../module.watch/module.watch.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../tools/module/module.watch/module.watch.tomcat.71/pom.xml | 2 +- functional-tests/tools/module/module.watch/pom.xml | 2 +- .../module.wizard/module.wizard.create/META-INF/MANIFEST.MF | 2 +- .../tools/module/module.wizard/module.wizard.create/pom.xml | 2 +- .../module.wizard.validation/META-INF/MANIFEST.MF | 2 +- .../module/module.wizard/module.wizard.validation/pom.xml | 2 +- functional-tests/tools/module/module.wizard/pom.xml | 2 +- functional-tests/tools/module/pom.xml | 2 +- .../modules.ext.files.wizard.create/META-INF/MANIFEST.MF | 2 +- .../modules.ext.files.wizard.create/pom.xml | 2 +- .../modules.ext.files.wizard.validation/META-INF/MANIFEST.MF | 2 +- .../modules.ext.files.wizard.validation/pom.xml | 2 +- .../tools/modules.ext/modules.ext.files.wizard/pom.xml | 2 +- .../modules.ext.wizard.create/META-INF/MANIFEST.MF | 2 +- .../modules.ext.wizard/modules.ext.wizard.create/pom.xml | 2 +- .../modules.ext.wizard.validation/META-INF/MANIFEST.MF | 2 +- .../modules.ext.wizard/modules.ext.wizard.validation/pom.xml | 2 +- functional-tests/tools/modules.ext/modules.ext.wizard/pom.xml | 2 +- functional-tests/tools/modules.ext/pom.xml | 2 +- functional-tests/tools/pom.xml | 2 +- functional-tests/tools/portlet/pom.xml | 2 +- functional-tests/tools/portlet/portlet.deploy/pom.xml | 2 +- .../portlet.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../portlet/portlet.deploy/portlet.deploy.tomcat.70/pom.xml | 2 +- .../portlet.deploy.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../portlet/portlet.deploy/portlet.deploy.tomcat.71/pom.xml | 2 +- .../portlet.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../portlet/portlet.deploy/portlet.deploy.tomcat.dxp/pom.xml | 2 +- functional-tests/tools/portlet/portlet.wizard/pom.xml | 2 +- .../portlet.wizard/portlet.wizard.create/META-INF/MANIFEST.MF | 2 +- .../portlet/portlet.wizard/portlet.wizard.create/pom.xml | 2 +- .../portlet.wizard.validation/META-INF/MANIFEST.MF | 2 +- .../portlet/portlet.wizard/portlet.wizard.validation/pom.xml | 2 +- functional-tests/tools/sdk/pom.xml | 2 +- functional-tests/tools/sdk/sdk.tests/META-INF/MANIFEST.MF | 2 +- functional-tests/tools/sdk/sdk.tests/pom.xml | 2 +- functional-tests/tools/server/pom.xml | 2 +- functional-tests/tools/server/server.deploy/pom.xml | 2 +- .../server.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../server/server.deploy/server.deploy.tomcat.70/pom.xml | 2 +- .../server.deploy.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../server/server.deploy/server.deploy.tomcat.71/pom.xml | 2 +- .../server.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../server/server.deploy/server.deploy.tomcat.dxp/pom.xml | 2 +- functional-tests/tools/server/server.settings/pom.xml | 2 +- .../server.settings.tomcat.72/META-INF/MANIFEST.MF | 2 +- .../server/server.settings/server.settings.tomcat.72/pom.xml | 2 +- functional-tests/tools/server/server.wizard/pom.xml | 2 +- .../server.wizard/server.wizard.create/META-INF/MANIFEST.MF | 2 +- .../tools/server/server.wizard/server.wizard.create/pom.xml | 2 +- functional-tests/tools/service.builder/pom.xml | 2 +- .../tools/service.builder/service.builder.deploy/pom.xml | 2 +- .../service.builder.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../service.builder.deploy.tomcat.70/pom.xml | 2 +- .../service.builder.deploy.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../service.builder.deploy.tomcat.71/pom.xml | 2 +- .../service.builder.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../service.builder.deploy.tomcat.dxp/pom.xml | 2 +- .../tools/service.builder/service.builder.editor/pom.xml | 2 +- .../service.builder.editor.operation/META-INF/MANIFEST.MF | 2 +- .../service.builder.editor.operation/pom.xml | 2 +- .../tools/service.builder/service.builder.wizard/pom.xml | 2 +- .../service.builder.wizard.create/META-INF/MANIFEST.MF | 2 +- .../service.builder.wizard.create/pom.xml | 2 +- functional-tests/tools/springmvc.portlet/pom.xml | 2 +- .../tools/springmvc.portlet/springmvc.portlet.wizard/pom.xml | 2 +- .../springmvc.portlet.wizard.create/META-INF/MANIFEST.MF | 2 +- .../springmvc.portlet.wizard.create/pom.xml | 2 +- functional-tests/tools/theme/pom.xml | 2 +- functional-tests/tools/theme/theme.deploy/pom.xml | 2 +- .../theme.deploy/theme.deploy.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../tools/theme/theme.deploy/theme.deploy.tomcat.70/pom.xml | 2 +- .../theme.deploy/theme.deploy.tomcat.71/META-INF/MANIFEST.MF | 2 +- .../tools/theme/theme.deploy/theme.deploy.tomcat.71/pom.xml | 2 +- .../theme.deploy/theme.deploy.tomcat.dxp/META-INF/MANIFEST.MF | 2 +- .../tools/theme/theme.deploy/theme.deploy.tomcat.dxp/pom.xml | 2 +- functional-tests/tools/theme/theme.wizard/pom.xml | 2 +- .../theme.wizard/theme.wizard.create/META-INF/MANIFEST.MF | 2 +- .../tools/theme/theme.wizard/theme.wizard.create/pom.xml | 2 +- functional-tests/tools/workspace/pom.xml | 2 +- functional-tests/tools/workspace/workspace.wizard/pom.xml | 2 +- .../workspace.wizard.create.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../workspace.wizard.create.tomcat.70/pom.xml | 2 +- .../workspace.wizard.import.tomcat.70/META-INF/MANIFEST.MF | 2 +- .../workspace.wizard.import.tomcat.70/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../workspace.wizard.validation.tomcat.70/pom.xml | 2 +- .../com.liferay.ide.integration.tests-repository/pom.xml | 2 +- .../com.liferay.ide.test.core.base/META-INF/MANIFEST.MF | 2 +- .../common/com.liferay.ide.test.core.base/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../common/com.liferay.ide.test.project.core.base/pom.xml | 2 +- integration-tests/common/pom.xml | 2 +- integration-tests/pom.xml | 2 +- .../tools/com.liferay.ide.core.tests/META-INF/MANIFEST.MF | 2 +- integration-tests/tools/com.liferay.ide.core.tests/pom.xml | 2 +- .../com.liferay.ide.gradle.core.tests/META-INF/MANIFEST.MF | 2 +- .../tools/com.liferay.ide.gradle.core.tests/pom.xml | 2 +- .../com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF | 2 +- .../tools/com.liferay.ide.maven.core.tests/pom.xml | 2 +- integration-tests/tools/pom.xml | 2 +- jsdt/features/com.liferay.ide.alloy/feature.xml | 2 +- jsdt/features/com.liferay.ide.alloy/pom.xml | 2 +- jsdt/features/pom.xml | 2 +- jsdt/plugins/com.liferay.ide.alloy.core/META-INF/MANIFEST.MF | 2 +- jsdt/plugins/com.liferay.ide.alloy.core/pom.xml | 2 +- jsdt/plugins/com.liferay.ide.alloy.ui/META-INF/MANIFEST.MF | 2 +- jsdt/plugins/com.liferay.ide.alloy.ui/pom.xml | 2 +- jsdt/plugins/pom.xml | 2 +- jsdt/pom.xml | 2 +- .../tests/com.liferay.ide.alloy.ui.tests/META-INF/MANIFEST.MF | 2 +- jsdt/tests/com.liferay.ide.alloy.ui.tests/pom.xml | 2 +- jsdt/tests/pom.xml | 2 +- maven/bundles/maven-portal-support/pom.xml | 2 +- maven/bundles/pom.xml | 2 +- maven/features/com.liferay.ide.maven-feature/feature.xml | 2 +- maven/features/com.liferay.ide.maven-feature/pom.xml | 2 +- maven/features/pom.xml | 2 +- maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF | 2 +- maven/plugins/com.liferay.ide.maven.core/pom.xml | 4 ++-- maven/plugins/com.liferay.ide.maven.ui/META-INF/MANIFEST.MF | 2 +- maven/plugins/com.liferay.ide.maven.ui/pom.xml | 2 +- maven/plugins/pom.xml | 2 +- maven/pom.xml | 2 +- .../com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF | 2 +- maven/tests/com.liferay.ide.maven.core.tests/pom.xml | 2 +- maven/tests/pom.xml | 2 +- pom.xml | 2 +- portal/features/com.liferay.ide.portal-feature/feature.xml | 2 +- portal/features/com.liferay.ide.portal-feature/pom.xml | 2 +- portal/features/pom.xml | 2 +- .../plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF | 2 +- portal/plugins/com.liferay.ide.freemarker/pom.xml | 2 +- .../plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF | 2 +- portal/plugins/com.liferay.ide.portal.core/pom.xml | 2 +- portal/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF | 2 +- portal/plugins/com.liferay.ide.portal.ui/pom.xml | 2 +- portal/plugins/pom.xml | 2 +- portal/pom.xml | 2 +- .../com.liferay.ide.portal.core.tests/META-INF/MANIFEST.MF | 2 +- portal/tests/com.liferay.ide.portal.core.tests/pom.xml | 2 +- portal/tests/pom.xml | 2 +- tools/features/com.liferay.ide.eclipse.tools/feature.xml | 2 +- tools/features/com.liferay.ide.eclipse.tools/pom.xml | 2 +- tools/features/com.liferay.ide.hidden/feature.xml | 2 +- tools/features/com.liferay.ide.hidden/pom.xml | 2 +- tools/features/com.liferay.ide.upgrade.planner/feature.xml | 2 +- tools/features/com.liferay.ide.upgrade.planner/pom.xml | 2 +- tools/features/pom.xml | 2 +- .../com.liferay.ide.bndtools.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.bndtools.core/pom.xml | 2 +- tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.core/pom.xml | 2 +- .../plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.gradle.core/pom.xml | 2 +- tools/plugins/com.liferay.ide.gradle.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.gradle.ui/pom.xml | 2 +- tools/plugins/com.liferay.ide.hook.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.hook.core/pom.xml | 2 +- tools/plugins/com.liferay.ide.hook.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.hook.ui/pom.xml | 2 +- .../com.liferay.ide.layouttpl.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.layouttpl.core/pom.xml | 2 +- .../plugins/com.liferay.ide.layouttpl.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.layouttpl.ui/pom.xml | 2 +- .../plugins/com.liferay.ide.portlet.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.portlet.core/pom.xml | 2 +- tools/plugins/com.liferay.ide.portlet.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.portlet.ui/pom.xml | 2 +- .../plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.project.core/pom.xml | 2 +- tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.project.ui/pom.xml | 2 +- tools/plugins/com.liferay.ide.sdk.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.sdk.core/pom.xml | 2 +- .../plugins/com.liferay.ide.server.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.server.core/pom.xml | 2 +- .../com.liferay.ide.server.tomcat.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.server.tomcat.core/pom.xml | 2 +- .../com.liferay.ide.server.tomcat.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.server.tomcat.ui/pom.xml | 2 +- tools/plugins/com.liferay.ide.server.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.server.ui/pom.xml | 2 +- .../plugins/com.liferay.ide.service.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.service.core/pom.xml | 2 +- tools/plugins/com.liferay.ide.service.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.service.ui/pom.xml | 2 +- tools/plugins/com.liferay.ide.theme.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.theme.core/pom.xml | 2 +- .../plugins/com.liferay.ide.ui.snippets/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.ui.snippets/pom.xml | 2 +- tools/plugins/com.liferay.ide.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.ui/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.upgrade.commands.core/pom.xml | 2 +- .../com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.upgrade.commands.ui/pom.xml | 2 +- .../com.liferay.ide.upgrade.plan.core/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.upgrade.plan.core/pom.xml | 2 +- .../com.liferay.ide.upgrade.plan.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.upgrade.plan.ui/pom.xml | 2 +- .../com.liferay.ide.upgrade.planner.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.upgrade.planner.ui/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.upgrade.problems.core/pom.xml | 2 +- .../com.liferay.ide.upgrade.problems.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.upgrade.problems.ui/pom.xml | 2 +- .../com.liferay.ide.xml.search.ui/META-INF/MANIFEST.MF | 2 +- tools/plugins/com.liferay.ide.xml.search.ui/pom.xml | 2 +- tools/plugins/pom.xml | 2 +- tools/pom.xml | 2 +- tools/tests/com.liferay.ide.core.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.core.tests/pom.xml | 2 +- .../com.liferay.ide.hook.core.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.hook.core.tests/pom.xml | 2 +- .../com.liferay.ide.layouttpl.core.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.layouttpl.core.tests/pom.xml | 2 +- .../com.liferay.ide.portlet.core.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.portlet.core.tests/pom.xml | 2 +- .../com.liferay.ide.project.core.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.project.core.tests/pom.xml | 2 +- .../com.liferay.ide.server.core.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.server.core.tests/pom.xml | 2 +- .../com.liferay.ide.service.core.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.service.core.tests/pom.xml | 2 +- tools/tests/com.liferay.ide.ui.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.ui.tests/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../tests/com.liferay.ide.upgrade.problems.core.tests/pom.xml | 2 +- .../com.liferay.ide.xml.search.ui.tests/META-INF/MANIFEST.MF | 2 +- tools/tests/com.liferay.ide.xml.search.ui.tests/pom.xml | 2 +- tools/tests/pom.xml | 2 +- 385 files changed, 388 insertions(+), 388 deletions(-) diff --git a/build/com.liferay.ide-repository/hidden.features.product b/build/com.liferay.ide-repository/hidden.features.product index b67c02a7a6..147b5aea7e 100644 --- a/build/com.liferay.ide-repository/hidden.features.product +++ b/build/com.liferay.ide-repository/hidden.features.product @@ -1,7 +1,7 @@ - + diff --git a/build/com.liferay.ide-repository/pom.xml b/build/com.liferay.ide-repository/pom.xml index 8d97f24047..05658a0046 100644 --- a/build/com.liferay.ide-repository/pom.xml +++ b/build/com.liferay.ide-repository/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.build build - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide-repository diff --git a/build/com.liferay.ide-repository/studio.product b/build/com.liferay.ide-repository/studio.product index cd73e96bd4..5056837e40 100644 --- a/build/com.liferay.ide-repository/studio.product +++ b/build/com.liferay.ide-repository/studio.product @@ -1,7 +1,7 @@ - + diff --git a/build/com.liferay.ide.testing-repository/pom.xml b/build/com.liferay.ide.testing-repository/pom.xml index b35f88821d..f0db681669 100644 --- a/build/com.liferay.ide.testing-repository/pom.xml +++ b/build/com.liferay.ide.testing-repository/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.build build - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.testing-repository diff --git a/build/com.liferay.ide.upgrade.planner-repository/pom.xml b/build/com.liferay.ide.upgrade.planner-repository/pom.xml index 93c769c4fe..e3a7fa7c98 100644 --- a/build/com.liferay.ide.upgrade.planner-repository/pom.xml +++ b/build/com.liferay.ide.upgrade.planner-repository/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.build build - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.planner-repository diff --git a/build/com.liferay.ide.upgrade.planner-repository/upgrade-planner.product b/build/com.liferay.ide.upgrade.planner-repository/upgrade-planner.product index 35eed9107e..ba7b4e404e 100644 --- a/build/com.liferay.ide.upgrade.planner-repository/upgrade-planner.product +++ b/build/com.liferay.ide.upgrade.planner-repository/upgrade-planner.product @@ -1,7 +1,7 @@ - + diff --git a/build/installers/installer-tests/pom.xml b/build/installers/installer-tests/pom.xml index 8b9e9890db..0e775c867c 100644 --- a/build/installers/installer-tests/pom.xml +++ b/build/installers/installer-tests/pom.xml @@ -5,7 +5,7 @@ com.liferay.ide.build installers - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.installer.tests installer-tests diff --git a/build/installers/liferay-workspace-with-devstudio/pom.xml b/build/installers/liferay-workspace-with-devstudio/pom.xml index df1a3b59f4..bb94f7e330 100644 --- a/build/installers/liferay-workspace-with-devstudio/pom.xml +++ b/build/installers/liferay-workspace-with-devstudio/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.build installers - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT liferay.workspace.with.devstudio.installer @@ -32,7 +32,7 @@ yyyyMMddHHmm - 4.0.0-${liferay-ide-tag}-${maven.build.timestamp} + 3.10.0-${liferay-ide-tag}-${maven.build.timestamp} diff --git a/build/installers/liferay-workspace/pom.xml b/build/installers/liferay-workspace/pom.xml index e52111bb4b..872923805b 100644 --- a/build/installers/liferay-workspace/pom.xml +++ b/build/installers/liferay-workspace/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.build installers - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT liferay.workspace.installer @@ -32,7 +32,7 @@ yyyyMMddHHmm - 4.0.0-${liferay-ide-tag}-${maven.build.timestamp} + 3.10.0-${liferay-ide-tag}-${maven.build.timestamp} diff --git a/build/installers/pom.xml b/build/installers/pom.xml index 5c3ff30679..abb211ac0c 100644 --- a/build/installers/pom.xml +++ b/build/installers/pom.xml @@ -23,7 +23,7 @@ com.liferay.ide.build build - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT installers diff --git a/build/parent/pom.xml b/build/parent/pom.xml index a7c25a766f..69da94e053 100644 --- a/build/parent/pom.xml +++ b/build/parent/pom.xml @@ -21,7 +21,7 @@ com.liferay.ide parent - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT pom Liferay IDE Parent diff --git a/build/pom.xml b/build/pom.xml index 82423baa7b..95beef5047 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -7,7 +7,7 @@ com.liferay.ide parent - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT parent/pom.xml diff --git a/enterprise/features/com.liferay.ide.enterprise-feature/feature.xml b/enterprise/features/com.liferay.ide.enterprise-feature/feature.xml index ddde8525a0..179138cbe6 100644 --- a/enterprise/features/com.liferay.ide.enterprise-feature/feature.xml +++ b/enterprise/features/com.liferay.ide.enterprise-feature/feature.xml @@ -3,7 +3,7 @@ id="com.liferay.ide.enterprise" label="Liferay IDE Enterprise" provider-name="Liferay, Inc." - version="4.0.0.qualifier" + version="3.10.0.qualifier" > diff --git a/enterprise/features/com.liferay.ide.enterprise-feature/pom.xml b/enterprise/features/com.liferay.ide.enterprise-feature/pom.xml index ef5bfcc974..1a7f32033f 100644 --- a/enterprise/features/com.liferay.ide.enterprise-feature/pom.xml +++ b/enterprise/features/com.liferay.ide.enterprise-feature/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.enterprise.features enterprise-features - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.enterprise diff --git a/enterprise/features/pom.xml b/enterprise/features/pom.xml index ab9362767a..06d0d7ab80 100644 --- a/enterprise/features/pom.xml +++ b/enterprise/features/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.enterprise enterprise - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.enterprise.features diff --git a/enterprise/plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF b/enterprise/plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF index 94d2d53917..53c1f45763 100644 --- a/enterprise/plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF +++ b/enterprise/plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Freemarker Bundle-SymbolicName: com.liferay.ide.freemarker;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: org.jboss.ide.eclipse.freemarker.Plugin Bundle-Vendor: Liferay, Inc. Require-Bundle: org.eclipse.ui, diff --git a/enterprise/plugins/com.liferay.ide.freemarker/pom.xml b/enterprise/plugins/com.liferay.ide.freemarker/pom.xml index 0439409c94..8d92abbd5e 100644 --- a/enterprise/plugins/com.liferay.ide.freemarker/pom.xml +++ b/enterprise/plugins/com.liferay.ide.freemarker/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.enterprise.plugins enterprise-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.freemarker diff --git a/enterprise/plugins/com.liferay.ide.kaleo.core/META-INF/MANIFEST.MF b/enterprise/plugins/com.liferay.ide.kaleo.core/META-INF/MANIFEST.MF index 2dd3a5b676..d5bce198a9 100644 --- a/enterprise/plugins/com.liferay.ide.kaleo.core/META-INF/MANIFEST.MF +++ b/enterprise/plugins/com.liferay.ide.kaleo.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.kaleo.core Bundle-Name: Liferay IDE Kaleo Core Bundle-SymbolicName: com.liferay.ide.kaleo.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.kaleo.core.KaleoCore Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, diff --git a/enterprise/plugins/com.liferay.ide.kaleo.core/pom.xml b/enterprise/plugins/com.liferay.ide.kaleo.core/pom.xml index 48c9de9ef0..ed0e420de7 100644 --- a/enterprise/plugins/com.liferay.ide.kaleo.core/pom.xml +++ b/enterprise/plugins/com.liferay.ide.kaleo.core/pom.xml @@ -21,7 +21,7 @@ com.liferay.ide.enterprise.plugins enterprise-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.kaleo.core diff --git a/enterprise/plugins/com.liferay.ide.kaleo.ui/META-INF/MANIFEST.MF b/enterprise/plugins/com.liferay.ide.kaleo.ui/META-INF/MANIFEST.MF index 8cd3f281b7..b9a3d7eb92 100644 --- a/enterprise/plugins/com.liferay.ide.kaleo.ui/META-INF/MANIFEST.MF +++ b/enterprise/plugins/com.liferay.ide.kaleo.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.kaleo.ui Bundle-Name: Liferay IDE Kaleo UI Bundle-SymbolicName: com.liferay.ide.kaleo.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.kaleo.ui.KaleoUI Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, diff --git a/enterprise/plugins/com.liferay.ide.kaleo.ui/pom.xml b/enterprise/plugins/com.liferay.ide.kaleo.ui/pom.xml index 4a43866b25..e563282e1d 100644 --- a/enterprise/plugins/com.liferay.ide.kaleo.ui/pom.xml +++ b/enterprise/plugins/com.liferay.ide.kaleo.ui/pom.xml @@ -21,7 +21,7 @@ com.liferay.ide.enterprise.plugins enterprise-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.kaleo.ui diff --git a/enterprise/plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF b/enterprise/plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF index 858ad0eef1..77f12638b1 100644 --- a/enterprise/plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF +++ b/enterprise/plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.portal.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.portal.core.PortalCore Bundle-Vendor: %bundle.vendor Require-Bundle: org.eclipse.core.runtime, diff --git a/enterprise/plugins/com.liferay.ide.portal.core/pom.xml b/enterprise/plugins/com.liferay.ide.portal.core/pom.xml index e77cfdd0b7..911f6ba85e 100644 --- a/enterprise/plugins/com.liferay.ide.portal.core/pom.xml +++ b/enterprise/plugins/com.liferay.ide.portal.core/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.enterprise.plugins enterprise-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal.core diff --git a/enterprise/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF b/enterprise/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF index c28c5d2cb9..2f229a9f13 100644 --- a/enterprise/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF +++ b/enterprise/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.portal.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.portal.ui.PortalUI Bundle-Vendor: %bundle.vendor Require-Bundle: org.eclipse.ui, diff --git a/enterprise/plugins/com.liferay.ide.portal.ui/pom.xml b/enterprise/plugins/com.liferay.ide.portal.ui/pom.xml index ba8f38f05c..9fa3da6e2b 100644 --- a/enterprise/plugins/com.liferay.ide.portal.ui/pom.xml +++ b/enterprise/plugins/com.liferay.ide.portal.ui/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.enterprise.plugins enterprise-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal.ui diff --git a/enterprise/plugins/com.liferay.ide.scripting.core/META-INF/MANIFEST.MF b/enterprise/plugins/com.liferay.ide.scripting.core/META-INF/MANIFEST.MF index da57e48e92..aa314cc4a1 100644 --- a/enterprise/plugins/com.liferay.ide.scripting.core/META-INF/MANIFEST.MF +++ b/enterprise/plugins/com.liferay.ide.scripting.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.scripting.core Bundle-Name: Liferay Developer Studio Scripting Core Bundle-SymbolicName: com.liferay.ide.scripting.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.scripting.core.ScriptingCore Bundle-Vendor: Liferay, Inc. Require-Bundle: org.eclipse.core.runtime diff --git a/enterprise/plugins/com.liferay.ide.scripting.core/pom.xml b/enterprise/plugins/com.liferay.ide.scripting.core/pom.xml index c2f48dcb67..fa1c8ba65d 100644 --- a/enterprise/plugins/com.liferay.ide.scripting.core/pom.xml +++ b/enterprise/plugins/com.liferay.ide.scripting.core/pom.xml @@ -21,7 +21,7 @@ com.liferay.ide.enterprise.plugins enterprise-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.scripting.core diff --git a/enterprise/plugins/com.liferay.ide.studio.ui/META-INF/MANIFEST.MF b/enterprise/plugins/com.liferay.ide.studio.ui/META-INF/MANIFEST.MF index 7aee7f5350..c5adfdd7a3 100644 --- a/enterprise/plugins/com.liferay.ide.studio.ui/META-INF/MANIFEST.MF +++ b/enterprise/plugins/com.liferay.ide.studio.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.studio.ui Bundle-Name: Liferay Developer Studio UI Bundle-SymbolicName: com.liferay.ide.studio.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.studio.ui.StudioPlugin Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, diff --git a/enterprise/plugins/com.liferay.ide.studio.ui/pom.xml b/enterprise/plugins/com.liferay.ide.studio.ui/pom.xml index d165fa9638..658aed4b6c 100644 --- a/enterprise/plugins/com.liferay.ide.studio.ui/pom.xml +++ b/enterprise/plugins/com.liferay.ide.studio.ui/pom.xml @@ -21,7 +21,7 @@ com.liferay.ide.enterprise.plugins enterprise-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.studio.ui diff --git a/enterprise/plugins/pom.xml b/enterprise/plugins/pom.xml index 7b279af680..130b059126 100644 --- a/enterprise/plugins/pom.xml +++ b/enterprise/plugins/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.enterprise enterprise - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.enterprise.plugins diff --git a/enterprise/pom.xml b/enterprise/pom.xml index 45074817cf..094970c7b5 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide parent - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT ../build/parent/pom.xml diff --git a/functional-tests/base/fragment.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/fragment.deploy.base/META-INF/MANIFEST.MF index e1bf44028c..a9fce8b691 100644 --- a/functional-tests/base/fragment.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/fragment.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.fragment.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/fragment.deploy.base/pom.xml b/functional-tests/base/fragment.deploy.base/pom.xml index 424eafb7b6..a58bffee4b 100644 --- a/functional-tests/base/fragment.deploy.base/pom.xml +++ b/functional-tests/base/fragment.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.deploy.base diff --git a/functional-tests/base/fragment.wizard.base/META-INF/MANIFEST.MF b/functional-tests/base/fragment.wizard.base/META-INF/MANIFEST.MF index fe9c700ac5..096b06034e 100644 --- a/functional-tests/base/fragment.wizard.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/fragment.wizard.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Wizard Base Bundle-SymbolicName: com.liferay.ide.functional.fragment.wizard.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/fragment.wizard.base/pom.xml b/functional-tests/base/fragment.wizard.base/pom.xml index 2942862b80..f4631af765 100644 --- a/functional-tests/base/fragment.wizard.base/pom.xml +++ b/functional-tests/base/fragment.wizard.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.wizard.base diff --git a/functional-tests/base/hook.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/hook.deploy.base/META-INF/MANIFEST.MF index 1b90fefb59..e626c67497 100644 --- a/functional-tests/base/hook.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/hook.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Hook Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.hook.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/hook.deploy.base/pom.xml b/functional-tests/base/hook.deploy.base/pom.xml index b39634054d..5b37d2a70d 100644 --- a/functional-tests/base/hook.deploy.base/pom.xml +++ b/functional-tests/base/hook.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.hook.deploy.base diff --git a/functional-tests/base/jsf.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/jsf.deploy.base/META-INF/MANIFEST.MF index 070bbf03b5..e1331050e1 100644 --- a/functional-tests/base/jsf.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/jsf.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Jsf Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.jsf.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/jsf.deploy.base/pom.xml b/functional-tests/base/jsf.deploy.base/pom.xml index e30bdef8f9..e2bdb4f12c 100644 --- a/functional-tests/base/jsf.deploy.base/pom.xml +++ b/functional-tests/base/jsf.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.jsf.deploy.base diff --git a/functional-tests/base/kaleo.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/kaleo.deploy.base/META-INF/MANIFEST.MF index 0bdca24549..3084cf4a08 100644 --- a/functional-tests/base/kaleo.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/kaleo.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Kaleo Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.kaleo.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/kaleo.deploy.base/pom.xml b/functional-tests/base/kaleo.deploy.base/pom.xml index 307b103c69..36d55f0299 100644 --- a/functional-tests/base/kaleo.deploy.base/pom.xml +++ b/functional-tests/base/kaleo.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.kaleo.deploy.base diff --git a/functional-tests/base/layouttpl.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/layouttpl.deploy.base/META-INF/MANIFEST.MF index 4d9fba0547..ede7a47f86 100644 --- a/functional-tests/base/layouttpl.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/layouttpl.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Layouttpl Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.layouttpl.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/layouttpl.deploy.base/pom.xml b/functional-tests/base/layouttpl.deploy.base/pom.xml index 3c4aa799f1..310c4b7b1d 100644 --- a/functional-tests/base/layouttpl.deploy.base/pom.xml +++ b/functional-tests/base/layouttpl.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.layouttpl.deploy.base diff --git a/functional-tests/base/module.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/module.deploy.base/META-INF/MANIFEST.MF index 019388f932..2ec4931d32 100644 --- a/functional-tests/base/module.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/module.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Module Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.module.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/module.deploy.base/pom.xml b/functional-tests/base/module.deploy.base/pom.xml index 4786e402d1..7e054158fe 100644 --- a/functional-tests/base/module.deploy.base/pom.xml +++ b/functional-tests/base/module.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.module.deploy.base diff --git a/functional-tests/base/pom.xml b/functional-tests/base/pom.xml index ec22e3e0b7..2099e5c18c 100644 --- a/functional-tests/base/pom.xml +++ b/functional-tests/base/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide functional-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.base diff --git a/functional-tests/base/portlet.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/portlet.deploy.base/META-INF/MANIFEST.MF index 49ef38155c..6e243ed6d7 100644 --- a/functional-tests/base/portlet.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/portlet.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Portlet Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.portlet.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/portlet.deploy.base/pom.xml b/functional-tests/base/portlet.deploy.base/pom.xml index cf764c559d..b186c3f7a9 100644 --- a/functional-tests/base/portlet.deploy.base/pom.xml +++ b/functional-tests/base/portlet.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.portlet.deploy.base diff --git a/functional-tests/base/server.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/server.deploy.base/META-INF/MANIFEST.MF index 0491a155ff..44a1f226b8 100644 --- a/functional-tests/base/server.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/server.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Server Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.server.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/server.deploy.base/pom.xml b/functional-tests/base/server.deploy.base/pom.xml index 4f280b6890..b2e74230b4 100644 --- a/functional-tests/base/server.deploy.base/pom.xml +++ b/functional-tests/base/server.deploy.base/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.server.deploy.base diff --git a/functional-tests/base/server.wizard.base/META-INF/MANIFEST.MF b/functional-tests/base/server.wizard.base/META-INF/MANIFEST.MF index de44e82774..e734833b79 100644 --- a/functional-tests/base/server.wizard.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/server.wizard.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Server Wizard Base Bundle-SymbolicName: com.liferay.ide.functional.server.wizard.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/server.wizard.base/pom.xml b/functional-tests/base/server.wizard.base/pom.xml index 3448010714..8ca0ccdc55 100644 --- a/functional-tests/base/server.wizard.base/pom.xml +++ b/functional-tests/base/server.wizard.base/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.server.wizard.base diff --git a/functional-tests/base/service.builder.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/service.builder.deploy.base/META-INF/MANIFEST.MF index 423639da1a..944a533e24 100644 --- a/functional-tests/base/service.builder.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/service.builder.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Service Builder Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.service.builder.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/service.builder.deploy.base/pom.xml b/functional-tests/base/service.builder.deploy.base/pom.xml index a0279d227a..7f8a8f8317 100644 --- a/functional-tests/base/service.builder.deploy.base/pom.xml +++ b/functional-tests/base/service.builder.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.service.builder.deploy.base diff --git a/functional-tests/base/theme.deploy.base/META-INF/MANIFEST.MF b/functional-tests/base/theme.deploy.base/META-INF/MANIFEST.MF index dba1c139e2..28359dff71 100644 --- a/functional-tests/base/theme.deploy.base/META-INF/MANIFEST.MF +++ b/functional-tests/base/theme.deploy.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Theme Deploy Base Bundle-SymbolicName: com.liferay.ide.functional.theme.deploy.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/base/theme.deploy.base/pom.xml b/functional-tests/base/theme.deploy.base/pom.xml index 0af9ce00ad..51a08d45d8 100644 --- a/functional-tests/base/theme.deploy.base/pom.xml +++ b/functional-tests/base/theme.deploy.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.base base-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.theme.deploy.base diff --git a/functional-tests/com.liferay.ide.functional.testing-repository/pom.xml b/functional-tests/com.liferay.ide.functional.testing-repository/pom.xml index ae0794d7fe..3909d375a4 100644 --- a/functional-tests/com.liferay.ide.functional.testing-repository/pom.xml +++ b/functional-tests/com.liferay.ide.functional.testing-repository/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide functional-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.testing-repository diff --git a/functional-tests/common/com.liferay.ide.functional.liferay/META-INF/MANIFEST.MF b/functional-tests/common/com.liferay.ide.functional.liferay/META-INF/MANIFEST.MF index b7ffbb3785..ed82bd3ab8 100644 --- a/functional-tests/common/com.liferay.ide.functional.liferay/META-INF/MANIFEST.MF +++ b/functional-tests/common/com.liferay.ide.functional.liferay/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Functional Liferay Base Bundle-SymbolicName: com.liferay.ide.functional.liferay -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.swtbot, diff --git a/functional-tests/common/com.liferay.ide.functional.liferay/pom.xml b/functional-tests/common/com.liferay.ide.functional.liferay/pom.xml index 6f86f8956a..42beeb126e 100644 --- a/functional-tests/common/com.liferay.ide.functional.liferay/pom.xml +++ b/functional-tests/common/com.liferay.ide.functional.liferay/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests common-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.liferay diff --git a/functional-tests/common/com.liferay.ide.functional.swtbot/META-INF/MANIFEST.MF b/functional-tests/common/com.liferay.ide.functional.swtbot/META-INF/MANIFEST.MF index 8da70abf90..51d92628d5 100644 --- a/functional-tests/common/com.liferay.ide.functional.swtbot/META-INF/MANIFEST.MF +++ b/functional-tests/common/com.liferay.ide.functional.swtbot/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Functional SWTBot Base Bundle-SymbolicName: com.liferay.ide.functional.swtbot -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay Require-Bundle: org.eclipse.debug.ui, org.eclipse.swtbot.go, diff --git a/functional-tests/common/com.liferay.ide.functional.swtbot/pom.xml b/functional-tests/common/com.liferay.ide.functional.swtbot/pom.xml index 60f2f5e279..55b42fc2b4 100644 --- a/functional-tests/common/com.liferay.ide.functional.swtbot/pom.xml +++ b/functional-tests/common/com.liferay.ide.functional.swtbot/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests common-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.swtbot diff --git a/functional-tests/common/pom.xml b/functional-tests/common/pom.xml index 675dd92a5f..794c55eff3 100644 --- a/functional-tests/common/pom.xml +++ b/functional-tests/common/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide functional-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests diff --git a/functional-tests/install/install.tests/META-INF/MANIFEST.MF b/functional-tests/install/install.tests/META-INF/MANIFEST.MF index a466d30fa4..9039c59cb2 100644 --- a/functional-tests/install/install.tests/META-INF/MANIFEST.MF +++ b/functional-tests/install/install.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Install Tests Bundle-SymbolicName: com.liferay.ide.functional.install.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/functional-tests/install/install.tests/pom.xml b/functional-tests/install/install.tests/pom.xml index 28a6b36a18..eef15b3c18 100644 --- a/functional-tests/install/install.tests/pom.xml +++ b/functional-tests/install/install.tests/pom.xml @@ -8,7 +8,7 @@ com.liferay.ide.install install - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.install.tests diff --git a/functional-tests/install/pom.xml b/functional-tests/install/pom.xml index fe06e4ad1a..14e06d7549 100644 --- a/functional-tests/install/pom.xml +++ b/functional-tests/install/pom.xml @@ -8,7 +8,7 @@ com.liferay.ide functional-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.install diff --git a/functional-tests/platform/pom.xml b/functional-tests/platform/pom.xml index 898f22c88d..04af62d06d 100644 --- a/functional-tests/platform/pom.xml +++ b/functional-tests/platform/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide functional-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests diff --git a/functional-tests/platform/preference/pom.xml b/functional-tests/platform/preference/pom.xml index 46155e1bf3..c5b92e6cf1 100644 --- a/functional-tests/platform/preference/pom.xml +++ b/functional-tests/platform/preference/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests platform-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.preference diff --git a/functional-tests/platform/preference/preference.tests/META-INF/MANIFEST.MF b/functional-tests/platform/preference/preference.tests/META-INF/MANIFEST.MF index 8f93298db3..fff230e8a0 100644 --- a/functional-tests/platform/preference/preference.tests/META-INF/MANIFEST.MF +++ b/functional-tests/platform/preference/preference.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Preference Tests Bundle-SymbolicName: com.liferay.ide.functional.preference.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/functional-tests/platform/preference/preference.tests/pom.xml b/functional-tests/platform/preference/preference.tests/pom.xml index 5929ab9b8a..7b2672cbd2 100644 --- a/functional-tests/platform/preference/preference.tests/pom.xml +++ b/functional-tests/platform/preference/preference.tests/pom.xml @@ -21,7 +21,7 @@ com.liferay.ide.functional.tests.preference preference-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.preference.tests diff --git a/functional-tests/platform/upgrade/pom.xml b/functional-tests/platform/upgrade/pom.xml index 7c91c94eef..2e879ccf4e 100644 --- a/functional-tests/platform/upgrade/pom.xml +++ b/functional-tests/platform/upgrade/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests platform-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.upgrade diff --git a/functional-tests/platform/upgrade/upgrade.view/pom.xml b/functional-tests/platform/upgrade/upgrade.view/pom.xml index 1eaa7aa492..04ffbc100f 100644 --- a/functional-tests/platform/upgrade/upgrade.view/pom.xml +++ b/functional-tests/platform/upgrade/upgrade.view/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.upgrade upgrade-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.upgrade.view diff --git a/functional-tests/platform/upgrade/upgrade.view/upgrade.view.actions/META-INF/MANIFEST.MF b/functional-tests/platform/upgrade/upgrade.view/upgrade.view.actions/META-INF/MANIFEST.MF index 7fa14531f9..ec40d01180 100644 --- a/functional-tests/platform/upgrade/upgrade.view/upgrade.view.actions/META-INF/MANIFEST.MF +++ b/functional-tests/platform/upgrade/upgrade.view/upgrade.view.actions/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Upgrade View Actions Tests Bundle-SymbolicName: com.liferay.ide.functional.upgrade.view.actions.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/platform/upgrade/upgrade.view/upgrade.view.actions/pom.xml b/functional-tests/platform/upgrade/upgrade.view/upgrade.view.actions/pom.xml index 50fed46a8d..3b2885cccc 100644 --- a/functional-tests/platform/upgrade/upgrade.view/upgrade.view.actions/pom.xml +++ b/functional-tests/platform/upgrade/upgrade.view/upgrade.view.actions/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.upgrade.view upgrade-view-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.upgrade.view.actions.tests diff --git a/functional-tests/platform/upgrade/upgrade.view/upgrade.view.steps/META-INF/MANIFEST.MF b/functional-tests/platform/upgrade/upgrade.view/upgrade.view.steps/META-INF/MANIFEST.MF index a8ea7b0711..199da23f3f 100644 --- a/functional-tests/platform/upgrade/upgrade.view/upgrade.view.steps/META-INF/MANIFEST.MF +++ b/functional-tests/platform/upgrade/upgrade.view/upgrade.view.steps/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Upgrade View Steps Tests Bundle-SymbolicName: com.liferay.ide.functional.upgrade.view.steps.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/platform/upgrade/upgrade.view/upgrade.view.steps/pom.xml b/functional-tests/platform/upgrade/upgrade.view/upgrade.view.steps/pom.xml index de939facdc..46c8297894 100644 --- a/functional-tests/platform/upgrade/upgrade.view/upgrade.view.steps/pom.xml +++ b/functional-tests/platform/upgrade/upgrade.view/upgrade.view.steps/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.upgrade.view upgrade-view-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.upgrade.view.steps.tests diff --git a/functional-tests/platform/upgrade/upgrade.wizard/pom.xml b/functional-tests/platform/upgrade/upgrade.wizard/pom.xml index c5a299c055..8c59e925db 100644 --- a/functional-tests/platform/upgrade/upgrade.wizard/pom.xml +++ b/functional-tests/platform/upgrade/upgrade.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.upgrade upgrade-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.upgrade.wizard diff --git a/functional-tests/platform/upgrade/upgrade.wizard/upgrade.wizard.validation/META-INF/MANIFEST.MF b/functional-tests/platform/upgrade/upgrade.wizard/upgrade.wizard.validation/META-INF/MANIFEST.MF index 04fb34ac8d..d58e0c2580 100644 --- a/functional-tests/platform/upgrade/upgrade.wizard/upgrade.wizard.validation/META-INF/MANIFEST.MF +++ b/functional-tests/platform/upgrade/upgrade.wizard/upgrade.wizard.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE UI Upgrade Wizard Tests Bundle-SymbolicName: com.liferay.ide.functional.upgrade.wizard.validation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/platform/upgrade/upgrade.wizard/upgrade.wizard.validation/pom.xml b/functional-tests/platform/upgrade/upgrade.wizard/upgrade.wizard.validation/pom.xml index d94016a73a..3b28448fa9 100644 --- a/functional-tests/platform/upgrade/upgrade.wizard/upgrade.wizard.validation/pom.xml +++ b/functional-tests/platform/upgrade/upgrade.wizard/upgrade.wizard.validation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.upgrade.wizard upgrade-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.upgrade.wizard.validation.tests diff --git a/functional-tests/pom.xml b/functional-tests/pom.xml index 50ef695a00..a909775fa0 100644 --- a/functional-tests/pom.xml +++ b/functional-tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide functional-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT Liferay IDE Functional Tests diff --git a/functional-tests/tools/docker/docker.deploy/docker.deploy.tomcat.74/pom.xml b/functional-tests/tools/docker/docker.deploy/docker.deploy.tomcat.74/pom.xml index dbb03802b3..45b248f0ef 100644 --- a/functional-tests/tools/docker/docker.deploy/docker.deploy.tomcat.74/pom.xml +++ b/functional-tests/tools/docker/docker.deploy/docker.deploy.tomcat.74/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.docker.deploy docker-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.docker.deploy.tomcat.74.tests diff --git a/functional-tests/tools/docker/docker.deploy/pom.xml b/functional-tests/tools/docker/docker.deploy/pom.xml index b2b70e8cee..8c300a9beb 100644 --- a/functional-tests/tools/docker/docker.deploy/pom.xml +++ b/functional-tests/tools/docker/docker.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.docker docker-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.docker.deploy diff --git a/functional-tests/tools/docker/pom.xml b/functional-tests/tools/docker/pom.xml index 070a3576a6..8ac7c33029 100644 --- a/functional-tests/tools/docker/pom.xml +++ b/functional-tests/tools/docker/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.docker diff --git a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.70/META-INF/MANIFEST.MF index bcf65c5ed1..42d063c8f8 100644 --- a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.fragment.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.fragment.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.70/pom.xml b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.70/pom.xml index 2f736eedab..31de6b6afa 100644 --- a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment.deploy fragment-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.deploy.tomcat.70.tests diff --git a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.71/META-INF/MANIFEST.MF index 335ea37284..f6233095ed 100644 --- a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Deploy Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.fragment.deploy.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.fragment.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.71/pom.xml b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.71/pom.xml index 93bda23d6a..43ecd3198b 100644 --- a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.71/pom.xml +++ b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment.deploy fragment-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.deploy.tomcat.71.tests diff --git a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.72/META-INF/MANIFEST.MF b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.72/META-INF/MANIFEST.MF index f4e1219a68..eb3b884587 100644 --- a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.72/META-INF/MANIFEST.MF +++ b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.72/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Deploy Tomcat 72 Tests Bundle-SymbolicName: com.liferay.ide.functional.fragment.deploy.tomcat.72.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.fragment.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.72/pom.xml b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.72/pom.xml index 6efe1c4553..9c85cd825d 100644 --- a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.72/pom.xml +++ b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.72/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment.deploy fragment-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.deploy.tomcat.72.tests diff --git a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.dxp/META-INF/MANIFEST.MF index c8e92d34b4..6b764f3818 100644 --- a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Deploy Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.fragment.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.fragment.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.dxp/pom.xml index 70b148a441..5b06bc9a33 100644 --- a/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/fragment/fragment.deploy/fragment.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment.deploy fragment-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/fragment/fragment.deploy/pom.xml b/functional-tests/tools/fragment/fragment.deploy/pom.xml index 8fb6c073c6..8406493164 100644 --- a/functional-tests/tools/fragment/fragment.deploy/pom.xml +++ b/functional-tests/tools/fragment/fragment.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment fragment-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.fragment.deploy diff --git a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.70/META-INF/MANIFEST.MF index efa7fc19e8..229c12fdc4 100644 --- a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Wizard Create Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.fragment.wizard.create.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.fragment.wizard.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.70/pom.xml b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.70/pom.xml index f76b13c913..950b612dd3 100644 --- a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.70/pom.xml +++ b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment.wizard fragment-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.wizard.create.tomcat.70.tests diff --git a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.71/META-INF/MANIFEST.MF index ac56ca1535..0b2d356656 100644 --- a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Wizard Create Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.fragment.wizard.create.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.fragment.wizard.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.71/pom.xml b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.71/pom.xml index 5aa974c30c..697e9ded36 100644 --- a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.71/pom.xml +++ b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment.wizard fragment-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.wizard.create.tomcat.71.tests diff --git a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.dxp/META-INF/MANIFEST.MF index d170e0d5b3..a006bd2a91 100644 --- a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Tomcat Wizard Create Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.fragment.wizard.create.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.fragment.wizard.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.dxp/pom.xml b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.dxp/pom.xml index ce6b858c23..c590ccbbe9 100644 --- a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.dxp/pom.xml +++ b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.create.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment.wizard fragment-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.wizard.create.tomcat.dxp.tests diff --git a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.validation/META-INF/MANIFEST.MF b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.validation/META-INF/MANIFEST.MF index fe6b8073a7..0a2c86c4f8 100644 --- a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.validation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Fragment Wizard Validation Bundle-SymbolicName: com.liferay.ide.functional.fragment.wizard.validation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.fragment.wizard.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.validation/pom.xml b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.validation/pom.xml index da08f6ed72..00078a0005 100644 --- a/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.validation/pom.xml +++ b/functional-tests/tools/fragment/fragment.wizard/fragment.wizard.validation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment.wizard fragment-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.fragment.wizard.validation.tests diff --git a/functional-tests/tools/fragment/fragment.wizard/pom.xml b/functional-tests/tools/fragment/fragment.wizard/pom.xml index c9b5ae2c41..bceacef98a 100644 --- a/functional-tests/tools/fragment/fragment.wizard/pom.xml +++ b/functional-tests/tools/fragment/fragment.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.fragment fragment-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.fragment.wizard diff --git a/functional-tests/tools/fragment/pom.xml b/functional-tests/tools/fragment/pom.xml index da3ea9e756..50c96a2e8b 100644 --- a/functional-tests/tools/fragment/pom.xml +++ b/functional-tests/tools/fragment/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.fragment diff --git a/functional-tests/tools/hook/hook.deploy/hook.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/hook/hook.deploy/hook.deploy.tomcat.70/META-INF/MANIFEST.MF index 9a07782ad7..20a6565bfa 100644 --- a/functional-tests/tools/hook/hook.deploy/hook.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/hook/hook.deploy/hook.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Hook Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.hook.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.hook.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/hook/hook.deploy/hook.deploy.tomcat.70/pom.xml b/functional-tests/tools/hook/hook.deploy/hook.deploy.tomcat.70/pom.xml index dc0dd60f32..749880029d 100644 --- a/functional-tests/tools/hook/hook.deploy/hook.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/hook/hook.deploy/hook.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.hook.deploy hook-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.hook.deploy.tomcat.70.tests diff --git a/functional-tests/tools/hook/hook.deploy/pom.xml b/functional-tests/tools/hook/hook.deploy/pom.xml index bc23cbc350..a99137324f 100644 --- a/functional-tests/tools/hook/hook.deploy/pom.xml +++ b/functional-tests/tools/hook/hook.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.hook hook-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.hook.deploy diff --git a/functional-tests/tools/hook/hook.wizard/hook.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/hook/hook.wizard/hook.wizard.create/META-INF/MANIFEST.MF index 1155f47275..d59ed9897a 100644 --- a/functional-tests/tools/hook/hook.wizard/hook.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/hook/hook.wizard/hook.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Hook Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.hook.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/hook/hook.wizard/hook.wizard.create/pom.xml b/functional-tests/tools/hook/hook.wizard/hook.wizard.create/pom.xml index adb859bcf7..d08fb6fc92 100644 --- a/functional-tests/tools/hook/hook.wizard/hook.wizard.create/pom.xml +++ b/functional-tests/tools/hook/hook.wizard/hook.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.hook.wizard hook-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.hook.wizard.create.tests diff --git a/functional-tests/tools/hook/hook.wizard/pom.xml b/functional-tests/tools/hook/hook.wizard/pom.xml index 942c43c221..c17e95da4f 100644 --- a/functional-tests/tools/hook/hook.wizard/pom.xml +++ b/functional-tests/tools/hook/hook.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.hook hook-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.hook.wizard diff --git a/functional-tests/tools/hook/pom.xml b/functional-tests/tools/hook/pom.xml index 304b26bf1f..fb0fd3718b 100644 --- a/functional-tests/tools/hook/pom.xml +++ b/functional-tests/tools/hook/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.hook diff --git a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/META-INF/MANIFEST.MF index 14ae0490e7..0c6b8e2b8d 100644 --- a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Jsf Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.jsf.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.jsf.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/pom.xml b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/pom.xml index 107a2d2bdf..452e8fc2f1 100644 --- a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.jsf.deploy jsf-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.jsf.deploy.tomcat.70.tests diff --git a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/META-INF/MANIFEST.MF index 4407e96df1..3c73b63667 100644 --- a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Jsf Deploy Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.jsf.deploy.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.jsf.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/pom.xml b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/pom.xml index bee726859f..202fd113a9 100644 --- a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/pom.xml +++ b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.jsf.deploy jsf-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.jsf.deploy.tomcat.71.tests diff --git a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/META-INF/MANIFEST.MF index b02b870e6a..4290be6476 100644 --- a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Jsf Deploy Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.jsf.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.jsf.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/pom.xml index 91387edf04..45fe46d3d3 100644 --- a/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/jsf/jsf.deploy/jsf.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.jsf.deploy jsf-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.jsf.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/jsf/jsf.deploy/pom.xml b/functional-tests/tools/jsf/jsf.deploy/pom.xml index 7c3f495b4e..ee06837cf0 100644 --- a/functional-tests/tools/jsf/jsf.deploy/pom.xml +++ b/functional-tests/tools/jsf/jsf.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.jsf jsf-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.jsf.deploy diff --git a/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.create/META-INF/MANIFEST.MF index 1d36058ce0..a182581b34 100644 --- a/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Jsf Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.jsf.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.create/pom.xml b/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.create/pom.xml index e8e629c7f0..a95389d24f 100644 --- a/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.create/pom.xml +++ b/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.jsf.wizard jsf-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.jsf.wizard.create.tests diff --git a/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.validation/META-INF/MANIFEST.MF b/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.validation/META-INF/MANIFEST.MF index 57bda9c1e9..4c219d2f8c 100644 --- a/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.validation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Jsf Wizard Validation Tests Bundle-SymbolicName: com.liferay.ide.functional.jsf.wizard.validation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.validation/pom.xml b/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.validation/pom.xml index 18838ee13d..5fa698bdd5 100644 --- a/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.validation/pom.xml +++ b/functional-tests/tools/jsf/jsf.wizard/jsf.wizard.validation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.jsf.wizard jsf-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.jsf.wizard.validation.tests diff --git a/functional-tests/tools/jsf/jsf.wizard/pom.xml b/functional-tests/tools/jsf/jsf.wizard/pom.xml index 09990b54e8..a20b7663cf 100644 --- a/functional-tests/tools/jsf/jsf.wizard/pom.xml +++ b/functional-tests/tools/jsf/jsf.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.jsf jsf-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.jsf.wizard diff --git a/functional-tests/tools/jsf/pom.xml b/functional-tests/tools/jsf/pom.xml index f20dc32def..e5678a89c0 100644 --- a/functional-tests/tools/jsf/pom.xml +++ b/functional-tests/tools/jsf/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.jsf diff --git a/functional-tests/tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/META-INF/MANIFEST.MF index 528ad090c8..2bfacbea14 100644 --- a/functional-tests/tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Kaleo Deploy Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.kaleo.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/pom.xml index e063b5d939..f50d9ff7a4 100644 --- a/functional-tests/tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/kaleo/kaleo.deploy/kaleo.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.kaleo.deploy kaleo-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.kaleo.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/kaleo/kaleo.deploy/pom.xml b/functional-tests/tools/kaleo/kaleo.deploy/pom.xml index 91f5a2180e..1964643b3d 100644 --- a/functional-tests/tools/kaleo/kaleo.deploy/pom.xml +++ b/functional-tests/tools/kaleo/kaleo.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.kaleo kaleo-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.kaleo.deploy diff --git a/functional-tests/tools/kaleo/kaleo.editor/kaleo.editor.operation/META-INF/MANIFEST.MF b/functional-tests/tools/kaleo/kaleo.editor/kaleo.editor.operation/META-INF/MANIFEST.MF index 7f32537a47..d923552652 100644 --- a/functional-tests/tools/kaleo/kaleo.editor/kaleo.editor.operation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/kaleo/kaleo.editor/kaleo.editor.operation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Kaleo Editor Operation Tests Bundle-SymbolicName: com.liferay.ide.functional.kaleo.editor.operation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/kaleo/kaleo.editor/kaleo.editor.operation/pom.xml b/functional-tests/tools/kaleo/kaleo.editor/kaleo.editor.operation/pom.xml index e7522235c6..45476cee96 100644 --- a/functional-tests/tools/kaleo/kaleo.editor/kaleo.editor.operation/pom.xml +++ b/functional-tests/tools/kaleo/kaleo.editor/kaleo.editor.operation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.kaleo.editor kaleo-editor-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.kaleo.editor.operation.tests diff --git a/functional-tests/tools/kaleo/kaleo.editor/pom.xml b/functional-tests/tools/kaleo/kaleo.editor/pom.xml index 60fa8b9786..de07beb935 100644 --- a/functional-tests/tools/kaleo/kaleo.editor/pom.xml +++ b/functional-tests/tools/kaleo/kaleo.editor/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.kaleo kaleo-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.kaleo.editor diff --git a/functional-tests/tools/kaleo/kaleo.wizard/kaleo.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/kaleo/kaleo.wizard/kaleo.wizard.create/META-INF/MANIFEST.MF index 6d5664ca2f..d35fc4f9f2 100644 --- a/functional-tests/tools/kaleo/kaleo.wizard/kaleo.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/kaleo/kaleo.wizard/kaleo.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Kaleo Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.kaleo.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/kaleo/kaleo.wizard/kaleo.wizard.create/pom.xml b/functional-tests/tools/kaleo/kaleo.wizard/kaleo.wizard.create/pom.xml index ceee4fa895..3c3f6daae0 100644 --- a/functional-tests/tools/kaleo/kaleo.wizard/kaleo.wizard.create/pom.xml +++ b/functional-tests/tools/kaleo/kaleo.wizard/kaleo.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.kaleo.wizard kaleo-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.kaleo.wizard.create.tests diff --git a/functional-tests/tools/kaleo/kaleo.wizard/pom.xml b/functional-tests/tools/kaleo/kaleo.wizard/pom.xml index f57c796824..3f810575b7 100644 --- a/functional-tests/tools/kaleo/kaleo.wizard/pom.xml +++ b/functional-tests/tools/kaleo/kaleo.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.kaleo kaleo-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.kaleo.wizard diff --git a/functional-tests/tools/kaleo/pom.xml b/functional-tests/tools/kaleo/pom.xml index b012b0a4ec..ad6686d871 100644 --- a/functional-tests/tools/kaleo/pom.xml +++ b/functional-tests/tools/kaleo/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.kaleo diff --git a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.70/META-INF/MANIFEST.MF index f6475c498a..99af226cde 100644 --- a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Layouttpl Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.layouttpl.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.layouttpl.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.70/pom.xml b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.70/pom.xml index 0bc7140a25..12dc741779 100644 --- a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.layouttpl.deploy layouttpl-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.layouttpl.deploy.tomcat.70.tests diff --git a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.71/META-INF/MANIFEST.MF index d6689b083a..bf7466466c 100644 --- a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Layouttpl Deploy Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.layouttpl.deploy.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.layouttpl.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.71/pom.xml b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.71/pom.xml index ae40c48e33..7cc1dceb61 100644 --- a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.71/pom.xml +++ b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.layouttpl.deploy layouttpl-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.layouttpl.deploy.tomcat.71.tests diff --git a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.dxp/META-INF/MANIFEST.MF index 41c57643de..1f03bfa032 100644 --- a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Layouttpl Deploy Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.layouttpl.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.layouttpl.deploy.base, com.liferay.ide.functional.liferay, diff --git a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.dxp/pom.xml index af1510b28a..ffd46d6ae8 100644 --- a/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/layouttpl/layouttpl.deploy/layouttpl.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.layouttpl.deploy layouttpl-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.layouttpl.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/layouttpl/layouttpl.deploy/pom.xml b/functional-tests/tools/layouttpl/layouttpl.deploy/pom.xml index 15e06f752e..233d6ea632 100644 --- a/functional-tests/tools/layouttpl/layouttpl.deploy/pom.xml +++ b/functional-tests/tools/layouttpl/layouttpl.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.layouttpl layouttpl-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.layouttpl.deploy diff --git a/functional-tests/tools/layouttpl/layouttpl.wizard/layouttpl.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/layouttpl/layouttpl.wizard/layouttpl.wizard.create/META-INF/MANIFEST.MF index 2574a7ac03..b1d2bd3281 100644 --- a/functional-tests/tools/layouttpl/layouttpl.wizard/layouttpl.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/layouttpl/layouttpl.wizard/layouttpl.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Layouttpl Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.layouttpl.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/layouttpl/layouttpl.wizard/layouttpl.wizard.create/pom.xml b/functional-tests/tools/layouttpl/layouttpl.wizard/layouttpl.wizard.create/pom.xml index 53821abae5..ff27c46808 100644 --- a/functional-tests/tools/layouttpl/layouttpl.wizard/layouttpl.wizard.create/pom.xml +++ b/functional-tests/tools/layouttpl/layouttpl.wizard/layouttpl.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.layouttpl.wizard layouttpl-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.layouttpl.wizard.create.tests diff --git a/functional-tests/tools/layouttpl/layouttpl.wizard/pom.xml b/functional-tests/tools/layouttpl/layouttpl.wizard/pom.xml index 36c9f6f4e0..9ba0c2cfeb 100644 --- a/functional-tests/tools/layouttpl/layouttpl.wizard/pom.xml +++ b/functional-tests/tools/layouttpl/layouttpl.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.layouttpl layouttpl-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.layouttpl.wizard diff --git a/functional-tests/tools/layouttpl/pom.xml b/functional-tests/tools/layouttpl/pom.xml index cc7339b61e..3be641060b 100644 --- a/functional-tests/tools/layouttpl/pom.xml +++ b/functional-tests/tools/layouttpl/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.layouttpl diff --git a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.70/META-INF/MANIFEST.MF index 8add62ec47..1394b685b0 100644 --- a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Module Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.module.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.module.deploy.base, diff --git a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.70/pom.xml b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.70/pom.xml index 6d4b7163f6..5eb24e104a 100644 --- a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module.deploy module-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.module.deploy.tomcat.70.tests diff --git a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.71/META-INF/MANIFEST.MF index 018bea78f1..83746ff97e 100644 --- a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Module Deploy Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.module.deploy.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.module.deploy.base, diff --git a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.71/pom.xml b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.71/pom.xml index 2cc283415e..20359aba79 100644 --- a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.71/pom.xml +++ b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module.deploy module-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.module.deploy.tomcat.71.tests diff --git a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.dxp/META-INF/MANIFEST.MF index 7b4cbc2d72..f8fa4cbe77 100644 --- a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Module Deploy Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.module.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.module.deploy.base, diff --git a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.dxp/pom.xml index a316eb5092..9d2b50f77d 100644 --- a/functional-tests/tools/module/module.deploy/module.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/module/module.deploy/module.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module.deploy module-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.module.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/module/module.deploy/pom.xml b/functional-tests/tools/module/module.deploy/pom.xml index 3054880c88..d8a7c619c6 100644 --- a/functional-tests/tools/module/module.deploy/pom.xml +++ b/functional-tests/tools/module/module.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module module-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.module.deploy diff --git a/functional-tests/tools/module/module.editor/module.editor.operation/META-INF/MANIFEST.MF b/functional-tests/tools/module/module.editor/module.editor.operation/META-INF/MANIFEST.MF index 209bae4f58..e900884502 100644 --- a/functional-tests/tools/module/module.editor/module.editor.operation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/module/module.editor/module.editor.operation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Module Editor Operation Tests Bundle-SymbolicName: com.liferay.ide.functional.module.editor.operation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/module/module.editor/module.editor.operation/pom.xml b/functional-tests/tools/module/module.editor/module.editor.operation/pom.xml index 495dc7e457..8627ba6af5 100644 --- a/functional-tests/tools/module/module.editor/module.editor.operation/pom.xml +++ b/functional-tests/tools/module/module.editor/module.editor.operation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module.editor module-editor-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.module.editor.operation.tests diff --git a/functional-tests/tools/module/module.editor/pom.xml b/functional-tests/tools/module/module.editor/pom.xml index c8d4dcd776..6025ecf14f 100644 --- a/functional-tests/tools/module/module.editor/pom.xml +++ b/functional-tests/tools/module/module.editor/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module module-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.module.editor diff --git a/functional-tests/tools/module/module.watch/module.watch.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/module/module.watch/module.watch.tomcat.71/META-INF/MANIFEST.MF index df5eea3dd4..052eafab3d 100644 --- a/functional-tests/tools/module/module.watch/module.watch.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/module/module.watch/module.watch.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Module Watch Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.module.watch.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/module/module.watch/module.watch.tomcat.71/pom.xml b/functional-tests/tools/module/module.watch/module.watch.tomcat.71/pom.xml index 8ba20ab8be..bd62f2f401 100644 --- a/functional-tests/tools/module/module.watch/module.watch.tomcat.71/pom.xml +++ b/functional-tests/tools/module/module.watch/module.watch.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module.watch module-watch-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.module.watch.tomcat.71.tests diff --git a/functional-tests/tools/module/module.watch/pom.xml b/functional-tests/tools/module/module.watch/pom.xml index aa711b0d1c..a916dfe0fa 100644 --- a/functional-tests/tools/module/module.watch/pom.xml +++ b/functional-tests/tools/module/module.watch/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module module-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.module.watch diff --git a/functional-tests/tools/module/module.wizard/module.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/module/module.wizard/module.wizard.create/META-INF/MANIFEST.MF index 67bedd3077..078a082a7b 100644 --- a/functional-tests/tools/module/module.wizard/module.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/module/module.wizard/module.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Module Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.module.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/module/module.wizard/module.wizard.create/pom.xml b/functional-tests/tools/module/module.wizard/module.wizard.create/pom.xml index 76e93ec23c..7f36949a7e 100644 --- a/functional-tests/tools/module/module.wizard/module.wizard.create/pom.xml +++ b/functional-tests/tools/module/module.wizard/module.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module.wizard module-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.module.wizard.create.tests diff --git a/functional-tests/tools/module/module.wizard/module.wizard.validation/META-INF/MANIFEST.MF b/functional-tests/tools/module/module.wizard/module.wizard.validation/META-INF/MANIFEST.MF index 0a7e78553b..48304ab3fd 100644 --- a/functional-tests/tools/module/module.wizard/module.wizard.validation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/module/module.wizard/module.wizard.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Module Wizard Validation Tests Bundle-SymbolicName: com.liferay.ide.functional.module.wizard.validation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/module/module.wizard/module.wizard.validation/pom.xml b/functional-tests/tools/module/module.wizard/module.wizard.validation/pom.xml index 357d520d4c..b2d19da50c 100644 --- a/functional-tests/tools/module/module.wizard/module.wizard.validation/pom.xml +++ b/functional-tests/tools/module/module.wizard/module.wizard.validation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module.wizard module-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.module.wizard.validation.tests diff --git a/functional-tests/tools/module/module.wizard/pom.xml b/functional-tests/tools/module/module.wizard/pom.xml index c10bd587cc..328b9f2656 100644 --- a/functional-tests/tools/module/module.wizard/pom.xml +++ b/functional-tests/tools/module/module.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.module module-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.module.wizard diff --git a/functional-tests/tools/module/pom.xml b/functional-tests/tools/module/pom.xml index 72047c8b92..9064ba677d 100644 --- a/functional-tests/tools/module/pom.xml +++ b/functional-tests/tools/module/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.module diff --git a/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.create/META-INF/MANIFEST.MF index 4d0c1c85c9..97f13e0b25 100644 --- a/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Modules Ext Files Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.modules.ext.files.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.create/pom.xml b/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.create/pom.xml index e6ca6567ad..e93a25bdf9 100644 --- a/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.create/pom.xml +++ b/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.modules.ext.files.wizard modules-ext-files-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.modules.ext.files.wizard.create.tests diff --git a/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.validation/META-INF/MANIFEST.MF b/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.validation/META-INF/MANIFEST.MF index 57dd60007d..805d9c82be 100644 --- a/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.validation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Modules Ext Files Wizard Validation Tests Bundle-SymbolicName: com.liferay.ide.functional.modules.ext.files.wizard.validation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.validation/pom.xml b/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.validation/pom.xml index 02628af17a..54de7ac35c 100644 --- a/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.validation/pom.xml +++ b/functional-tests/tools/modules.ext/modules.ext.files.wizard/modules.ext.files.wizard.validation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.modules.ext.files.wizard modules-ext-files-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.modules.ext.files.wizard.validation.tests diff --git a/functional-tests/tools/modules.ext/modules.ext.files.wizard/pom.xml b/functional-tests/tools/modules.ext/modules.ext.files.wizard/pom.xml index 12d933ade6..d1cc34feb5 100644 --- a/functional-tests/tools/modules.ext/modules.ext.files.wizard/pom.xml +++ b/functional-tests/tools/modules.ext/modules.ext.files.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.modules.ext modules-ext-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.modules.ext.files.wizard diff --git a/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.create/META-INF/MANIFEST.MF index 0f9adedb62..d4c9903394 100644 --- a/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Modules Ext Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.modules.ext.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.create/pom.xml b/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.create/pom.xml index 04330f4c0f..623097a838 100644 --- a/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.create/pom.xml +++ b/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.modules.ext.wizard modules-ext-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.modules.ext.wizard.create.tests diff --git a/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.validation/META-INF/MANIFEST.MF b/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.validation/META-INF/MANIFEST.MF index 715397812c..3750b7ab72 100644 --- a/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.validation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Modules Ext Wizard Validation Tests Bundle-SymbolicName: com.liferay.ide.functional.modules.ext.wizard.validation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.validation/pom.xml b/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.validation/pom.xml index 8d7d2b5e43..04c09b8e4d 100644 --- a/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.validation/pom.xml +++ b/functional-tests/tools/modules.ext/modules.ext.wizard/modules.ext.wizard.validation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.modules.ext.wizard modules-ext-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.modules.ext.wizard.validation.tests diff --git a/functional-tests/tools/modules.ext/modules.ext.wizard/pom.xml b/functional-tests/tools/modules.ext/modules.ext.wizard/pom.xml index 79bb4d9652..a821748e7f 100644 --- a/functional-tests/tools/modules.ext/modules.ext.wizard/pom.xml +++ b/functional-tests/tools/modules.ext/modules.ext.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.modules.ext modules-ext-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.modules.ext.wizard diff --git a/functional-tests/tools/modules.ext/pom.xml b/functional-tests/tools/modules.ext/pom.xml index e642f4df69..e1f4bdacdd 100644 --- a/functional-tests/tools/modules.ext/pom.xml +++ b/functional-tests/tools/modules.ext/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.modules.ext diff --git a/functional-tests/tools/pom.xml b/functional-tests/tools/pom.xml index 51764b2c87..71c4ec59f5 100644 --- a/functional-tests/tools/pom.xml +++ b/functional-tests/tools/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide functional-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests diff --git a/functional-tests/tools/portlet/pom.xml b/functional-tests/tools/portlet/pom.xml index 88b4d26e33..f6df0b4fcf 100644 --- a/functional-tests/tools/portlet/pom.xml +++ b/functional-tests/tools/portlet/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.portlet diff --git a/functional-tests/tools/portlet/portlet.deploy/pom.xml b/functional-tests/tools/portlet/portlet.deploy/pom.xml index 6e89a85b2b..144cd4596c 100644 --- a/functional-tests/tools/portlet/portlet.deploy/pom.xml +++ b/functional-tests/tools/portlet/portlet.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.portlet portlet-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.portlet.deploy diff --git a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.70/META-INF/MANIFEST.MF index bd6fb23ec7..5f64b05c69 100644 --- a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Portlet Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.portlet.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.portlet.deploy.base, diff --git a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.70/pom.xml b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.70/pom.xml index b4311d37fa..010534614f 100644 --- a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.portlet.deploy portlet-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.portlet.deploy.tomcat.70.tests diff --git a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.71/META-INF/MANIFEST.MF index 2c41c77872..a7f03b3881 100644 --- a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Portlet Deploy Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.portlet.deploy.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.portlet.deploy.base, diff --git a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.71/pom.xml b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.71/pom.xml index 8084faf454..36e724820d 100644 --- a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.71/pom.xml +++ b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.portlet.deploy portlet-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.portlet.deploy.tomcat.71.tests diff --git a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.dxp/META-INF/MANIFEST.MF index b15ed5a60e..8507a3fcd9 100644 --- a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Portlet Deploy Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.portlet.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.portlet.deploy.base, diff --git a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.dxp/pom.xml index 106cc62621..421211bb96 100644 --- a/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/portlet/portlet.deploy/portlet.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.portlet.deploy portlet-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.portlet.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/portlet/portlet.wizard/pom.xml b/functional-tests/tools/portlet/portlet.wizard/pom.xml index 5d7dc703fb..2781cdbdd7 100644 --- a/functional-tests/tools/portlet/portlet.wizard/pom.xml +++ b/functional-tests/tools/portlet/portlet.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.portlet portlet-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.portlet.wizard diff --git a/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.create/META-INF/MANIFEST.MF index 8db1e72a1d..04fbe366d9 100644 --- a/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Portlet Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.portlet.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.create/pom.xml b/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.create/pom.xml index 3bc750505a..35b8684dc3 100644 --- a/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.create/pom.xml +++ b/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.portlet.wizard portlet-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.portlet.wizard.create.tests diff --git a/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.validation/META-INF/MANIFEST.MF b/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.validation/META-INF/MANIFEST.MF index 5f727fffd1..2efde4f89a 100644 --- a/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.validation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Portlet Wizard Validation Tests Bundle-SymbolicName: com.liferay.ide.functional.portlet.wizard.validation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.validation/pom.xml b/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.validation/pom.xml index bc7edcd83d..7ff9adb788 100644 --- a/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.validation/pom.xml +++ b/functional-tests/tools/portlet/portlet.wizard/portlet.wizard.validation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.portlet.wizard portlet-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.portlet.wizard.validation.tests diff --git a/functional-tests/tools/sdk/pom.xml b/functional-tests/tools/sdk/pom.xml index 8a95aaef33..bb7d297bd8 100644 --- a/functional-tests/tools/sdk/pom.xml +++ b/functional-tests/tools/sdk/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.sdk diff --git a/functional-tests/tools/sdk/sdk.tests/META-INF/MANIFEST.MF b/functional-tests/tools/sdk/sdk.tests/META-INF/MANIFEST.MF index 3f331c534d..9e487d2931 100644 --- a/functional-tests/tools/sdk/sdk.tests/META-INF/MANIFEST.MF +++ b/functional-tests/tools/sdk/sdk.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional SDK Tests Bundle-SymbolicName: com.liferay.ide.functional.sdk.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/sdk/sdk.tests/pom.xml b/functional-tests/tools/sdk/sdk.tests/pom.xml index 262efdebfa..19aab89a67 100644 --- a/functional-tests/tools/sdk/sdk.tests/pom.xml +++ b/functional-tests/tools/sdk/sdk.tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.sdk sdk-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.sdk.tests diff --git a/functional-tests/tools/server/pom.xml b/functional-tests/tools/server/pom.xml index b54e93bc68..8b9c376354 100644 --- a/functional-tests/tools/server/pom.xml +++ b/functional-tests/tools/server/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.server diff --git a/functional-tests/tools/server/server.deploy/pom.xml b/functional-tests/tools/server/server.deploy/pom.xml index 8cb0b8f0cf..5b7ddf113a 100644 --- a/functional-tests/tools/server/server.deploy/pom.xml +++ b/functional-tests/tools/server/server.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.server server-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.server.deploy diff --git a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.70/META-INF/MANIFEST.MF index fc9c8d572f..659d3a3ca2 100644 --- a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Server Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.server.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.server.deploy.base, diff --git a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.70/pom.xml b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.70/pom.xml index dc09cab9bf..e0a9c823d6 100644 --- a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.server.deploy server-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.server.deploy.tomcat.70.tests diff --git a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.71/META-INF/MANIFEST.MF index de0197e5ae..e38a43f9c6 100644 --- a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Server Deploy Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.server.deploy.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.server.deploy.base, diff --git a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.71/pom.xml b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.71/pom.xml index 0bf8e43294..77ab1b484b 100644 --- a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.71/pom.xml +++ b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.server.deploy server-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.server.deploy.tomcat.71.tests diff --git a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.dxp/META-INF/MANIFEST.MF index aedc66517a..63b11a0f2c 100644 --- a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Server Deploy Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.server.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.server.deploy.base, diff --git a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.dxp/pom.xml index 319b85f419..3649fc9e06 100644 --- a/functional-tests/tools/server/server.deploy/server.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/server/server.deploy/server.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.server.deploy server-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.server.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/server/server.settings/pom.xml b/functional-tests/tools/server/server.settings/pom.xml index 0d3c7eabc6..855d1814c3 100644 --- a/functional-tests/tools/server/server.settings/pom.xml +++ b/functional-tests/tools/server/server.settings/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.server server-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.server.settings diff --git a/functional-tests/tools/server/server.settings/server.settings.tomcat.72/META-INF/MANIFEST.MF b/functional-tests/tools/server/server.settings/server.settings.tomcat.72/META-INF/MANIFEST.MF index c688b6aee3..00436496e5 100644 --- a/functional-tests/tools/server/server.settings/server.settings.tomcat.72/META-INF/MANIFEST.MF +++ b/functional-tests/tools/server/server.settings/server.settings.tomcat.72/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Server Settings Tomcat 72 Tests Bundle-SymbolicName: com.liferay.ide.functional.server.settings.tomcat.72.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.server.wizard.base, diff --git a/functional-tests/tools/server/server.settings/server.settings.tomcat.72/pom.xml b/functional-tests/tools/server/server.settings/server.settings.tomcat.72/pom.xml index 668899b45d..0af90a123f 100644 --- a/functional-tests/tools/server/server.settings/server.settings.tomcat.72/pom.xml +++ b/functional-tests/tools/server/server.settings/server.settings.tomcat.72/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.server.settings server-settings-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.server.settings.tomcat.72.tests diff --git a/functional-tests/tools/server/server.wizard/pom.xml b/functional-tests/tools/server/server.wizard/pom.xml index eee2df8e27..e2aada5388 100644 --- a/functional-tests/tools/server/server.wizard/pom.xml +++ b/functional-tests/tools/server/server.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.server server-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.server.wizard diff --git a/functional-tests/tools/server/server.wizard/server.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/server/server.wizard/server.wizard.create/META-INF/MANIFEST.MF index 863341603b..446e25e9ce 100644 --- a/functional-tests/tools/server/server.wizard/server.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/server/server.wizard/server.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Server Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.server.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.server.wizard.base, diff --git a/functional-tests/tools/server/server.wizard/server.wizard.create/pom.xml b/functional-tests/tools/server/server.wizard/server.wizard.create/pom.xml index 9ecfe8c4dd..58bbf87049 100644 --- a/functional-tests/tools/server/server.wizard/server.wizard.create/pom.xml +++ b/functional-tests/tools/server/server.wizard/server.wizard.create/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.functional.tests.server.wizard server-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.server.wizard.create.tests diff --git a/functional-tests/tools/service.builder/pom.xml b/functional-tests/tools/service.builder/pom.xml index c120ddd4d1..a169b82d66 100644 --- a/functional-tests/tools/service.builder/pom.xml +++ b/functional-tests/tools/service.builder/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.service.builder diff --git a/functional-tests/tools/service.builder/service.builder.deploy/pom.xml b/functional-tests/tools/service.builder/service.builder.deploy/pom.xml index 4592909a8e..7287008278 100644 --- a/functional-tests/tools/service.builder/service.builder.deploy/pom.xml +++ b/functional-tests/tools/service.builder/service.builder.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.service.builder service-builder-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.service.builder.deploy diff --git a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.70/META-INF/MANIFEST.MF index ea14c9f3e9..23b4ae2911 100644 --- a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Service Builder Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.service.builder.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.service.builder.deploy.base, diff --git a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.70/pom.xml b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.70/pom.xml index 6a13284a78..dd336ade06 100644 --- a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.service.builder.deploy service-builder-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.service.builder.deploy.tomcat.70.tests diff --git a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.71/META-INF/MANIFEST.MF index 664e400dbc..e1fa9f1cad 100644 --- a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Service Builder Deploy Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.service.builder.deploy.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.service.builder.deploy.base, diff --git a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.71/pom.xml b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.71/pom.xml index 4fc9e3885c..442c290770 100644 --- a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.71/pom.xml +++ b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.service.builder.deploy service-builder-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.service.builder.deploy.tomcat.71.tests diff --git a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.dxp/META-INF/MANIFEST.MF index a723c9c2b2..bddc3c4fd1 100644 --- a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Service Builder Deploy Tomcat DXP Tests Bundle-SymbolicName: com.liferay.ide.functional.service.builder.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.service.builder.deploy.base, diff --git a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.dxp/pom.xml index 84aebe6b71..e4b4f84d30 100644 --- a/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/service.builder/service.builder.deploy/service.builder.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.service.builder.deploy service-builder-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.service.builder.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/service.builder/service.builder.editor/pom.xml b/functional-tests/tools/service.builder/service.builder.editor/pom.xml index f2268f9c67..17ab8e616b 100644 --- a/functional-tests/tools/service.builder/service.builder.editor/pom.xml +++ b/functional-tests/tools/service.builder/service.builder.editor/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.service.builder service-builder-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.service.builder.editor diff --git a/functional-tests/tools/service.builder/service.builder.editor/service.builder.editor.operation/META-INF/MANIFEST.MF b/functional-tests/tools/service.builder/service.builder.editor/service.builder.editor.operation/META-INF/MANIFEST.MF index d34179a7a9..273e956b1a 100644 --- a/functional-tests/tools/service.builder/service.builder.editor/service.builder.editor.operation/META-INF/MANIFEST.MF +++ b/functional-tests/tools/service.builder/service.builder.editor/service.builder.editor.operation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Service Builder Editor Operation Tests Bundle-SymbolicName: com.liferay.ide.functional.service.builder.editor.operation.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/service.builder/service.builder.editor/service.builder.editor.operation/pom.xml b/functional-tests/tools/service.builder/service.builder.editor/service.builder.editor.operation/pom.xml index 7922faa331..a7f680051b 100644 --- a/functional-tests/tools/service.builder/service.builder.editor/service.builder.editor.operation/pom.xml +++ b/functional-tests/tools/service.builder/service.builder.editor/service.builder.editor.operation/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.service.builder.editor service-builder-editor-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.service.builder.editor.operation.tests diff --git a/functional-tests/tools/service.builder/service.builder.wizard/pom.xml b/functional-tests/tools/service.builder/service.builder.wizard/pom.xml index a38ff6d686..d95f38891e 100644 --- a/functional-tests/tools/service.builder/service.builder.wizard/pom.xml +++ b/functional-tests/tools/service.builder/service.builder.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.service.builder service-builder-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.service.builder.wizard diff --git a/functional-tests/tools/service.builder/service.builder.wizard/service.builder.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/service.builder/service.builder.wizard/service.builder.wizard.create/META-INF/MANIFEST.MF index 2770fb7b31..11406bf0b9 100644 --- a/functional-tests/tools/service.builder/service.builder.wizard/service.builder.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/service.builder/service.builder.wizard/service.builder.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Service Builder Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.service.builder.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/service.builder/service.builder.wizard/service.builder.wizard.create/pom.xml b/functional-tests/tools/service.builder/service.builder.wizard/service.builder.wizard.create/pom.xml index 3b900629fe..33b209b2fa 100644 --- a/functional-tests/tools/service.builder/service.builder.wizard/service.builder.wizard.create/pom.xml +++ b/functional-tests/tools/service.builder/service.builder.wizard/service.builder.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.service.builder.wizard service-builder-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.service.builder.wizard.create.tests diff --git a/functional-tests/tools/springmvc.portlet/pom.xml b/functional-tests/tools/springmvc.portlet/pom.xml index 0ec045b742..f9eba1dda2 100644 --- a/functional-tests/tools/springmvc.portlet/pom.xml +++ b/functional-tests/tools/springmvc.portlet/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.springmvc.portlet diff --git a/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/pom.xml b/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/pom.xml index 43bc9f990e..77bb8bd9cb 100644 --- a/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/pom.xml +++ b/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.springmvc.portlet springmvc-portlet-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.springmvc.portlet.wizard diff --git a/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/springmvc.portlet.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/springmvc.portlet.wizard.create/META-INF/MANIFEST.MF index a823bf028c..666b683c5d 100644 --- a/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/springmvc.portlet.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/springmvc.portlet.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Spring Mvc Portlet Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.springmvc.portlet.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/springmvc.portlet.wizard.create/pom.xml b/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/springmvc.portlet.wizard.create/pom.xml index 40bdfd2a3b..d0219ca03c 100644 --- a/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/springmvc.portlet.wizard.create/pom.xml +++ b/functional-tests/tools/springmvc.portlet/springmvc.portlet.wizard/springmvc.portlet.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.springmvc.portlet.wizard springmvc-portlet-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.springmvc.portlet.wizard.create.tests diff --git a/functional-tests/tools/theme/pom.xml b/functional-tests/tools/theme/pom.xml index 8b3bc79154..f0a0ce926a 100644 --- a/functional-tests/tools/theme/pom.xml +++ b/functional-tests/tools/theme/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.theme diff --git a/functional-tests/tools/theme/theme.deploy/pom.xml b/functional-tests/tools/theme/theme.deploy/pom.xml index 72c6b863d5..168549fd73 100644 --- a/functional-tests/tools/theme/theme.deploy/pom.xml +++ b/functional-tests/tools/theme/theme.deploy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.theme theme-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.theme.deploy diff --git a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.70/META-INF/MANIFEST.MF index f63a3f948f..127b48d2c9 100644 --- a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Theme Deploy Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.theme.deploy.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.70/pom.xml b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.70/pom.xml index f28dd82f66..00ed2e7e44 100644 --- a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.70/pom.xml +++ b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.theme.deploy theme-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.theme.deploy.tomcat.70.tests diff --git a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.71/META-INF/MANIFEST.MF b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.71/META-INF/MANIFEST.MF index ec55c6066e..eb373fb37b 100644 --- a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.71/META-INF/MANIFEST.MF +++ b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.71/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Theme Deploy Tomcat 71 Tests Bundle-SymbolicName: com.liferay.ide.functional.theme.deploy.tomcat.71.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.71/pom.xml b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.71/pom.xml index aea99e5daf..265c2739a8 100644 --- a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.71/pom.xml +++ b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.71/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.theme.deploy theme-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.theme.deploy.tomcat.71.tests diff --git a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.dxp/META-INF/MANIFEST.MF b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.dxp/META-INF/MANIFEST.MF index 8492f21e11..7855544d5b 100644 --- a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.dxp/META-INF/MANIFEST.MF +++ b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.dxp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Theme Deploy Tomcat dxp Tests Bundle-SymbolicName: com.liferay.ide.functional.theme.deploy.tomcat.dxp.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.dxp/pom.xml b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.dxp/pom.xml index 8b728be883..9151271f78 100644 --- a/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.dxp/pom.xml +++ b/functional-tests/tools/theme/theme.deploy/theme.deploy.tomcat.dxp/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.theme.deploy theme-deploy-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.theme.deploy.tomcat.dxp.tests diff --git a/functional-tests/tools/theme/theme.wizard/pom.xml b/functional-tests/tools/theme/theme.wizard/pom.xml index 2afd30cefe..9ccb77dd29 100644 --- a/functional-tests/tools/theme/theme.wizard/pom.xml +++ b/functional-tests/tools/theme/theme.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.theme theme-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.theme.wizard diff --git a/functional-tests/tools/theme/theme.wizard/theme.wizard.create/META-INF/MANIFEST.MF b/functional-tests/tools/theme/theme.wizard/theme.wizard.create/META-INF/MANIFEST.MF index 9c0b7bc9a7..e6a36b9465 100644 --- a/functional-tests/tools/theme/theme.wizard/theme.wizard.create/META-INF/MANIFEST.MF +++ b/functional-tests/tools/theme/theme.wizard/theme.wizard.create/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Theme Wizard Create Tests Bundle-SymbolicName: com.liferay.ide.functional.theme.wizard.create.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/theme/theme.wizard/theme.wizard.create/pom.xml b/functional-tests/tools/theme/theme.wizard/theme.wizard.create/pom.xml index f430e64074..0fd96f0244 100644 --- a/functional-tests/tools/theme/theme.wizard/theme.wizard.create/pom.xml +++ b/functional-tests/tools/theme/theme.wizard/theme.wizard.create/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.theme.wizard theme-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.theme.wizard.create.tests diff --git a/functional-tests/tools/workspace/pom.xml b/functional-tests/tools/workspace/pom.xml index b0f04ba5bd..470d06bb2a 100644 --- a/functional-tests/tools/workspace/pom.xml +++ b/functional-tests/tools/workspace/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.workspace diff --git a/functional-tests/tools/workspace/workspace.wizard/pom.xml b/functional-tests/tools/workspace/workspace.wizard/pom.xml index 66112f42ca..90da749529 100644 --- a/functional-tests/tools/workspace/workspace.wizard/pom.xml +++ b/functional-tests/tools/workspace/workspace.wizard/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.workspace workspace-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.tests.workspace.wizard diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/META-INF/MANIFEST.MF index 28c9752b44..848fe63aa1 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Workspace Wizard Create Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.workspace.wizard.create.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/pom.xml b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/pom.xml index 17832655e1..bafe5fee99 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/pom.xml +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.workspace.wizard workspace-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.workspace.wizard.create.tomcat.70.tests diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/META-INF/MANIFEST.MF index ed5c14129c..6faa155fdf 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Workspace Wizard Import Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.workspace.wizard.import.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/pom.xml b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/pom.xml index 18c4268732..60ad20e281 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/pom.xml +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.workspace.wizard workspace-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.workspace.wizard.import.tomcat.70.tests diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.validation.tomcat.70/META-INF/MANIFEST.MF b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.validation.tomcat.70/META-INF/MANIFEST.MF index 9368f05486..64b0bcca8e 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.validation.tomcat.70/META-INF/MANIFEST.MF +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.validation.tomcat.70/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Functional Workspace Wizard Validation Tomcat 70 Tests Bundle-SymbolicName: com.liferay.ide.functional.workspace.wizard.validation.tomcat.70.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.functional.liferay, com.liferay.ide.functional.swtbot, diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.validation.tomcat.70/pom.xml b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.validation.tomcat.70/pom.xml index 36053c8d45..7dfa4fc42c 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.validation.tomcat.70/pom.xml +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.validation.tomcat.70/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.functional.tests.workspace.wizard workspace-wizard-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.functional.workspace.wizard.validation.tomcat.70.tests diff --git a/integration-tests/com.liferay.ide.integration.tests-repository/pom.xml b/integration-tests/com.liferay.ide.integration.tests-repository/pom.xml index 587b9c071c..7c3fb83868 100644 --- a/integration-tests/com.liferay.ide.integration.tests-repository/pom.xml +++ b/integration-tests/com.liferay.ide.integration.tests-repository/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide integration-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.integration.tests-repository diff --git a/integration-tests/common/com.liferay.ide.test.core.base/META-INF/MANIFEST.MF b/integration-tests/common/com.liferay.ide.test.core.base/META-INF/MANIFEST.MF index bdfea62601..2fecefa3d7 100644 --- a/integration-tests/common/com.liferay.ide.test.core.base/META-INF/MANIFEST.MF +++ b/integration-tests/common/com.liferay.ide.test.core.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Test Core Base Bundle-SymbolicName: com.liferay.ide.test.core.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.server.core, diff --git a/integration-tests/common/com.liferay.ide.test.core.base/pom.xml b/integration-tests/common/com.liferay.ide.test.core.base/pom.xml index ddc57cb83f..a50f482cfb 100644 --- a/integration-tests/common/com.liferay.ide.test.core.base/pom.xml +++ b/integration-tests/common/com.liferay.ide.test.core.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.integration.tests common-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.test.core.base diff --git a/integration-tests/common/com.liferay.ide.test.project.core.base/META-INF/MANIFEST.MF b/integration-tests/common/com.liferay.ide.test.project.core.base/META-INF/MANIFEST.MF index 238ca4e080..fa69e3c6a7 100644 --- a/integration-tests/common/com.liferay.ide.test.project.core.base/META-INF/MANIFEST.MF +++ b/integration-tests/common/com.liferay.ide.test.project.core.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Test Project Core Base Bundle-SymbolicName: com.liferay.ide.test.project.core.base -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.project.core, diff --git a/integration-tests/common/com.liferay.ide.test.project.core.base/pom.xml b/integration-tests/common/com.liferay.ide.test.project.core.base/pom.xml index 0d5392df62..0e1a5d4154 100644 --- a/integration-tests/common/com.liferay.ide.test.project.core.base/pom.xml +++ b/integration-tests/common/com.liferay.ide.test.project.core.base/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.integration.tests common-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.test.project.core.base diff --git a/integration-tests/common/pom.xml b/integration-tests/common/pom.xml index d6a7f9e3a0..c2957822b7 100644 --- a/integration-tests/common/pom.xml +++ b/integration-tests/common/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide integration-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.integration.tests diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 2f6e15be3c..1d8f4eb075 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide integration-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT Liferay IDE Integration Tests diff --git a/integration-tests/tools/com.liferay.ide.core.tests/META-INF/MANIFEST.MF b/integration-tests/tools/com.liferay.ide.core.tests/META-INF/MANIFEST.MF index 9874705603..eb482624b7 100644 --- a/integration-tests/tools/com.liferay.ide.core.tests/META-INF/MANIFEST.MF +++ b/integration-tests/tools/com.liferay.ide.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Core Tests Bundle-SymbolicName: com.liferay.ide.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.test.core.base, diff --git a/integration-tests/tools/com.liferay.ide.core.tests/pom.xml b/integration-tests/tools/com.liferay.ide.core.tests/pom.xml index c03ab9039f..799b2996a0 100644 --- a/integration-tests/tools/com.liferay.ide.core.tests/pom.xml +++ b/integration-tests/tools/com.liferay.ide.core.tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.integration.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.core.tests diff --git a/integration-tests/tools/com.liferay.ide.gradle.core.tests/META-INF/MANIFEST.MF b/integration-tests/tools/com.liferay.ide.gradle.core.tests/META-INF/MANIFEST.MF index b0b6739556..856fe87eeb 100644 --- a/integration-tests/tools/com.liferay.ide.gradle.core.tests/META-INF/MANIFEST.MF +++ b/integration-tests/tools/com.liferay.ide.gradle.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Gradle Core Tests Bundle-SymbolicName: com.liferay.ide.gradle.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.gradle.core, diff --git a/integration-tests/tools/com.liferay.ide.gradle.core.tests/pom.xml b/integration-tests/tools/com.liferay.ide.gradle.core.tests/pom.xml index 393bc9eddb..43cd170559 100644 --- a/integration-tests/tools/com.liferay.ide.gradle.core.tests/pom.xml +++ b/integration-tests/tools/com.liferay.ide.gradle.core.tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.integration.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.gradle.core.tests diff --git a/integration-tests/tools/com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF b/integration-tests/tools/com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF index 3d66ee4888..02c3309aa9 100644 --- a/integration-tests/tools/com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF +++ b/integration-tests/tools/com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Maven Core Tests Bundle-SymbolicName: com.liferay.ide.maven.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.maven.core, diff --git a/integration-tests/tools/com.liferay.ide.maven.core.tests/pom.xml b/integration-tests/tools/com.liferay.ide.maven.core.tests/pom.xml index 06389fa215..5205169024 100644 --- a/integration-tests/tools/com.liferay.ide.maven.core.tests/pom.xml +++ b/integration-tests/tools/com.liferay.ide.maven.core.tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.integration.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.maven.core.tests diff --git a/integration-tests/tools/pom.xml b/integration-tests/tools/pom.xml index 719792fafb..3f52657acd 100644 --- a/integration-tests/tools/pom.xml +++ b/integration-tests/tools/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide integration-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.integration.tests diff --git a/jsdt/features/com.liferay.ide.alloy/feature.xml b/jsdt/features/com.liferay.ide.alloy/feature.xml index 1fce32a05e..48b5ba4abe 100644 --- a/jsdt/features/com.liferay.ide.alloy/feature.xml +++ b/jsdt/features/com.liferay.ide.alloy/feature.xml @@ -4,7 +4,7 @@ label="Liferay IDE AlloyUI" plugin="com.liferay.ide.alloy.ui" provider-name="Liferay, Inc." - version="4.0.0.qualifier" + version="3.10.0.qualifier" > diff --git a/jsdt/features/com.liferay.ide.alloy/pom.xml b/jsdt/features/com.liferay.ide.alloy/pom.xml index b36b48008e..a4934a1da8 100644 --- a/jsdt/features/com.liferay.ide.alloy/pom.xml +++ b/jsdt/features/com.liferay.ide.alloy/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.jsdt.features jsdt-features - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.alloy diff --git a/jsdt/features/pom.xml b/jsdt/features/pom.xml index bd28fcdca2..d3e7877f49 100644 --- a/jsdt/features/pom.xml +++ b/jsdt/features/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.jsdt jsdt - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.jsdt.features diff --git a/jsdt/plugins/com.liferay.ide.alloy.core/META-INF/MANIFEST.MF b/jsdt/plugins/com.liferay.ide.alloy.core/META-INF/MANIFEST.MF index f1079c204c..dafa6db9c7 100644 --- a/jsdt/plugins/com.liferay.ide.alloy.core/META-INF/MANIFEST.MF +++ b/jsdt/plugins/com.liferay.ide.alloy.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.alloy.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.alloy.core.AlloyCore Bundle-Vendor: %bundle.vendor Require-Bundle: org.eclipse.core.runtime, diff --git a/jsdt/plugins/com.liferay.ide.alloy.core/pom.xml b/jsdt/plugins/com.liferay.ide.alloy.core/pom.xml index d8d339dfb3..050bdce127 100644 --- a/jsdt/plugins/com.liferay.ide.alloy.core/pom.xml +++ b/jsdt/plugins/com.liferay.ide.alloy.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.jsdt.plugins jsdt-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.alloy.core diff --git a/jsdt/plugins/com.liferay.ide.alloy.ui/META-INF/MANIFEST.MF b/jsdt/plugins/com.liferay.ide.alloy.ui/META-INF/MANIFEST.MF index 4040b4f3a3..53232980bf 100644 --- a/jsdt/plugins/com.liferay.ide.alloy.ui/META-INF/MANIFEST.MF +++ b/jsdt/plugins/com.liferay.ide.alloy.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.alloy.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.alloy.ui.AlloyUIPlugin Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.alloy.core, diff --git a/jsdt/plugins/com.liferay.ide.alloy.ui/pom.xml b/jsdt/plugins/com.liferay.ide.alloy.ui/pom.xml index 4a76c37edd..1da9b19d7e 100644 --- a/jsdt/plugins/com.liferay.ide.alloy.ui/pom.xml +++ b/jsdt/plugins/com.liferay.ide.alloy.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.jsdt.plugins jsdt-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.alloy.ui diff --git a/jsdt/plugins/pom.xml b/jsdt/plugins/pom.xml index 14a50a5e03..2baa04f8ec 100644 --- a/jsdt/plugins/pom.xml +++ b/jsdt/plugins/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.jsdt jsdt - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.jsdt.plugins diff --git a/jsdt/pom.xml b/jsdt/pom.xml index 51e5e05462..a52df52a37 100644 --- a/jsdt/pom.xml +++ b/jsdt/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide parent - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT ../build/parent/pom.xml diff --git a/jsdt/tests/com.liferay.ide.alloy.ui.tests/META-INF/MANIFEST.MF b/jsdt/tests/com.liferay.ide.alloy.ui.tests/META-INF/MANIFEST.MF index 473fe983d5..684d0f1873 100644 --- a/jsdt/tests/com.liferay.ide.alloy.ui.tests/META-INF/MANIFEST.MF +++ b/jsdt/tests/com.liferay.ide.alloy.ui.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: com.liferay.ide.alloy.ui.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: com.liferay.ide.alloy.ui, com.liferay.ide.core, com.liferay.ide.core.tests, diff --git a/jsdt/tests/com.liferay.ide.alloy.ui.tests/pom.xml b/jsdt/tests/com.liferay.ide.alloy.ui.tests/pom.xml index 1988a396c3..68cc15220e 100644 --- a/jsdt/tests/com.liferay.ide.alloy.ui.tests/pom.xml +++ b/jsdt/tests/com.liferay.ide.alloy.ui.tests/pom.xml @@ -24,7 +24,7 @@ com.liferay.ide.jstl.tests com.liferay.ide.alloy.ui.tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT eclipse-test-plugin Liferay IDE Alloy UI Tests diff --git a/jsdt/tests/pom.xml b/jsdt/tests/pom.xml index 3988b55c76..eedd2e433f 100644 --- a/jsdt/tests/pom.xml +++ b/jsdt/tests/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.jsdt jsdt - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.jsdt.tests diff --git a/maven/bundles/maven-portal-support/pom.xml b/maven/bundles/maven-portal-support/pom.xml index 8f70096ff4..bae5566d4c 100644 --- a/maven/bundles/maven-portal-support/pom.xml +++ b/maven/bundles/maven-portal-support/pom.xml @@ -9,7 +9,7 @@ com.liferay.ide.maven.bundles maven-bundles - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT maven-portal-support diff --git a/maven/bundles/pom.xml b/maven/bundles/pom.xml index b0c69a09f6..e0d3f4f415 100644 --- a/maven/bundles/pom.xml +++ b/maven/bundles/pom.xml @@ -12,7 +12,7 @@ com.liferay.ide.maven.bundles maven-bundles - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT pom diff --git a/maven/features/com.liferay.ide.maven-feature/feature.xml b/maven/features/com.liferay.ide.maven-feature/feature.xml index 04a4ce809f..fa182f6268 100644 --- a/maven/features/com.liferay.ide.maven-feature/feature.xml +++ b/maven/features/com.liferay.ide.maven-feature/feature.xml @@ -4,7 +4,7 @@ label="Liferay IDE Maven Support (includes Eclipse m2e plugins)" plugin="com.liferay.ide.maven.ui" provider-name="Liferay, Inc." - version="4.0.0.qualifier" + version="3.10.0.qualifier" > diff --git a/maven/features/com.liferay.ide.maven-feature/pom.xml b/maven/features/com.liferay.ide.maven-feature/pom.xml index 579de9b099..8f11fd63cf 100644 --- a/maven/features/com.liferay.ide.maven-feature/pom.xml +++ b/maven/features/com.liferay.ide.maven-feature/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.maven.features maven-features - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.maven diff --git a/maven/features/pom.xml b/maven/features/pom.xml index 6f25f96fcc..478c774a01 100644 --- a/maven/features/pom.xml +++ b/maven/features/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.maven maven - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.maven.features diff --git a/maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF b/maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF index 34b7e02b69..24d781c826 100644 --- a/maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF +++ b/maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.maven.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.maven.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.maven.core.LiferayMavenCore Bundle-Vendor: %bundle.vendor Require-Bundle: biz.aQute.bndlib, diff --git a/maven/plugins/com.liferay.ide.maven.core/pom.xml b/maven/plugins/com.liferay.ide.maven.core/pom.xml index 29c98534e3..d4ca81fb0c 100644 --- a/maven/plugins/com.liferay.ide.maven.core/pom.xml +++ b/maven/plugins/com.liferay.ide.maven.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.maven.plugins maven-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.maven.core @@ -81,7 +81,7 @@ com.liferay.ide.tools.plugins com.liferay.ide.core - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT \ No newline at end of file diff --git a/maven/plugins/com.liferay.ide.maven.ui/META-INF/MANIFEST.MF b/maven/plugins/com.liferay.ide.maven.ui/META-INF/MANIFEST.MF index 7e0fb85c61..9f6d629c9e 100644 --- a/maven/plugins/com.liferay.ide.maven.ui/META-INF/MANIFEST.MF +++ b/maven/plugins/com.liferay.ide.maven.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.maven.ui Bundle-Name: Liferay IDE Maven UI Bundle-SymbolicName: com.liferay.ide.maven.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.maven.ui.LiferayMavenUI Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, diff --git a/maven/plugins/com.liferay.ide.maven.ui/pom.xml b/maven/plugins/com.liferay.ide.maven.ui/pom.xml index 4a76ac990f..a766cb569b 100644 --- a/maven/plugins/com.liferay.ide.maven.ui/pom.xml +++ b/maven/plugins/com.liferay.ide.maven.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.maven.plugins maven-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.maven.ui diff --git a/maven/plugins/pom.xml b/maven/plugins/pom.xml index 728a1d85db..4ab1742e35 100644 --- a/maven/plugins/pom.xml +++ b/maven/plugins/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.maven maven - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.maven.plugins diff --git a/maven/pom.xml b/maven/pom.xml index 1b2766d9fd..359b48437c 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide parent - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT ../build/parent/pom.xml diff --git a/maven/tests/com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF b/maven/tests/com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF index 02ba65c439..87af4a3e7c 100644 --- a/maven/tests/com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF +++ b/maven/tests/com.liferay.ide.maven.core.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.maven.core.tests Bundle-Name: Liferay Maven Core Tests Bundle-SymbolicName: com.liferay.ide.maven.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.core.tests, diff --git a/maven/tests/com.liferay.ide.maven.core.tests/pom.xml b/maven/tests/com.liferay.ide.maven.core.tests/pom.xml index 33c72a05a8..71850ca976 100644 --- a/maven/tests/com.liferay.ide.maven.core.tests/pom.xml +++ b/maven/tests/com.liferay.ide.maven.core.tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.maven.tests maven-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.maven.core.tests diff --git a/maven/tests/pom.xml b/maven/tests/pom.xml index 6d58e1cd04..80be6fb29d 100644 --- a/maven/tests/pom.xml +++ b/maven/tests/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.maven maven - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.maven.tests diff --git a/pom.xml b/pom.xml index 43800fe851..41577ba0a1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.liferay liferay-ide - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT pom Liferay IDE diff --git a/portal/features/com.liferay.ide.portal-feature/feature.xml b/portal/features/com.liferay.ide.portal-feature/feature.xml index a2759ee400..3b98713728 100644 --- a/portal/features/com.liferay.ide.portal-feature/feature.xml +++ b/portal/features/com.liferay.ide.portal-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/portal/features/com.liferay.ide.portal-feature/pom.xml b/portal/features/com.liferay.ide.portal-feature/pom.xml index fabcb837f4..f516be6b22 100644 --- a/portal/features/com.liferay.ide.portal-feature/pom.xml +++ b/portal/features/com.liferay.ide.portal-feature/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.portal portal-features - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal-feature diff --git a/portal/features/pom.xml b/portal/features/pom.xml index 171f058dc7..35cbc736ab 100644 --- a/portal/features/pom.xml +++ b/portal/features/pom.xml @@ -23,7 +23,7 @@ com.liferay.ide.portal portal - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal diff --git a/portal/plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF b/portal/plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF index c0cd1a06eb..102926ed7c 100644 --- a/portal/plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF +++ b/portal/plugins/com.liferay.ide.freemarker/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Freemarker Bundle-SymbolicName: com.liferay.ide.freemarker;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: org.jboss.ide.eclipse.freemarker.Plugin Bundle-Vendor: Liferay, Inc. Require-Bundle: org.eclipse.ui, diff --git a/portal/plugins/com.liferay.ide.freemarker/pom.xml b/portal/plugins/com.liferay.ide.freemarker/pom.xml index db8fe09ebe..e362e6db65 100644 --- a/portal/plugins/com.liferay.ide.freemarker/pom.xml +++ b/portal/plugins/com.liferay.ide.freemarker/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.portal.plugins portal-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.freemarker diff --git a/portal/plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF b/portal/plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF index f7eaf01914..5caa6d2165 100644 --- a/portal/plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF +++ b/portal/plugins/com.liferay.ide.portal.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.portal.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.portal.core.PortalCore Bundle-Vendor: %bundle.vendor Require-Bundle: org.eclipse.core.runtime, diff --git a/portal/plugins/com.liferay.ide.portal.core/pom.xml b/portal/plugins/com.liferay.ide.portal.core/pom.xml index 03e62a8a71..3617de2fd8 100644 --- a/portal/plugins/com.liferay.ide.portal.core/pom.xml +++ b/portal/plugins/com.liferay.ide.portal.core/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.portal.plugins portal-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal.core diff --git a/portal/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF b/portal/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF index afb36fd516..f121c5c9e8 100644 --- a/portal/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF +++ b/portal/plugins/com.liferay.ide.portal.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.portal.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.portal.ui.PortalUI Bundle-Vendor: %bundle.vendor Require-Bundle: org.eclipse.ui, diff --git a/portal/plugins/com.liferay.ide.portal.ui/pom.xml b/portal/plugins/com.liferay.ide.portal.ui/pom.xml index 8a67c6332b..9ddaf0c755 100644 --- a/portal/plugins/com.liferay.ide.portal.ui/pom.xml +++ b/portal/plugins/com.liferay.ide.portal.ui/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.portal.plugins portal-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal.ui diff --git a/portal/plugins/pom.xml b/portal/plugins/pom.xml index 2b8fd09744..cac229438b 100644 --- a/portal/plugins/pom.xml +++ b/portal/plugins/pom.xml @@ -23,7 +23,7 @@ com.liferay.ide.portal portal - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal.plugins diff --git a/portal/pom.xml b/portal/pom.xml index 9390dd085c..0480eaff7a 100644 --- a/portal/pom.xml +++ b/portal/pom.xml @@ -23,7 +23,7 @@ com.liferay.ide parent - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT ../build/parent/pom.xml diff --git a/portal/tests/com.liferay.ide.portal.core.tests/META-INF/MANIFEST.MF b/portal/tests/com.liferay.ide.portal.core.tests/META-INF/MANIFEST.MF index 84fb22b84b..ec2897c824 100644 --- a/portal/tests/com.liferay.ide.portal.core.tests/META-INF/MANIFEST.MF +++ b/portal/tests/com.liferay.ide.portal.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Portal Core Tests Bundle-SymbolicName: com.liferay.ide.portal.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: org.eclipse.core.runtime, com.liferay.ide.portal.core;bundle-version="2.0.0", diff --git a/portal/tests/com.liferay.ide.portal.core.tests/pom.xml b/portal/tests/com.liferay.ide.portal.core.tests/pom.xml index 31d2d11c28..16f818318d 100644 --- a/portal/tests/com.liferay.ide.portal.core.tests/pom.xml +++ b/portal/tests/com.liferay.ide.portal.core.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.portal.tests portal-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal.core.tests diff --git a/portal/tests/pom.xml b/portal/tests/pom.xml index ffedae715f..30f2b8a832 100644 --- a/portal/tests/pom.xml +++ b/portal/tests/pom.xml @@ -23,7 +23,7 @@ com.liferay.ide.portal portal - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portal.tests diff --git a/tools/features/com.liferay.ide.eclipse.tools/feature.xml b/tools/features/com.liferay.ide.eclipse.tools/feature.xml index 625441280f..93a99c3adc 100644 --- a/tools/features/com.liferay.ide.eclipse.tools/feature.xml +++ b/tools/features/com.liferay.ide.eclipse.tools/feature.xml @@ -4,7 +4,7 @@ label="Liferay IDE" plugin="com.liferay.ide.ui" provider-name="Liferay, Inc." - version="4.0.0.qualifier" + version="3.10.0.qualifier" > diff --git a/tools/features/com.liferay.ide.eclipse.tools/pom.xml b/tools/features/com.liferay.ide.eclipse.tools/pom.xml index 4397117c98..9b2799acd4 100644 --- a/tools/features/com.liferay.ide.eclipse.tools/pom.xml +++ b/tools/features/com.liferay.ide.eclipse.tools/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.features tools-features - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.eclipse.tools diff --git a/tools/features/com.liferay.ide.hidden/feature.xml b/tools/features/com.liferay.ide.hidden/feature.xml index d2357d3316..27acc54106 100644 --- a/tools/features/com.liferay.ide.hidden/feature.xml +++ b/tools/features/com.liferay.ide.hidden/feature.xml @@ -3,7 +3,7 @@ id="com.liferay.ide.hidden" label="Liferay IDE Hidden" provider-name="Liferay, Inc." - version="4.0.0.qualifier" + version="3.10.0.qualifier" > diff --git a/tools/features/com.liferay.ide.hidden/pom.xml b/tools/features/com.liferay.ide.hidden/pom.xml index ee035c849d..3436771093 100644 --- a/tools/features/com.liferay.ide.hidden/pom.xml +++ b/tools/features/com.liferay.ide.hidden/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.features tools-features - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.hidden diff --git a/tools/features/com.liferay.ide.upgrade.planner/feature.xml b/tools/features/com.liferay.ide.upgrade.planner/feature.xml index 83752c17f7..b22d430fe4 100644 --- a/tools/features/com.liferay.ide.upgrade.planner/feature.xml +++ b/tools/features/com.liferay.ide.upgrade.planner/feature.xml @@ -3,7 +3,7 @@ id="com.liferay.ide.upgrade.planner" label="Liferay Upgrade Planner" provider-name="Liferay, Inc." - version="4.0.0.qualifier" + version="3.10.0.qualifier" > diff --git a/tools/features/com.liferay.ide.upgrade.planner/pom.xml b/tools/features/com.liferay.ide.upgrade.planner/pom.xml index 128ba1ef5b..4181ea0ac7 100644 --- a/tools/features/com.liferay.ide.upgrade.planner/pom.xml +++ b/tools/features/com.liferay.ide.upgrade.planner/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.features tools-features - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.planner diff --git a/tools/features/pom.xml b/tools/features/pom.xml index 05d90e10de..e990dc5381 100644 --- a/tools/features/pom.xml +++ b/tools/features/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.tools tools - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.tools.features diff --git a/tools/plugins/com.liferay.ide.bndtools.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.bndtools.core/META-INF/MANIFEST.MF index ed1d4c5b11..a55f5eeb20 100644 --- a/tools/plugins/com.liferay.ide.bndtools.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.bndtools.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay IDE Bndtools Core Bundle-SymbolicName: com.liferay.ide.bndtools.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.bndtools.core.BndtoolsCore Bundle-Vendor: Liferay, Inc. Require-Bundle: org.eclipse.core.runtime, diff --git a/tools/plugins/com.liferay.ide.bndtools.core/pom.xml b/tools/plugins/com.liferay.ide.bndtools.core/pom.xml index 5449523ced..672206a6dc 100644 --- a/tools/plugins/com.liferay.ide.bndtools.core/pom.xml +++ b/tools/plugins/com.liferay.ide.bndtools.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.bndtools.core diff --git a/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF index 3d47aa4614..a6f3865699 100644 --- a/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.core.LiferayCore Bundle-Vendor: %bundle.vendor Require-Bundle: com.google.gson, diff --git a/tools/plugins/com.liferay.ide.core/pom.xml b/tools/plugins/com.liferay.ide.core/pom.xml index e4663b491d..9aa4d93e5c 100644 --- a/tools/plugins/com.liferay.ide.core/pom.xml +++ b/tools/plugins/com.liferay.ide.core/pom.xml @@ -27,7 +27,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.core diff --git a/tools/plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF index 2014d2ff18..432eedd6f7 100644 --- a/tools/plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF @@ -9,7 +9,7 @@ Automatic-Module-Name: com.liferay.ide.gradle.core Bundle-Name: Liferay IDE Gradle Core Bundle-SymbolicName: com.liferay.ide.gradle.core;singleton:=true Bundle-Vendor: Liferay, Inc. -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-17 Export-Package: com.liferay.blade.gradle.tooling, com.liferay.ide.gradle.core, diff --git a/tools/plugins/com.liferay.ide.gradle.core/pom.xml b/tools/plugins/com.liferay.ide.gradle.core/pom.xml index 2a6db292d3..25f7518a09 100644 --- a/tools/plugins/com.liferay.ide.gradle.core/pom.xml +++ b/tools/plugins/com.liferay.ide.gradle.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.gradle.core diff --git a/tools/plugins/com.liferay.ide.gradle.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.gradle.ui/META-INF/MANIFEST.MF index b26f0a740b..ba5ead3fe8 100644 --- a/tools/plugins/com.liferay.ide.gradle.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.gradle.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.gradle.ui Bundle-Name: Liferay IDE Gradle UI Bundle-SymbolicName: com.liferay.ide.gradle.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.gradle.ui.LiferayGradleUI Bundle-Vendor: Liferay, Inc. Require-Bundle: com.google.guava, diff --git a/tools/plugins/com.liferay.ide.gradle.ui/pom.xml b/tools/plugins/com.liferay.ide.gradle.ui/pom.xml index 0fbec27234..077fb1e808 100644 --- a/tools/plugins/com.liferay.ide.gradle.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.gradle.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.gradle.ui diff --git a/tools/plugins/com.liferay.ide.hook.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.hook.core/META-INF/MANIFEST.MF index 6037efc416..d2c75b7d59 100644 --- a/tools/plugins/com.liferay.ide.hook.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.hook.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.hook.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.hook.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.hook.core.HookCore Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.hook.core/pom.xml b/tools/plugins/com.liferay.ide.hook.core/pom.xml index b4c5ceac85..b1e8a12574 100644 --- a/tools/plugins/com.liferay.ide.hook.core/pom.xml +++ b/tools/plugins/com.liferay.ide.hook.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.hook.core diff --git a/tools/plugins/com.liferay.ide.hook.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.hook.ui/META-INF/MANIFEST.MF index 9c84a9523e..7aaba6c609 100644 --- a/tools/plugins/com.liferay.ide.hook.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.hook.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.hook.ui Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.hook.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.hook.ui.HookUI Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.hook.ui/pom.xml b/tools/plugins/com.liferay.ide.hook.ui/pom.xml index e745ba7a0c..2159b7e7d7 100644 --- a/tools/plugins/com.liferay.ide.hook.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.hook.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.hook.ui diff --git a/tools/plugins/com.liferay.ide.layouttpl.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.layouttpl.core/META-INF/MANIFEST.MF index 2839a492c3..3bf6a9db15 100644 --- a/tools/plugins/com.liferay.ide.layouttpl.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.layouttpl.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.layouttpl.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.layouttpl.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.layouttpl.core.LayoutTplCore Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.layouttpl.core/pom.xml b/tools/plugins/com.liferay.ide.layouttpl.core/pom.xml index 1e68d2a4b2..4bd8971eb2 100644 --- a/tools/plugins/com.liferay.ide.layouttpl.core/pom.xml +++ b/tools/plugins/com.liferay.ide.layouttpl.core/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.layouttpl.core diff --git a/tools/plugins/com.liferay.ide.layouttpl.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.layouttpl.ui/META-INF/MANIFEST.MF index feff7a53a6..e46b4bb4b8 100644 --- a/tools/plugins/com.liferay.ide.layouttpl.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.layouttpl.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.layouttpl.ui Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.layouttpl.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.layouttpl.ui.LayoutTplUI Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.layouttpl.ui/pom.xml b/tools/plugins/com.liferay.ide.layouttpl.ui/pom.xml index 80f2b33fec..e919005469 100644 --- a/tools/plugins/com.liferay.ide.layouttpl.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.layouttpl.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.layouttpl.ui diff --git a/tools/plugins/com.liferay.ide.portlet.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.portlet.core/META-INF/MANIFEST.MF index 853352e587..8115c5f8f2 100644 --- a/tools/plugins/com.liferay.ide.portlet.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.portlet.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.portlet.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.portlet.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.portlet.core.PortletCore Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.portlet.core/pom.xml b/tools/plugins/com.liferay.ide.portlet.core/pom.xml index d2e82d3d81..dfbb1f0cb0 100644 --- a/tools/plugins/com.liferay.ide.portlet.core/pom.xml +++ b/tools/plugins/com.liferay.ide.portlet.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portlet.core diff --git a/tools/plugins/com.liferay.ide.portlet.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.portlet.ui/META-INF/MANIFEST.MF index 1eeee4688c..13accbd9ea 100644 --- a/tools/plugins/com.liferay.ide.portlet.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.portlet.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.portlet.ui Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.portlet.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.portlet.ui.PortletUIPlugin Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.portlet.ui/pom.xml b/tools/plugins/com.liferay.ide.portlet.ui/pom.xml index ad8b3fe008..93c159dad7 100644 --- a/tools/plugins/com.liferay.ide.portlet.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.portlet.ui/pom.xml @@ -24,7 +24,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portlet.ui diff --git a/tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF index e6f7b44c53..2c128c83d9 100644 --- a/tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.project.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.project.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.project.core.ProjectCore Bundle-Vendor: %bundle.vendor Require-Bundle: biz.aQute.bndlib, diff --git a/tools/plugins/com.liferay.ide.project.core/pom.xml b/tools/plugins/com.liferay.ide.project.core/pom.xml index 8d2d82f382..192dd0a519 100644 --- a/tools/plugins/com.liferay.ide.project.core/pom.xml +++ b/tools/plugins/com.liferay.ide.project.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.project.core diff --git a/tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF index 9540cae779..272fb4d816 100644 --- a/tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.project.ui Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.project.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.project.ui.ProjectUI Bundle-Vendor: %bundle.vendor Require-Bundle: biz.aQute.bndlib, diff --git a/tools/plugins/com.liferay.ide.project.ui/pom.xml b/tools/plugins/com.liferay.ide.project.ui/pom.xml index d97f26d5e6..c6f80c4b5a 100644 --- a/tools/plugins/com.liferay.ide.project.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.project.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.project.ui diff --git a/tools/plugins/com.liferay.ide.sdk.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.sdk.core/META-INF/MANIFEST.MF index 63357cb684..9e05b0a315 100644 --- a/tools/plugins/com.liferay.ide.sdk.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.sdk.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.sdk.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.sdk.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.sdk.core.SDKCorePlugin Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.sdk.core/pom.xml b/tools/plugins/com.liferay.ide.sdk.core/pom.xml index d1adc45db2..5b87addd73 100644 --- a/tools/plugins/com.liferay.ide.sdk.core/pom.xml +++ b/tools/plugins/com.liferay.ide.sdk.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.sdk.core diff --git a/tools/plugins/com.liferay.ide.server.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.server.core/META-INF/MANIFEST.MF index 3c5830ebd4..a05026ee1b 100644 --- a/tools/plugins/com.liferay.ide.server.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.server.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.server.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.server.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.server.core.LiferayServerCore Bundle-Vendor: %bundle.vendor Require-Bundle: com.fasterxml.jackson.core.jackson-annotations, diff --git a/tools/plugins/com.liferay.ide.server.core/pom.xml b/tools/plugins/com.liferay.ide.server.core/pom.xml index 044d40665e..8df5ad5976 100644 --- a/tools/plugins/com.liferay.ide.server.core/pom.xml +++ b/tools/plugins/com.liferay.ide.server.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.server.core diff --git a/tools/plugins/com.liferay.ide.server.tomcat.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.server.tomcat.core/META-INF/MANIFEST.MF index a5bd310e69..c4048b16a2 100644 --- a/tools/plugins/com.liferay.ide.server.tomcat.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.server.tomcat.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.server.tomcat.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.server.tomcat.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.server.tomcat.core.LiferayTomcatPlugin Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.server.tomcat.core/pom.xml b/tools/plugins/com.liferay.ide.server.tomcat.core/pom.xml index 6e31d2c972..d6b86d8a88 100644 --- a/tools/plugins/com.liferay.ide.server.tomcat.core/pom.xml +++ b/tools/plugins/com.liferay.ide.server.tomcat.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.server.tomcat.core diff --git a/tools/plugins/com.liferay.ide.server.tomcat.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.server.tomcat.ui/META-INF/MANIFEST.MF index b494c692d1..4a7fb7d11a 100644 --- a/tools/plugins/com.liferay.ide.server.tomcat.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.server.tomcat.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.server.tomcat.ui Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.server.tomcat.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.server.tomcat.ui.LiferayTomcatUIPlugin Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.server.tomcat.ui/pom.xml b/tools/plugins/com.liferay.ide.server.tomcat.ui/pom.xml index 22a831091f..d058e5e1ab 100644 --- a/tools/plugins/com.liferay.ide.server.tomcat.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.server.tomcat.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.server.tomcat.ui diff --git a/tools/plugins/com.liferay.ide.server.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.server.ui/META-INF/MANIFEST.MF index 91bf42af2a..b3ca6c06c6 100644 --- a/tools/plugins/com.liferay.ide.server.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.server.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.server.ui Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.server.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.server.ui.LiferayServerUI Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.server.ui/pom.xml b/tools/plugins/com.liferay.ide.server.ui/pom.xml index 37602dae75..ffa333e137 100644 --- a/tools/plugins/com.liferay.ide.server.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.server.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.server.ui diff --git a/tools/plugins/com.liferay.ide.service.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.service.core/META-INF/MANIFEST.MF index fbdb029f8f..ecb4d2c277 100644 --- a/tools/plugins/com.liferay.ide.service.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.service.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.service.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.service.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.service.core.ServiceCore Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.service.core/pom.xml b/tools/plugins/com.liferay.ide.service.core/pom.xml index e8e5bf95d2..cc91e9d670 100644 --- a/tools/plugins/com.liferay.ide.service.core/pom.xml +++ b/tools/plugins/com.liferay.ide.service.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.service.core diff --git a/tools/plugins/com.liferay.ide.service.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.service.ui/META-INF/MANIFEST.MF index bd81913d02..6cbc793d87 100644 --- a/tools/plugins/com.liferay.ide.service.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.service.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.service.ui Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.service.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.service.ui.ServiceUI Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.service.ui/pom.xml b/tools/plugins/com.liferay.ide.service.ui/pom.xml index 787d296439..f72ab77eff 100644 --- a/tools/plugins/com.liferay.ide.service.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.service.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.service.ui diff --git a/tools/plugins/com.liferay.ide.theme.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.theme.core/META-INF/MANIFEST.MF index 4cb70cdfaf..51f86b12e4 100644 --- a/tools/plugins/com.liferay.ide.theme.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.theme.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.theme.core Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.theme.core;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.theme.core.ThemeCore Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.theme.core/pom.xml b/tools/plugins/com.liferay.ide.theme.core/pom.xml index 55a2d25ed7..58f619e4ce 100644 --- a/tools/plugins/com.liferay.ide.theme.core/pom.xml +++ b/tools/plugins/com.liferay.ide.theme.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.theme.core diff --git a/tools/plugins/com.liferay.ide.ui.snippets/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.ui.snippets/META-INF/MANIFEST.MF index adb45b7cf1..7ccb2602ce 100644 --- a/tools/plugins/com.liferay.ide.ui.snippets/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.ui.snippets/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.ui.snippets Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.ui.snippets;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.ui.snippets.SnippetsUIPlugin Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.ui.snippets/pom.xml b/tools/plugins/com.liferay.ide.ui.snippets/pom.xml index 41d067d21f..a2519a78aa 100644 --- a/tools/plugins/com.liferay.ide.ui.snippets/pom.xml +++ b/tools/plugins/com.liferay.ide.ui.snippets/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.ui.snippets diff --git a/tools/plugins/com.liferay.ide.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.ui/META-INF/MANIFEST.MF index 3fc1233bb2..696ad88582 100644 --- a/tools/plugins/com.liferay.ide.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.ui Bundle-Name: %bundle.name Bundle-SymbolicName: com.liferay.ide.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.ui.LiferayUIPlugin Bundle-Vendor: %bundle.vendor Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.ui/pom.xml b/tools/plugins/com.liferay.ide.ui/pom.xml index be68747bab..f5499216dd 100644 --- a/tools/plugins/com.liferay.ide.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.ui/pom.xml @@ -27,7 +27,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.ui diff --git a/tools/plugins/com.liferay.ide.upgrade.commands.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.upgrade.commands.core/META-INF/MANIFEST.MF index 99dae2c4c6..8cdf3d48b1 100644 --- a/tools/plugins/com.liferay.ide.upgrade.commands.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.upgrade.commands.core/META-INF/MANIFEST.MF @@ -8,7 +8,7 @@ Bundle-Name: Liferay IDE Upgrade Plan Commands Core Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-SymbolicName: com.liferay.ide.upgrade.commands.core;singleton:=true Bundle-Vendor: Liferay, Inc. -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Export-Package: com.liferay.ide.upgrade.commands.core, com.liferay.ide.upgrade.commands.core.buildservice, com.liferay.ide.upgrade.commands.core.code, diff --git a/tools/plugins/com.liferay.ide.upgrade.commands.core/pom.xml b/tools/plugins/com.liferay.ide.upgrade.commands.core/pom.xml index 42a30a2c92..017e812dd8 100644 --- a/tools/plugins/com.liferay.ide.upgrade.commands.core/pom.xml +++ b/tools/plugins/com.liferay.ide.upgrade.commands.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.commands.core diff --git a/tools/plugins/com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF index e08eed3784..b7ed4d1025 100644 --- a/tools/plugins/com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF @@ -8,7 +8,7 @@ Bundle-Name: Liferay IDE Upgrade Plan Commands UI Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-SymbolicName: com.liferay.ide.upgrade.commands.ui;singleton:=true Bundle-Vendor: Liferay, Inc. -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: com.liferay.ide.core, com.liferay.ide.project.core, com.liferay.ide.project.ui, diff --git a/tools/plugins/com.liferay.ide.upgrade.commands.ui/pom.xml b/tools/plugins/com.liferay.ide.upgrade.commands.ui/pom.xml index 745225f019..ebac3457f0 100644 --- a/tools/plugins/com.liferay.ide.upgrade.commands.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.upgrade.commands.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.commands.ui diff --git a/tools/plugins/com.liferay.ide.upgrade.plan.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.upgrade.plan.core/META-INF/MANIFEST.MF index 76a51e52e2..0cb2d3c137 100644 --- a/tools/plugins/com.liferay.ide.upgrade.plan.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.upgrade.plan.core/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Bundle-Name: Liferay IDE Upgrade Plan Core Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-SymbolicName: com.liferay.ide.upgrade.plan.core;singleton:=true Bundle-Vendor: Liferay, Inc. -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Export-Package: com.liferay.ide.upgrade.plan.core, com.liferay.ide.upgrade.plan.core.util Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.upgrade.plan.core/pom.xml b/tools/plugins/com.liferay.ide.upgrade.plan.core/pom.xml index 239254066a..3453ea3d5e 100644 --- a/tools/plugins/com.liferay.ide.upgrade.plan.core/pom.xml +++ b/tools/plugins/com.liferay.ide.upgrade.plan.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.plan.core diff --git a/tools/plugins/com.liferay.ide.upgrade.plan.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.upgrade.plan.ui/META-INF/MANIFEST.MF index 2757f02aa3..63c1aceee1 100644 --- a/tools/plugins/com.liferay.ide.upgrade.plan.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.upgrade.plan.ui/META-INF/MANIFEST.MF @@ -10,7 +10,7 @@ Bundle-Name: Liferay IDE Upgrade Plan UI Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-SymbolicName: com.liferay.ide.upgrade.plan.ui;singleton:=true Bundle-Vendor: Liferay, Inc. -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Export-Package: com.liferay.ide.upgrade.plan.ui, com.liferay.ide.upgrade.plan.ui.navigator, com.liferay.ide.upgrade.plan.ui.util diff --git a/tools/plugins/com.liferay.ide.upgrade.plan.ui/pom.xml b/tools/plugins/com.liferay.ide.upgrade.plan.ui/pom.xml index 77b92c4c52..e370fdf8f1 100644 --- a/tools/plugins/com.liferay.ide.upgrade.plan.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.upgrade.plan.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.plan.ui diff --git a/tools/plugins/com.liferay.ide.upgrade.planner.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.upgrade.planner.ui/META-INF/MANIFEST.MF index 3f7c67b999..8150ee93cb 100644 --- a/tools/plugins/com.liferay.ide.upgrade.planner.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.upgrade.planner.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Automatic-Module-Name: com.liferay.ide.upgrade.planner.ui Bundle-Name: Liferay Upgrade Planner UI Bundle-SymbolicName: com.liferay.ide.upgrade.planner.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.upgrade.planner.ui.UpgradePlannerPlugin Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, diff --git a/tools/plugins/com.liferay.ide.upgrade.planner.ui/pom.xml b/tools/plugins/com.liferay.ide.upgrade.planner.ui/pom.xml index 6d7c0797db..9212d5cee8 100644 --- a/tools/plugins/com.liferay.ide.upgrade.planner.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.upgrade.planner.ui/pom.xml @@ -21,7 +21,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.planner.ui diff --git a/tools/plugins/com.liferay.ide.upgrade.problems.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.upgrade.problems.core/META-INF/MANIFEST.MF index 152f517b26..2b292f8128 100644 --- a/tools/plugins/com.liferay.ide.upgrade.problems.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.upgrade.problems.core/META-INF/MANIFEST.MF @@ -10,7 +10,7 @@ Bundle-Name: Liferay IDE Upgrade Problems Core Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-SymbolicName: com.liferay.ide.upgrade.problems.core;singleton:=true Bundle-Vendor: Liferay, Inc. -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Export-Package: com.liferay.ide.upgrade.problems.core, com.liferay.ide.upgrade.problems.core.commands Require-Bundle: com.google.guava, diff --git a/tools/plugins/com.liferay.ide.upgrade.problems.core/pom.xml b/tools/plugins/com.liferay.ide.upgrade.problems.core/pom.xml index 56c29cae25..5cb44a7375 100644 --- a/tools/plugins/com.liferay.ide.upgrade.problems.core/pom.xml +++ b/tools/plugins/com.liferay.ide.upgrade.problems.core/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.problems.core diff --git a/tools/plugins/com.liferay.ide.upgrade.problems.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.upgrade.problems.ui/META-INF/MANIFEST.MF index 835601ec28..664e47bc68 100644 --- a/tools/plugins/com.liferay.ide.upgrade.problems.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.upgrade.problems.ui/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Bundle-Name: Liferay IDE Upgrade Problems UI Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-SymbolicName: com.liferay.ide.upgrade.problems.ui;singleton:=true Bundle-Vendor: Liferay, Inc. -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: com.liferay.ide.core, com.liferay.ide.upgrade.plan.core, com.liferay.ide.upgrade.plan.ui, diff --git a/tools/plugins/com.liferay.ide.upgrade.problems.ui/pom.xml b/tools/plugins/com.liferay.ide.upgrade.problems.ui/pom.xml index b8b94b7b04..a6ecdd7ad0 100644 --- a/tools/plugins/com.liferay.ide.upgrade.problems.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.upgrade.problems.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.problems.ui diff --git a/tools/plugins/com.liferay.ide.xml.search.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.xml.search.ui/META-INF/MANIFEST.MF index 65e1847ce9..86e877e5e8 100644 --- a/tools/plugins/com.liferay.ide.xml.search.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.xml.search.ui/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-SymbolicName: com.liferay.ide.xml.search.ui;singleton:=true -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.xml.search.ui.LiferayXMLSearchUI Require-Bundle: org.eclipse.core.runtime, org.eclipse.wst.xml.search.core, diff --git a/tools/plugins/com.liferay.ide.xml.search.ui/pom.xml b/tools/plugins/com.liferay.ide.xml.search.ui/pom.xml index 9a1cb94158..8e917996c8 100644 --- a/tools/plugins/com.liferay.ide.xml.search.ui/pom.xml +++ b/tools/plugins/com.liferay.ide.xml.search.ui/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.plugins tools-plugins - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.xml.search.ui diff --git a/tools/plugins/pom.xml b/tools/plugins/pom.xml index 1147213343..e20e30b1b5 100644 --- a/tools/plugins/pom.xml +++ b/tools/plugins/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide.tools tools - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.tools.plugins diff --git a/tools/pom.xml b/tools/pom.xml index 6b1e91635f..a34f919ca2 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -26,7 +26,7 @@ com.liferay.ide parent - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT ../build/parent/pom.xml diff --git a/tools/tests/com.liferay.ide.core.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.core.tests/META-INF/MANIFEST.MF index cd5f1ec740..1b82b4e257 100644 --- a/tools/tests/com.liferay.ide.core.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Core Tests Bundle-SymbolicName: com.liferay.ide.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, org.eclipse.core.resources, diff --git a/tools/tests/com.liferay.ide.core.tests/pom.xml b/tools/tests/com.liferay.ide.core.tests/pom.xml index 2382c58bf4..b9bf2a3542 100644 --- a/tools/tests/com.liferay.ide.core.tests/pom.xml +++ b/tools/tests/com.liferay.ide.core.tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.core.tests diff --git a/tools/tests/com.liferay.ide.hook.core.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.hook.core.tests/META-INF/MANIFEST.MF index e10ee3f6fe..d2ab4425c6 100644 --- a/tools/tests/com.liferay.ide.hook.core.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.hook.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Hook Core Tests Bundle-SymbolicName: com.liferay.ide.hook.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.core.tests, diff --git a/tools/tests/com.liferay.ide.hook.core.tests/pom.xml b/tools/tests/com.liferay.ide.hook.core.tests/pom.xml index 999a60f2e5..4933c90578 100644 --- a/tools/tests/com.liferay.ide.hook.core.tests/pom.xml +++ b/tools/tests/com.liferay.ide.hook.core.tests/pom.xml @@ -25,7 +25,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.hook.core.tests diff --git a/tools/tests/com.liferay.ide.layouttpl.core.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.layouttpl.core.tests/META-INF/MANIFEST.MF index f64ea1b44d..fe2a4bd968 100644 --- a/tools/tests/com.liferay.ide.layouttpl.core.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.layouttpl.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Layout Templates Core Tests Bundle-SymbolicName: com.liferay.ide.layouttpl.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.core.tests, diff --git a/tools/tests/com.liferay.ide.layouttpl.core.tests/pom.xml b/tools/tests/com.liferay.ide.layouttpl.core.tests/pom.xml index 5f389e54ff..85d5b485e1 100644 --- a/tools/tests/com.liferay.ide.layouttpl.core.tests/pom.xml +++ b/tools/tests/com.liferay.ide.layouttpl.core.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.layouttpl.core.tests diff --git a/tools/tests/com.liferay.ide.portlet.core.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.portlet.core.tests/META-INF/MANIFEST.MF index 6f55c91e7b..99780d0a51 100644 --- a/tools/tests/com.liferay.ide.portlet.core.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.portlet.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Portlet Core Tests Bundle-SymbolicName: com.liferay.ide.portlet.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, org.eclipse.core.runtime, diff --git a/tools/tests/com.liferay.ide.portlet.core.tests/pom.xml b/tools/tests/com.liferay.ide.portlet.core.tests/pom.xml index 3a694f2c8e..1763038f72 100644 --- a/tools/tests/com.liferay.ide.portlet.core.tests/pom.xml +++ b/tools/tests/com.liferay.ide.portlet.core.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.portlet.core.tests diff --git a/tools/tests/com.liferay.ide.project.core.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.project.core.tests/META-INF/MANIFEST.MF index a8466e5c69..e542391f07 100644 --- a/tools/tests/com.liferay.ide.project.core.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.project.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Project Core Tests Bundle-SymbolicName: com.liferay.ide.project.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: biz.aQute.bndlib, com.liferay.ide.core, diff --git a/tools/tests/com.liferay.ide.project.core.tests/pom.xml b/tools/tests/com.liferay.ide.project.core.tests/pom.xml index 1d3084c5d5..d14f2ba51c 100644 --- a/tools/tests/com.liferay.ide.project.core.tests/pom.xml +++ b/tools/tests/com.liferay.ide.project.core.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.project.core.tests diff --git a/tools/tests/com.liferay.ide.server.core.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.server.core.tests/META-INF/MANIFEST.MF index 9431dccabd..af5e3bfb3f 100644 --- a/tools/tests/com.liferay.ide.server.core.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.server.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Server Core Tests Bundle-SymbolicName: com.liferay.ide.server.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.core.tests, diff --git a/tools/tests/com.liferay.ide.server.core.tests/pom.xml b/tools/tests/com.liferay.ide.server.core.tests/pom.xml index b51cb2a81b..09f51a47ea 100644 --- a/tools/tests/com.liferay.ide.server.core.tests/pom.xml +++ b/tools/tests/com.liferay.ide.server.core.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.server.core.tests diff --git a/tools/tests/com.liferay.ide.service.core.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.service.core.tests/META-INF/MANIFEST.MF index 826a6f2a79..7cf1592bec 100644 --- a/tools/tests/com.liferay.ide.service.core.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.service.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Service Core Tests Bundle-SymbolicName: com.liferay.ide.service.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.core.tests, diff --git a/tools/tests/com.liferay.ide.service.core.tests/pom.xml b/tools/tests/com.liferay.ide.service.core.tests/pom.xml index a7f1d9edce..4070f730b1 100644 --- a/tools/tests/com.liferay.ide.service.core.tests/pom.xml +++ b/tools/tests/com.liferay.ide.service.core.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.service.core.tests diff --git a/tools/tests/com.liferay.ide.ui.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.ui.tests/META-INF/MANIFEST.MF index 38822b3b9c..c1b7c6967e 100644 --- a/tools/tests/com.liferay.ide.ui.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.ui.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Core UI Tests Bundle-SymbolicName: com.liferay.ide.ui.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: com.liferay.ide.core, com.liferay.ide.sdk.core, diff --git a/tools/tests/com.liferay.ide.ui.tests/pom.xml b/tools/tests/com.liferay.ide.ui.tests/pom.xml index 67c40dbb2e..da527618c1 100644 --- a/tools/tests/com.liferay.ide.ui.tests/pom.xml +++ b/tools/tests/com.liferay.ide.ui.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.ui.tests diff --git a/tools/tests/com.liferay.ide.upgrade.problems.core.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.upgrade.problems.core.tests/META-INF/MANIFEST.MF index ce68fb2fb7..da4e113415 100644 --- a/tools/tests/com.liferay.ide.upgrade.problems.core.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.upgrade.problems.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Liferay Upgrade Problems Core Tests Bundle-SymbolicName: com.liferay.ide.upgrade.problems.core.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Bundle-Vendor: Liferay, Inc. Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, diff --git a/tools/tests/com.liferay.ide.upgrade.problems.core.tests/pom.xml b/tools/tests/com.liferay.ide.upgrade.problems.core.tests/pom.xml index 1618c42fd3..06e841f591 100644 --- a/tools/tests/com.liferay.ide.upgrade.problems.core.tests/pom.xml +++ b/tools/tests/com.liferay.ide.upgrade.problems.core.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.upgrade.problems.core.tests diff --git a/tools/tests/com.liferay.ide.xml.search.ui.tests/META-INF/MANIFEST.MF b/tools/tests/com.liferay.ide.xml.search.ui.tests/META-INF/MANIFEST.MF index cf011aa7b4..1c4591a846 100644 --- a/tools/tests/com.liferay.ide.xml.search.ui.tests/META-INF/MANIFEST.MF +++ b/tools/tests/com.liferay.ide.xml.search.ui.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: com.liferay.ide.xml.search.ui.tests -Bundle-Version: 4.0.0.qualifier +Bundle-Version: 3.10.0.qualifier Require-Bundle: com.liferay.ide.core, com.liferay.ide.core.tests, com.liferay.ide.project.core, diff --git a/tools/tests/com.liferay.ide.xml.search.ui.tests/pom.xml b/tools/tests/com.liferay.ide.xml.search.ui.tests/pom.xml index 45d831499d..87f2d60832 100644 --- a/tools/tests/com.liferay.ide.xml.search.ui.tests/pom.xml +++ b/tools/tests/com.liferay.ide.xml.search.ui.tests/pom.xml @@ -22,7 +22,7 @@ com.liferay.ide.tools.tests tools-tests - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.xml.search.ui.tests diff --git a/tools/tests/pom.xml b/tools/tests/pom.xml index 5469871249..4a588a4fa7 100644 --- a/tools/tests/pom.xml +++ b/tools/tests/pom.xml @@ -23,7 +23,7 @@ com.liferay.ide.tools tools - 4.0.0-SNAPSHOT + 3.10.0-SNAPSHOT com.liferay.ide.tools.tests From 8efb70ebd5c17904b2746218e753fd82721376ca Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Fri, 26 Jul 2024 16:52:13 -0500 Subject: [PATCH 13/31] LPD-29388 scripts: UpdateVersions.groovy: prep for next version --- build/scripts/src/UpdateVersions.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/scripts/src/UpdateVersions.groovy b/build/scripts/src/UpdateVersions.groovy index e180b4efb9..e982b5c757 100644 --- a/build/scripts/src/UpdateVersions.groovy +++ b/build/scripts/src/UpdateVersions.groovy @@ -1,5 +1,5 @@ -def oldVersion = "4.0.0" -def newVersion = "3.10.0" +def oldVersion = "3.10.0" +def newVersion = "3.10.1" def oldQualVersion = "${oldVersion}.qualifier" def newQualVersion = "${newVersion}.qualifier" From e993bc4f307083469e50c3e7d38f6a6afb54237f Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 3 Jul 2024 17:07:46 -0500 Subject: [PATCH 14/31] LPD-29388 com.liferay.ide.hidden: adds resource and release libs to the hidden feature as required libs --- tools/features/com.liferay.ide.hidden/feature.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/features/com.liferay.ide.hidden/feature.xml b/tools/features/com.liferay.ide.hidden/feature.xml index 27acc54106..01e4754fe4 100644 --- a/tools/features/com.liferay.ide.hidden/feature.xml +++ b/tools/features/com.liferay.ide.hidden/feature.xml @@ -51,6 +51,14 @@ version="0.0.0" /> + + Date: Wed, 31 Jul 2024 14:06:07 -0500 Subject: [PATCH 15/31] LPD-29388 com.liferay.ide.core: adds ReleaseUtil with additional helper methods --- .../com.liferay.ide.core/META-INF/MANIFEST.MF | 1 + .../liferay/ide/core/util/ReleaseUtil.java | 104 ++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/util/ReleaseUtil.java diff --git a/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF index a6f3865699..6ae91c58f0 100644 --- a/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF @@ -7,6 +7,7 @@ Bundle-Version: 3.10.0.qualifier Bundle-Activator: com.liferay.ide.core.LiferayCore Bundle-Vendor: %bundle.vendor Require-Bundle: com.google.gson, + com.liferay.release.util, org.apache.commons.codec, org.apache.commons.collections, org.apache.commons.io, diff --git a/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/util/ReleaseUtil.java b/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/util/ReleaseUtil.java new file mode 100644 index 0000000000..6b518dd6c9 --- /dev/null +++ b/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/util/ReleaseUtil.java @@ -0,0 +1,104 @@ +/** + * Copyright (c) 2000-present Liferay, Inc. All rights reserved. + * + * This library is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 2.1 of the License, or (at your option) + * any later version. + * + * This library is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more + * details. + */ + +package com.liferay.ide.core.util; + +import com.liferay.release.util.ReleaseEntry; + +import java.util.ArrayList; +import java.util.List; +import java.util.Objects; +import java.util.Optional; +import java.util.function.Predicate; +import java.util.stream.Stream; + +/** + * @author Drew Brokke + */ +public class ReleaseUtil extends com.liferay.release.util.ReleaseUtil { + + public static String[] getProductGroupVersions() { + if (_productGroupVersions == null) { + Stream releaseEntryStream = getReleaseEntryStream(); + + _productGroupVersions = releaseEntryStream.map( + ReleaseEntry::getProductGroupVersion + ).distinct( + ).toArray( + String[]::new + ); + } + + return _productGroupVersions; + } + + public static String[] getProductVersions(boolean showAll) { + Stream releaseEntryStream = getReleaseEntryStream(); + + return releaseEntryStream.filter( + releaseEntry -> { + if (showAll) { + return true; + } + + return releaseEntry.isPromoted(); + } + ).map( + ReleaseEntry::getReleaseKey + ).toArray( + String[]::new + ); + } + + public static ReleaseEntry getReleaseEntry(String version) { + return getReleaseEntry(null, version); + } + + public static ReleaseEntry getReleaseEntry(String product, String version) { + Predicate productGroupVersionPredicate = releaseEntry -> Objects.equals( + releaseEntry.getProductGroupVersion(), version); + Predicate productPredicate = releaseEntry -> Objects.equals(releaseEntry.getProduct(), product); + Predicate targetPlatformVersionPredicate = releaseEntry -> Objects.equals( + releaseEntry.getTargetPlatformVersion(), version); + + List> predicates = new ArrayList<>(); + + predicates.add(releaseEntry -> Objects.equals(releaseEntry.getReleaseKey(), version)); + + predicates.add(productPredicate.and(targetPlatformVersionPredicate)); + + predicates.add(productPredicate.and(productGroupVersionPredicate)); + + predicates.add(targetPlatformVersionPredicate); + + predicates.add(productGroupVersionPredicate); + + for (Predicate predicate : predicates) { + Stream releaseEntryStream = getReleaseEntryStream(); + + Optional first = releaseEntryStream.filter( + predicate + ).findFirst(); + + if (first.isPresent()) { + return first.get(); + } + } + + return null; + } + + private static String[] _productGroupVersions; + +} \ No newline at end of file From ebc05337163602ebd7a7fa475946925abf476d01 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 14:06:27 -0500 Subject: [PATCH 16/31] LPD-29388 com.liferay.ide.core: auto SF --- tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF index 6ae91c58f0..8f70e7fd8c 100644 --- a/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.core/META-INF/MANIFEST.MF @@ -13,8 +13,8 @@ Require-Bundle: com.google.gson, org.apache.commons.io, org.apache.commons.lang, org.apache.commons.logging, - org.apache.httpcomponents.httpcore, org.apache.httpcomponents.httpclient, + org.apache.httpcomponents.httpcore, org.eclipse.core.contenttype, org.eclipse.core.expressions, org.eclipse.core.filesystem, From deb8b3bdd97ef3f32a1ccd012305d3fbe2ae42d2 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 14:08:49 -0500 Subject: [PATCH 17/31] LPD-29388 com.liferay.ide.core: updates usages --- .../src/com/liferay/ide/core/IWorkspaceProject.java | 4 +++- .../liferay/ide/core/workspace/LiferayWorkspaceUtil.java | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/IWorkspaceProject.java b/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/IWorkspaceProject.java index 928c2ba253..343d993529 100644 --- a/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/IWorkspaceProject.java +++ b/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/IWorkspaceProject.java @@ -14,6 +14,8 @@ package com.liferay.ide.core; +import com.liferay.release.util.ReleaseEntry; + import java.util.Collections; import java.util.List; import java.util.Set; @@ -40,7 +42,7 @@ public default String[] getWorkspaceModuleDirs() { return null; } - public default ProductInfo getWorkspaceProductInfo() { + public default ReleaseEntry getWorkspaceReleaseEntry() { return null; } diff --git a/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/workspace/LiferayWorkspaceUtil.java b/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/workspace/LiferayWorkspaceUtil.java index b7ed448936..d4b93d4307 100644 --- a/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/workspace/LiferayWorkspaceUtil.java +++ b/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/workspace/LiferayWorkspaceUtil.java @@ -22,7 +22,9 @@ import com.liferay.ide.core.util.CoreUtil; import com.liferay.ide.core.util.FileUtil; import com.liferay.ide.core.util.PropertiesUtil; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.VersionUtil; +import com.liferay.release.util.ReleaseEntry; import java.io.File; import java.io.IOException; @@ -43,8 +45,6 @@ import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.Path; -import org.osgi.framework.Version; - import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; @@ -235,9 +235,9 @@ public static String getLiferayWorkspaceProjectVersion() { if (CoreUtil.isNotNullOrEmpty(simplifiedTargetPlatformVersion)) { try { - Version liferayVersion = new Version(simplifiedTargetPlatformVersion); + ReleaseEntry releaseEntry = ReleaseUtil.getReleaseEntry(simplifiedTargetPlatformVersion); - return new String(liferayVersion.getMajor() + "." + liferayVersion.getMinor()); + return releaseEntry.getProductGroupVersion(); } catch (IllegalArgumentException iae) { LiferayCore.logError("Failed to get liferay workspace project version.", iae); From 5d3d5145fdb8b4c375677a5476aa278ea593dd51 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 14:09:02 -0500 Subject: [PATCH 18/31] LPD-29388 com.liferay.ide.core: removes unused constant --- .../src/com/liferay/ide/core/workspace/WorkspaceConstants.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/workspace/WorkspaceConstants.java b/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/workspace/WorkspaceConstants.java index 050b4b315a..443170e1ec 100644 --- a/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/workspace/WorkspaceConstants.java +++ b/tools/plugins/com.liferay.ide.core/src/com/liferay/ide/core/workspace/WorkspaceConstants.java @@ -60,8 +60,6 @@ public class WorkspaceConstants { public static final String LIFERAY_PORTAL_URL = "https://releases-cdn.liferay.com/portal/"; - public static final String[] LIFERAY_VERSIONS = {"7.0", "7.1", "7.2", "7.3", "7.4"}; - public static final String MODULES_DIR_PROPERTY = "liferay.workspace.modules.dir"; public static final String PLUGINS_SDK_DIR_PROPERTY = "liferay.workspace.plugins.sdk.dir"; From 57ec3243d6801b4d1a3ff7b471a9728a88876628 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 14:09:29 -0500 Subject: [PATCH 19/31] LPD-29388 com.liferay.ide.gradle.core: updates usages --- .../META-INF/MANIFEST.MF | 1 + .../core/LiferayGradleWorkspaceProject.java | 21 +++++++------------ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/tools/plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF index 432eedd6f7..b3e49e4400 100644 --- a/tools/plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.gradle.core/META-INF/MANIFEST.MF @@ -18,6 +18,7 @@ Require-Bundle: biz.aQute.bndlib, com.liferay.ide.core, com.liferay.ide.project.core, com.liferay.ide.server.core, + com.liferay.release.util, org.apache.commons.io, org.apache.commons.lang, org.eclipse.buildship.core, diff --git a/tools/plugins/com.liferay.ide.gradle.core/src/com/liferay/ide/gradle/core/LiferayGradleWorkspaceProject.java b/tools/plugins/com.liferay.ide.gradle.core/src/com/liferay/ide/gradle/core/LiferayGradleWorkspaceProject.java index cb02a64f75..5c815c6aa8 100644 --- a/tools/plugins/com.liferay.ide.gradle.core/src/com/liferay/ide/gradle/core/LiferayGradleWorkspaceProject.java +++ b/tools/plugins/com.liferay.ide.gradle.core/src/com/liferay/ide/gradle/core/LiferayGradleWorkspaceProject.java @@ -21,11 +21,11 @@ import com.liferay.ide.core.IProjectBuilder; import com.liferay.ide.core.IWorkspaceProjectBuilder; import com.liferay.ide.core.LiferayCore; -import com.liferay.ide.core.ProductInfo; import com.liferay.ide.core.util.CoreUtil; import com.liferay.ide.core.util.FileUtil; import com.liferay.ide.core.util.ListUtil; import com.liferay.ide.core.util.PropertiesUtil; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.StringUtil; import com.liferay.ide.core.workspace.LiferayWorkspaceUtil; import com.liferay.ide.core.workspace.ProjectChangedEvent; @@ -34,8 +34,8 @@ import com.liferay.ide.gradle.core.model.GradleBuildScript; import com.liferay.ide.gradle.core.model.GradleDependency; import com.liferay.ide.project.core.LiferayWorkspaceProject; -import com.liferay.ide.project.core.util.ProjectUtil; import com.liferay.ide.server.core.ILiferayServer; +import com.liferay.release.util.ReleaseEntry; import java.io.BufferedReader; import java.io.IOException; @@ -45,7 +45,6 @@ import java.util.Collections; import java.util.HashSet; import java.util.List; -import java.util.Map; import java.util.Objects; import java.util.Optional; import java.util.Set; @@ -282,10 +281,10 @@ public String getTargetPlatformVersion() { String targetplatformVersion = getProperty(WorkspaceConstants.TARGET_PLATFORM_VERSION_PROPERTY, null); if (CoreUtil.isNullOrEmpty(targetplatformVersion)) { - ProductInfo workspaceProductInfo = getWorkspaceProductInfo(); + ReleaseEntry workspaceReleaseEntry = getWorkspaceReleaseEntry(); - if (Objects.nonNull(workspaceProductInfo)) { - targetplatformVersion = workspaceProductInfo.getTargetPlatformVersion(); + if (Objects.nonNull(workspaceReleaseEntry)) { + targetplatformVersion = workspaceReleaseEntry.getTargetPlatformVersion(); } } @@ -320,7 +319,7 @@ public String[] getWorkspaceModuleDirs() { } @Override - public ProductInfo getWorkspaceProductInfo() { + public ReleaseEntry getWorkspaceReleaseEntry() { _readGradleWorkspaceProperties(); String workspaceProductKey = getProperty(WorkspaceConstants.WORKSPACE_PRODUCT_PROPERTY, null); @@ -329,13 +328,7 @@ public ProductInfo getWorkspaceProductInfo() { return null; } - Map productInfos = ProjectUtil.getProductInfos(); - - if (Objects.nonNull(productInfos)) { - return productInfos.get(workspaceProductKey); - } - - return null; + return ReleaseUtil.getReleaseEntry(workspaceProductKey); } @Override From ae6b2e03e73772608142fd475f227e936fdec3be Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 14:12:09 -0500 Subject: [PATCH 20/31] LPD-29388 com.liferay.ide.project.core: adds dependency to manifest --- tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF index 2c128c83d9..78313911f7 100644 --- a/tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.project.core/META-INF/MANIFEST.MF @@ -11,6 +11,7 @@ Require-Bundle: biz.aQute.bndlib, com.liferay.ide.core, com.liferay.ide.sdk.core, com.liferay.ide.server.core, + com.liferay.release.util, org.apache.ant, org.apache.commons.io, org.apache.commons.lang, From 8902ea9054139138e50fe72e4bbdfcd32600a639 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 14:13:40 -0500 Subject: [PATCH 21/31] LPD-29388 com.liferay.ide.project.core: updates usages if PossibleValuesService classes --- ...etLiferayVersionPossibleValuesService.java | 4 +- .../ProductVersionPossibleValuesService.java | 6 +- .../TargetPlatformPossibleValuesService.java | 109 +++--------------- 3 files changed, 19 insertions(+), 100 deletions(-) diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/service/TargetLiferayVersionPossibleValuesService.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/service/TargetLiferayVersionPossibleValuesService.java index 39f65bcf17..9c3b758199 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/service/TargetLiferayVersionPossibleValuesService.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/service/TargetLiferayVersionPossibleValuesService.java @@ -14,7 +14,7 @@ package com.liferay.ide.project.core.service; -import com.liferay.ide.core.workspace.WorkspaceConstants; +import com.liferay.ide.core.util.ReleaseUtil; import java.util.Set; @@ -28,7 +28,7 @@ public class TargetLiferayVersionPossibleValuesService extends PossibleValuesSer @Override protected void compute(Set values) { - for (String version : WorkspaceConstants.LIFERAY_VERSIONS) { + for (String version : ReleaseUtil.getProductGroupVersions()) { values.add(version); } } diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/ProductVersionPossibleValuesService.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/ProductVersionPossibleValuesService.java index 446db13f4d..641f7bf2fe 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/ProductVersionPossibleValuesService.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/ProductVersionPossibleValuesService.java @@ -15,10 +15,10 @@ package com.liferay.ide.project.core.workspace; import com.liferay.ide.core.ILiferayProjectProvider; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.SapphireContentAccessor; import com.liferay.ide.core.util.SapphireUtil; import com.liferay.ide.project.core.ProjectCore; -import com.liferay.ide.project.core.modules.BladeCLI; import java.util.Collections; import java.util.List; @@ -80,7 +80,7 @@ protected void initPossibleValuesService() { @Override protected IStatus run(IProgressMonitor monitor) { try { - String[] allWorkspaceProducts = BladeCLI.getWorkspaceProducts(true); + String[] allWorkspaceProducts = ReleaseUtil.getProductVersions(true); if (!_isEmpty(allWorkspaceProducts)) { _productVersions.clear(); @@ -88,7 +88,7 @@ protected IStatus run(IProgressMonitor monitor) { Collections.addAll(_productVersions, allWorkspaceProducts); } - String[] promotedProducts = BladeCLI.getWorkspaceProducts(false); + String[] promotedProducts = ReleaseUtil.getProductVersions(false); if (!_isEmpty(promotedProducts)) { _promotedProductVersions.clear(); diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/TargetPlatformPossibleValuesService.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/TargetPlatformPossibleValuesService.java index e4b3534fc5..383c705a95 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/TargetPlatformPossibleValuesService.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/TargetPlatformPossibleValuesService.java @@ -14,19 +14,16 @@ package com.liferay.ide.project.core.workspace; -import com.liferay.ide.core.util.CoreUtil; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.SapphireContentAccessor; import com.liferay.ide.core.util.SapphireUtil; import com.liferay.ide.project.core.ProjectCore; -import com.liferay.ide.project.core.util.ProjectUtil; +import com.liferay.release.util.ReleaseEntry; -import java.util.ArrayList; -import java.util.Collections; -import java.util.Comparator; -import java.util.List; -import java.util.Map; import java.util.Objects; import java.util.Set; +import java.util.stream.Collectors; +import java.util.stream.Stream; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.IStatus; @@ -36,8 +33,6 @@ import org.eclipse.sapphire.PossibleValuesService; import org.eclipse.sapphire.PropertyContentEvent; -import org.osgi.framework.Version; - /** * @author Terry Jia * @author Simon Jiang @@ -62,89 +57,16 @@ public boolean ordered() { @Override protected void compute(Set values) { - if (Objects.isNull(_mavenTargetPlatformVersions)) { - return; - } - - List possibleValues = new ArrayList<>(); - - _mavenTargetPlatformVersions.forEach( - (liferayVersion, targetPlatformVersion) -> { - String version = get(_op.getLiferayVersion()); - - if (liferayVersion.equals(version)) { - Collections.addAll(possibleValues, targetPlatformVersion); - } - }); - - possibleValues.sort( - new Comparator() { - - @Override - public int compare(String versionString1, String versionString2) { - if (versionString1.contains("-") && versionString2.contains("-")) { - String versionSubString1 = versionString1.substring(0, versionString1.indexOf("-")); - String versionSubString2 = versionString2.substring(0, versionString2.indexOf("-")); - - Version subVersion1 = Version.parseVersion(versionSubString1); - Version subVersion2 = Version.parseVersion(versionSubString2); - - return subVersion2.compareTo(subVersion1); - } - else if (versionString1.contains("-")) { - String versionSubString1 = versionString1.substring(0, versionString1.indexOf("-")); - - Version subVersion1 = Version.parseVersion(versionSubString1); - - Version version2 = Version.parseVersion(versionString2); - - return version2.compareTo(subVersion1); - } - else if (versionString2.contains("-")) { - Version version1 = Version.parseVersion(versionString1); - - String versionSubString2 = versionString2.substring(0, versionString2.indexOf("-")); - - Version subVersion2 = Version.parseVersion(versionSubString2); - - return subVersion2.compareTo(version1); - } - - Version version1 = Version.parseVersion(versionString1); - Version version2 = Version.parseVersion(versionString2); - - String version1Qualifier = version1.getQualifier(); - String version2Qualifier = version2.getQualifier(); - - if (CoreUtil.isNotNullOrEmpty(version1Qualifier) && CoreUtil.isNotNullOrEmpty(version2Qualifier)) { - try { - int qualifier1 = Integer.parseInt(version1Qualifier); - int qualifier2 = Integer.parseInt(version2Qualifier); - - return qualifier2 - qualifier1; - } - catch (NumberFormatException numberFormatException) { - return -1; - } - } - else if (CoreUtil.isNullOrEmpty(version1Qualifier)) { - return new Version( - version2.getMajor(), version2.getMinor(), version2.getMicro() - ).compareTo( - version1 - ); - } - else if (CoreUtil.isNullOrEmpty(version2Qualifier)) { - return version2.compareTo( - new Version(version1.getMajor(), version1.getMinor(), version1.getMicro())); - } - - return version2.compareTo(version1); - } - - }); - - values.addAll(possibleValues); + Stream releaseEntryStream = ReleaseUtil.getReleaseEntryStream(); + + values.addAll( + releaseEntryStream.filter( + releaseEntry -> Objects.equals(releaseEntry.getProductGroupVersion(), get(_op.getLiferayVersion())) + ).map( + ReleaseEntry::getTargetPlatformVersion + ).collect( + Collectors.toUnmodifiableList() + )); } @Override @@ -154,8 +76,6 @@ protected void initPossibleValuesService() { @Override protected IStatus run(IProgressMonitor monitor) { try { - _mavenTargetPlatformVersions = ProjectUtil.initMavenTargetPlatform(); - refresh(); } catch (Exception exception) { @@ -186,7 +106,6 @@ protected void handleTypedEvent(PropertyContentEvent event) { } private FilteredListener _listener; - private Map _mavenTargetPlatformVersions; private NewLiferayWorkspaceOp _op; } \ No newline at end of file From ccb1859ace3113e99d34bd525b550dca54b2cd2f Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 15:38:04 -0500 Subject: [PATCH 22/31] LPD-29388 com.liferay.ide.project.core: updates usages i DefaultValueService classes --- ...paceLiferayVersionDefaultValueService.java | 29 ++----------------- ...rgetLiferayVersionDefaultValueService.java | 4 +-- .../BundleUrlDefaultValueService.java | 19 ++++-------- 3 files changed, 10 insertions(+), 42 deletions(-) diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/modules/HasWorkspaceLiferayVersionDefaultValueService.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/modules/HasWorkspaceLiferayVersionDefaultValueService.java index 622efc053f..23a0e89fe5 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/modules/HasWorkspaceLiferayVersionDefaultValueService.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/modules/HasWorkspaceLiferayVersionDefaultValueService.java @@ -14,15 +14,9 @@ package com.liferay.ide.project.core.modules; -import aQute.bnd.version.Version; - import com.liferay.ide.core.IWorkspaceProject; -import com.liferay.ide.core.ProductInfo; -import com.liferay.ide.core.util.VersionUtil; import com.liferay.ide.core.workspace.LiferayWorkspaceUtil; -import java.util.Objects; - import org.eclipse.sapphire.DefaultValueService; /** @@ -38,28 +32,11 @@ protected String compute() { return Boolean.toString(false); } - try { - String simplifiedVersion = VersionUtil.simplifyTargetPlatformVersion( - liferayWorkspaceProject.getTargetPlatformVersion()); - - if (Version.isVersion(simplifiedVersion)) { - return Boolean.toString(true); - } - - ProductInfo workspaceProductInfo = liferayWorkspaceProject.getWorkspaceProductInfo(); - - if (Objects.nonNull(workspaceProductInfo)) { - String workspaceProductTargetPlatformVersion = workspaceProductInfo.getTargetPlatformVersion(); - - if (Version.isVersion(workspaceProductTargetPlatformVersion)) { - return Boolean.toString(true); - } - } - } - catch (Exception exception) { + if (liferayWorkspaceProject.getWorkspaceReleaseEntry() == null) { + return Boolean.toString(false); } - return Boolean.toString(false); + return Boolean.toString(true); } } \ No newline at end of file diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/service/TargetLiferayVersionDefaultValueService.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/service/TargetLiferayVersionDefaultValueService.java index c9dc242807..55e110b16f 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/service/TargetLiferayVersionDefaultValueService.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/service/TargetLiferayVersionDefaultValueService.java @@ -15,8 +15,8 @@ package com.liferay.ide.project.core.service; import com.liferay.ide.core.util.CoreUtil; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.workspace.LiferayWorkspaceUtil; -import com.liferay.ide.core.workspace.WorkspaceConstants; import com.liferay.ide.project.core.ProjectCore; import org.eclipse.core.runtime.Platform; @@ -42,7 +42,7 @@ protected String compute() { return liferayWorkspaceProjectVersion; } - String[] versions = WorkspaceConstants.LIFERAY_VERSIONS; + String[] versions = ReleaseUtil.getProductGroupVersions(); String defaultValue = versions[versions.length - 1]; diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/BundleUrlDefaultValueService.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/BundleUrlDefaultValueService.java index 1b0d488b9b..13b1931f74 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/BundleUrlDefaultValueService.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/BundleUrlDefaultValueService.java @@ -14,13 +14,10 @@ package com.liferay.ide.project.core.workspace; -import com.liferay.ide.core.ProductInfo; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.SapphireContentAccessor; import com.liferay.ide.core.util.SapphireUtil; -import com.liferay.ide.project.core.util.ProjectUtil; - -import java.util.Map; -import java.util.Objects; +import com.liferay.release.util.ReleaseEntry; import org.eclipse.sapphire.DefaultValueService; import org.eclipse.sapphire.Event; @@ -59,16 +56,10 @@ protected String compute() { String targetPlatform = get(op.getTargetPlatform()); - Map productInfos = ProjectUtil.getProductInfos(); + ReleaseEntry releaseEntry = ReleaseUtil.getReleaseEntry(targetPlatform); - for (ProductInfo productInfo : productInfos.values()) { - try { - if (Objects.equals(productInfo.getTargetPlatformVersion(), targetPlatform)) { - return ProjectUtil.decodeBundleUrl(productInfo); - } - } - catch (Exception exception) { - } + if (releaseEntry != null) { + return releaseEntry.getBundleURL(); } return null; From 61a1e7bd5b6a16574fc749c8abaa055f91783b77 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 15:50:36 -0500 Subject: [PATCH 23/31] LPD-29388 com.liferay.ide.project.core: updates other usages --- .../ProjectTemplateNameValidationService.java | 41 ++++++++----------- .../TargetLiferayVersionListener.java | 28 ++----------- 2 files changed, 22 insertions(+), 47 deletions(-) diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/modules/ProjectTemplateNameValidationService.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/modules/ProjectTemplateNameValidationService.java index 837ae811f4..fb1d0a2079 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/modules/ProjectTemplateNameValidationService.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/modules/ProjectTemplateNameValidationService.java @@ -18,15 +18,15 @@ import aQute.bnd.version.VersionRange; import com.liferay.ide.core.IWorkspaceProject; -import com.liferay.ide.core.util.CoreUtil; import com.liferay.ide.core.util.FileUtil; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.SapphireContentAccessor; import com.liferay.ide.core.util.SapphireUtil; import com.liferay.ide.core.util.StringUtil; -import com.liferay.ide.core.util.VersionUtil; import com.liferay.ide.core.workspace.LiferayWorkspaceUtil; import com.liferay.ide.project.core.NewLiferayProjectProvider; import com.liferay.ide.project.core.ProjectCore; +import com.liferay.release.util.ReleaseEntry; import java.io.BufferedReader; import java.io.File; @@ -78,17 +78,16 @@ protected Status compute() { NewLiferayModuleProjectOp op = context(NewLiferayModuleProjectOp.class); - String targetPlatformVersionString = VersionUtil.simplifyTargetPlatformVersion( - liferayWorkspaceProject.getTargetPlatformVersion()); - String liferayVersion = get(op.getLiferayVersion()); - if (CoreUtil.isNotNullOrEmpty(targetPlatformVersionString)) { - Version targetPlatformVersion = Version.parseVersion(targetPlatformVersionString); + ReleaseEntry releaseEntry = ReleaseUtil.getReleaseEntry(liferayWorkspaceProject.getTargetPlatformVersion()); - liferayVersion = new String(targetPlatformVersion.getMajor() + "." + targetPlatformVersion.getMinor()); + if (releaseEntry != null) { + liferayVersion = releaseEntry.getProductGroupVersion(); } + liferayVersion = liferayVersion.replace("q", ""); + String projectTemplateName = get(op.getProjectTemplateName()); if (projectTemplateName.startsWith("js")) { @@ -126,25 +125,21 @@ protected Status compute() { VersionRange versionRange = _projectTemplateVersionRangeMap.get(projectTemplateName); - if (versionRange != null) { - boolean include = versionRange.includes(new Version(liferayVersion)); - - if (!include) { - if (npm) { - return Status.createErrorStatus( - "NPM portlet project templates generated from this tool are not supported for specified " + - "Liferay version. See LPS-97950 for full details."); - } + if (versionRange == null) { + return Status.createWarningStatus("Unable to get supported Liferay version."); + } - return Status.createErrorStatus( - "Specified Liferay version is invaild. Must be in range " + versionRange); - } + if (versionRange.includes(new Version(liferayVersion))) { + return retval; } - else { - return Status.createWarningStatus("Unable to get supported Liferay version."); + + if (npm) { + return Status.createErrorStatus( + "NPM portlet project templates generated from this tool are not supported for specified Liferay " + + "version. See LPS-97950 for full details."); } - return retval; + return Status.createErrorStatus("Specified Liferay version is invaild. Must be in range " + versionRange); } @Override diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/TargetLiferayVersionListener.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/TargetLiferayVersionListener.java index 834caa30f9..b818639fad 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/TargetLiferayVersionListener.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/workspace/TargetLiferayVersionListener.java @@ -14,13 +14,9 @@ package com.liferay.ide.project.core.workspace; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.SapphireContentAccessor; -import com.liferay.ide.project.core.util.ProjectUtil; - -import java.util.HashMap; -import java.util.Map; -import java.util.concurrent.CompletableFuture; -import java.util.function.Consumer; +import com.liferay.release.util.ReleaseEntry; import org.eclipse.sapphire.Element; import org.eclipse.sapphire.FilteredListener; @@ -49,25 +45,9 @@ protected void handleTypedEvent(PropertyContentEvent event) { targetPlatform.clear(); - CompletableFuture> future = CompletableFuture.supplyAsync( - () -> { - try { - return ProjectUtil.initMavenTargetPlatform(); - } - catch (Exception exception) { - return new HashMap<>(); - } - }); - - future.thenAccept( - new Consumer>() { - - @Override - public void accept(Map mavenTargetPlatform) { - op.setTargetPlatform(mavenTargetPlatform.get(liferayVersion)[0]); - } + ReleaseEntry releaseEntry = ReleaseUtil.getReleaseEntry(liferayVersion); - }); + op.setTargetPlatform(releaseEntry.getTargetPlatformVersion()); } } \ No newline at end of file From 53c9bf49acd0e5bae710a8dee98f3417ef5fdc8b Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 15:50:50 -0500 Subject: [PATCH 24/31] LPD-29388 com.liferay.ide.project.core: removes unused methods --- .../ide/project/core/util/ProjectUtil.java | 91 +------------------ 1 file changed, 2 insertions(+), 89 deletions(-) diff --git a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/util/ProjectUtil.java b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/util/ProjectUtil.java index 618c207f03..508586202d 100644 --- a/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/util/ProjectUtil.java +++ b/tools/plugins/com.liferay.ide.project.core/src/com/liferay/ide/project/core/util/ProjectUtil.java @@ -14,17 +14,12 @@ package com.liferay.ide.project.core.util; -import com.google.gson.Gson; -import com.google.gson.reflect.TypeToken; -import com.google.gson.stream.JsonReader; - import com.liferay.ide.core.IBundleProject; import com.liferay.ide.core.ILiferayConstants; import com.liferay.ide.core.ILiferayProject; import com.liferay.ide.core.IWebProject; import com.liferay.ide.core.IWorkspaceProject; import com.liferay.ide.core.LiferayCore; -import com.liferay.ide.core.ProductInfo; import com.liferay.ide.core.adapter.NoopLiferayProject; import com.liferay.ide.core.util.CoreUtil; import com.liferay.ide.core.util.FileUtil; @@ -34,7 +29,6 @@ import com.liferay.ide.core.util.StringPool; import com.liferay.ide.core.util.StringUtil; import com.liferay.ide.core.workspace.LiferayWorkspaceUtil; -import com.liferay.ide.core.workspace.WorkspaceConstants; import com.liferay.ide.project.core.IPortletFramework; import com.liferay.ide.project.core.PluginClasspathContainerInitializer; import com.liferay.ide.project.core.PluginsSDKBundleProject; @@ -46,14 +40,12 @@ import com.liferay.ide.project.core.facet.PluginFacetProjectCreationDataModelProvider; import com.liferay.ide.project.core.model.NewLiferayPluginProjectOp; import com.liferay.ide.project.core.model.PluginType; -import com.liferay.ide.project.core.modules.BladeCLI; import com.liferay.ide.project.core.modules.BndProperties; import com.liferay.ide.project.core.modules.BndPropertiesValue; import com.liferay.ide.sdk.core.ISDKConstants; import com.liferay.ide.sdk.core.SDK; import com.liferay.ide.sdk.core.SDKUtil; import com.liferay.ide.server.util.ServerUtil; -import com.liferay.workspace.bundle.url.codec.BundleURLCodec; import java.io.BufferedReader; import java.io.ByteArrayInputStream; @@ -62,10 +54,7 @@ import java.io.InputStream; import java.io.InputStreamReader; -import java.nio.file.Files; - import java.util.ArrayList; -import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; @@ -831,17 +820,6 @@ else if (projectName.endsWith(ISDKConstants.WEB_PLUGIN_PROJECT_SUFFIX)) { return fpwc.getProject(); } - public static String decodeBundleUrl(ProductInfo productInfo) { - try { - return BundleURLCodec.decode(productInfo.getBundleUrl(), productInfo.getReleaseDate()); - } - catch (Exception exception) { - ProjectCore.logError("Unable to determine bundle URL", exception); - } - - return null; - } - public static void fixExtProjectSrcFolderLinks(IProject extProject) throws JavaModelException { if (extProject == null) { return; @@ -1059,22 +1037,6 @@ public static IFile getPortletXmlFile(IProject project) { return null; } - public static Map getProductInfos() { - try (JsonReader jsonReader = new JsonReader(Files.newBufferedReader(_workspaceCacheFile.toPath()))) { - Gson gson = new Gson(); - - TypeToken> typeToken = new TypeToken>() { - }; - - return gson.fromJson(jsonReader, typeToken.getType()); - } - catch (Exception ce) { - ProjectCore.logError("Cannot Find Product Info", ce); - } - - return null; - } - public static IProject getProject(IDataModel model) { if (model == null) { return null; @@ -1113,8 +1075,6 @@ public static ProjectRecord getProjectRecordForDir(String dir) { return projectRecord; } - // IDE-270 - public static String getRelativePathFromDocroot(IWebProject lrproject, String path) { IFolder docroot = lrproject.getDefaultDocrootFolder(); @@ -1131,6 +1091,8 @@ public static String getRelativePathFromDocroot(IWebProject lrproject, String pa return "/" + retval; } + // IDE-270 + public static String getRequiredSuffix(IProject project) { String requiredSuffix = null; @@ -1351,51 +1313,6 @@ public static boolean hasProperty(IDataModel model, String propertyName) { return retval; } - public static Map initMavenTargetPlatform() { - Map targetPlatformVersionMap = new HashMap<>(); - - try { - String[] workspaceProducts = BladeCLI.getWorkspaceProducts(true); - - if (Objects.isNull(workspaceProducts)) { - return targetPlatformVersionMap; - } - - Map productInfos = getProductInfos(); - - if (Objects.isNull(productInfos)) { - return targetPlatformVersionMap; - } - - for (String liferayVersion : WorkspaceConstants.LIFERAY_VERSIONS) { - String[] targetPlatformVersions = Arrays.stream( - workspaceProducts - ).unordered( - ).filter( - product -> product.startsWith("portal") - ).map( - productInfos::get - ).filter( - productInfo -> { - String targetPlatformVersion = productInfo.getTargetPlatformVersion(); - - return targetPlatformVersion.startsWith(liferayVersion); - } - ).map( - ProductInfo::getTargetPlatformVersion - ).toArray( - String[]::new - ); - - targetPlatformVersionMap.put(liferayVersion, targetPlatformVersions); - } - } - catch (Exception exception) { - } - - return targetPlatformVersionMap; - } - public static boolean is7xServerDeployableProject(IProject project) { ILiferayProject liferayProject = LiferayCore.create(ILiferayProject.class, project); @@ -2030,16 +1947,12 @@ private static boolean _isLiferayRuntimePluginClassPath(IClasspathEntry entry) { return retval; } - private static final String _DEFAULT_WORKSPACE_CACHE_FILE = ".liferay/workspace/.product_info.json"; - private static final SapphireContentAccessor _getter = new SapphireContentAccessor() { }; private static final Pattern _themeBuilderPlugin = Pattern.compile( ".*apply.*plugin.*:.*[\'\"]com\\.liferay\\.portal\\.tools\\.theme\\.builder[\'\"].*", Pattern.MULTILINE | Pattern.DOTALL); private static final Pattern _warPlugin = Pattern.compile(".*apply.*war.*", Pattern.MULTILINE | Pattern.DOTALL); - private static final File _workspaceCacheFile = new File( - System.getProperty("user.home"), _DEFAULT_WORKSPACE_CACHE_FILE); private static class Msgs extends NLS { From 5a5a8b04216c294b1949c190e1fa520fde0872e3 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 15:52:05 -0500 Subject: [PATCH 25/31] LPD-29388 com.liferay.ide.project.ui: updates usages --- .../plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF | 1 + .../ide/project/ui/RequireLiferayWorkspaceProject.java | 6 +++--- .../SpringMVCPortletConfigurationPresentationPart.java | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF index 272fb4d816..3733af01b7 100644 --- a/tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.project.ui/META-INF/MANIFEST.MF @@ -12,6 +12,7 @@ Require-Bundle: biz.aQute.bndlib, com.liferay.ide.sdk.core, com.liferay.ide.server.core, com.liferay.ide.ui, + com.liferay.release.util, org.apache.commons.io, org.eclipse.ant.ui, org.eclipse.compare, diff --git a/tools/plugins/com.liferay.ide.project.ui/src/com/liferay/ide/project/ui/RequireLiferayWorkspaceProject.java b/tools/plugins/com.liferay.ide.project.ui/src/com/liferay/ide/project/ui/RequireLiferayWorkspaceProject.java index 7acdb43a54..cc57bd15f0 100644 --- a/tools/plugins/com.liferay.ide.project.ui/src/com/liferay/ide/project/ui/RequireLiferayWorkspaceProject.java +++ b/tools/plugins/com.liferay.ide.project.ui/src/com/liferay/ide/project/ui/RequireLiferayWorkspaceProject.java @@ -15,13 +15,13 @@ package com.liferay.ide.project.ui; import com.liferay.ide.core.IWorkspaceProject; -import com.liferay.ide.core.ProductInfo; import com.liferay.ide.core.workspace.LiferayWorkspaceUtil; import com.liferay.ide.project.core.workspace.ConfigureWorkspaceProductOp; import com.liferay.ide.project.core.workspace.NewLiferayWorkspaceOp; import com.liferay.ide.project.ui.workspace.ImportLiferayWorkspaceWizard; import com.liferay.ide.project.ui.workspace.NewLiferayWorkspaceWizard; import com.liferay.ide.ui.util.UIUtil; +import com.liferay.release.util.ReleaseEntry; import java.util.Objects; @@ -74,12 +74,12 @@ public default void promptIfLiferayWorkspaceNotExists(String wizardName) { IWorkspaceProject workspaceProject = LiferayWorkspaceUtil.getLiferayWorkspaceProject(); if (Objects.nonNull(workspaceProject) && workspaceProject.isFlexibleLiferayWorkspace()) { - ProductInfo workspaceProductInfo = workspaceProject.getWorkspaceProductInfo(); + ReleaseEntry workspaceReleaseEntry = workspaceProject.getWorkspaceReleaseEntry(); liferayWorkspaceProject = workspaceProject.getProject(); if (LiferayWorkspaceUtil.isValidGradleWorkspaceLocation(liferayWorkspaceProject.getLocation()) && - Objects.isNull(workspaceProductInfo)) { + Objects.isNull(workspaceReleaseEntry)) { int updateProduct = MessageDialog.open( MessageDialog.QUESTION, activeShell, NLS.bind(Msgs.newElement, wizardName), diff --git a/tools/plugins/com.liferay.ide.project.ui/src/com/liferay/ide/project/ui/springmvcportlet/SpringMVCPortletConfigurationPresentationPart.java b/tools/plugins/com.liferay.ide.project.ui/src/com/liferay/ide/project/ui/springmvcportlet/SpringMVCPortletConfigurationPresentationPart.java index 7ed1b94d09..fbd70d4f06 100644 --- a/tools/plugins/com.liferay.ide.project.ui/src/com/liferay/ide/project/ui/springmvcportlet/SpringMVCPortletConfigurationPresentationPart.java +++ b/tools/plugins/com.liferay.ide.project.ui/src/com/liferay/ide/project/ui/springmvcportlet/SpringMVCPortletConfigurationPresentationPart.java @@ -14,9 +14,9 @@ package com.liferay.ide.project.ui.springmvcportlet; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.SapphireContentAccessor; import com.liferay.ide.core.util.SapphireUtil; -import com.liferay.ide.core.workspace.WorkspaceConstants; import com.liferay.ide.project.core.springmvcportlet.NewSpringMVCPortletProjectOp; import com.liferay.ide.project.core.springmvcportlet.SpringMVCPortletProjectConstants; import com.liferay.ide.ui.util.SWTUtil; @@ -228,7 +228,7 @@ protected void init() { String liferayVersion = get(_op().getLiferayVersion()); - if (liferayVersion.equals(WorkspaceConstants.LIFERAY_VERSIONS[0])) { + if (liferayVersion.equals(ReleaseUtil.getProductGroupVersions()[0])) { _op().setFramework(SpringMVCPortletProjectConstants.SPRING_FRAMEWORK[1]); } else { @@ -292,7 +292,7 @@ private String _getPackageName(String projectName) { private void _intializeSpringConfigurationData(String liferayVersion) { _clearSpringConfigurationData(); - if (liferayVersion.equals(WorkspaceConstants.LIFERAY_VERSIONS[0])) { + if (liferayVersion.equals(ReleaseUtil.getProductGroupVersions()[0])) { _frameworkCombo.setItems(SpringMVCPortletProjectConstants.SPRING_FRAMEWORK[1]); _frameworkDependenciesCombo.setItems(SpringMVCPortletProjectConstants.SPRING_FRAMEWORK_DEPENDENCIES[0]); } From cebeee46fc6f70c72ecee07e73891c5fcebf3616 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 15:59:44 -0500 Subject: [PATCH 26/31] LPD-29388 com.liferay.ide.upgrade.commands.ui: updates usages --- .../META-INF/MANIFEST.MF | 1 + ...ConfigureTargetPlatformVersionCommand.java | 71 ++++++------------- 2 files changed, 23 insertions(+), 49 deletions(-) diff --git a/tools/plugins/com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF b/tools/plugins/com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF index b7ed4d1025..0cf3f043d2 100644 --- a/tools/plugins/com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF +++ b/tools/plugins/com.liferay.ide.upgrade.commands.ui/META-INF/MANIFEST.MF @@ -15,6 +15,7 @@ Require-Bundle: com.liferay.ide.core, com.liferay.ide.ui, com.liferay.ide.upgrade.commands.core, com.liferay.ide.upgrade.plan.core, + com.liferay.release.util, org.apache.commons.io, org.apache.commons.lang, org.eclipse.compare, diff --git a/tools/plugins/com.liferay.ide.upgrade.commands.ui/src/com/liferay/ide/upgrade/commands/ui/internal/code/ConfigureTargetPlatformVersionCommand.java b/tools/plugins/com.liferay.ide.upgrade.commands.ui/src/com/liferay/ide/upgrade/commands/ui/internal/code/ConfigureTargetPlatformVersionCommand.java index 9e3b137e11..4269fb34e2 100644 --- a/tools/plugins/com.liferay.ide.upgrade.commands.ui/src/com/liferay/ide/upgrade/commands/ui/internal/code/ConfigureTargetPlatformVersionCommand.java +++ b/tools/plugins/com.liferay.ide.upgrade.commands.ui/src/com/liferay/ide/upgrade/commands/ui/internal/code/ConfigureTargetPlatformVersionCommand.java @@ -15,8 +15,8 @@ package com.liferay.ide.upgrade.commands.ui.internal.code; import com.liferay.ide.core.util.FileUtil; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.workspace.WorkspaceConstants; -import com.liferay.ide.project.core.util.ProjectUtil; import com.liferay.ide.ui.util.UIUtil; import com.liferay.ide.upgrade.commands.core.code.ConfigureTargetPlatformVersionCommandKeys; import com.liferay.ide.upgrade.plan.core.ResourceSelection; @@ -26,16 +26,12 @@ import com.liferay.ide.upgrade.plan.core.UpgradePlan; import com.liferay.ide.upgrade.plan.core.UpgradePlanner; import com.liferay.ide.upgrade.plan.core.UpgradePreview; +import com.liferay.release.util.ReleaseEntry; import java.io.File; import java.util.Collections; -import java.util.HashMap; import java.util.List; -import java.util.Map; -import java.util.Objects; -import java.util.concurrent.CompletableFuture; -import java.util.function.Consumer; import org.apache.commons.configuration.ConfigurationException; import org.apache.commons.configuration.PropertiesConfiguration; @@ -112,49 +108,26 @@ private File _getGradlePropertiesFile() { } private IStatus _updateTargetPlatformValue(File gradeProperties) { - CompletableFuture> future = CompletableFuture.supplyAsync( - () -> { - try { - return ProjectUtil.initMavenTargetPlatform(); - } - catch (Exception exception) { - return new HashMap<>(); - } - }); - - future.thenAccept( - new Consumer>() { - - @Override - public void accept(Map mavenTargetPlatform) { - UpgradePlan upgradePlan = _upgradePlanner.getCurrentUpgradePlan(); - - String targetPlatformVersion = mavenTargetPlatform.get("7.1")[0]; - - String targetVersion = upgradePlan.getTargetVersion(); - - if (Objects.equals(targetVersion, "7.0")) { - targetPlatformVersion = mavenTargetPlatform.get("7.0")[0]; - } - else if (Objects.equals(targetVersion, "7.1")) { - targetPlatformVersion = mavenTargetPlatform.get("7.1")[0]; - } - else if (Objects.equals(targetVersion, "7.2")) { - targetPlatformVersion = mavenTargetPlatform.get("7.2")[0]; - } - - try { - PropertiesConfiguration config = new PropertiesConfiguration(gradeProperties); - - config.setProperty(WorkspaceConstants.TARGET_PLATFORM_VERSION_PROPERTY, targetPlatformVersion); - - config.save(); - } - catch (ConfigurationException ce) { - } - } - - }); + UpgradePlan upgradePlan = _upgradePlanner.getCurrentUpgradePlan(); + + String upgradePlanTargetVersion = upgradePlan.getTargetVersion(); + + ReleaseEntry releaseEntry = ReleaseUtil.getReleaseEntry(upgradePlanTargetVersion); + + if (releaseEntry == null) { + releaseEntry = ReleaseUtil.getReleaseEntry("7.1"); + } + + try { + PropertiesConfiguration config = new PropertiesConfiguration(gradeProperties); + + config.setProperty( + WorkspaceConstants.TARGET_PLATFORM_VERSION_PROPERTY, releaseEntry.getTargetPlatformVersion()); + + config.save(); + } + catch (ConfigurationException ce) { + } return Status.OK_STATUS; } From a4a702e6da0cca576ea5e50618c91e9e0cafa19b Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 31 Jul 2024 16:00:30 -0500 Subject: [PATCH 27/31] LPD-29388 com.liferay.ide.maven.core: updates usages --- .../META-INF/MANIFEST.MF | 1 + .../LiferayMavenWorkspaceProjectProvider.java | 32 +++++-------------- 2 files changed, 9 insertions(+), 24 deletions(-) diff --git a/maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF b/maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF index 24d781c826..186c0f0677 100644 --- a/maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF +++ b/maven/plugins/com.liferay.ide.maven.core/META-INF/MANIFEST.MF @@ -13,6 +13,7 @@ Require-Bundle: biz.aQute.bndlib, com.liferay.ide.project.core, com.liferay.ide.server.core, com.liferay.ide.theme.core, + com.liferay.release.util, org.apache.commons.io, org.apache.httpcomponents.httpclient, org.apache.httpcomponents.httpcore, diff --git a/maven/plugins/com.liferay.ide.maven.core/src/com/liferay/ide/maven/core/LiferayMavenWorkspaceProjectProvider.java b/maven/plugins/com.liferay.ide.maven.core/src/com/liferay/ide/maven/core/LiferayMavenWorkspaceProjectProvider.java index 4c7932a0b2..f22443f613 100644 --- a/maven/plugins/com.liferay.ide.maven.core/src/com/liferay/ide/maven/core/LiferayMavenWorkspaceProjectProvider.java +++ b/maven/plugins/com.liferay.ide.maven.core/src/com/liferay/ide/maven/core/LiferayMavenWorkspaceProjectProvider.java @@ -15,22 +15,20 @@ package com.liferay.ide.maven.core; import com.liferay.ide.core.ILiferayProject; -import com.liferay.ide.core.ProductInfo; import com.liferay.ide.core.util.CoreUtil; import com.liferay.ide.core.util.FileUtil; +import com.liferay.ide.core.util.ReleaseUtil; import com.liferay.ide.core.util.SapphireContentAccessor; import com.liferay.ide.core.workspace.LiferayWorkspaceUtil; import com.liferay.ide.core.workspace.WorkspaceConstants; import com.liferay.ide.project.core.ProjectCore; import com.liferay.ide.project.core.modules.BladeCLI; -import com.liferay.ide.project.core.util.ProjectUtil; import com.liferay.ide.project.core.workspace.NewLiferayWorkspaceOp; import com.liferay.ide.project.core.workspace.NewLiferayWorkspaceProjectProvider; +import com.liferay.release.util.ReleaseEntry; import java.io.File; -import java.util.Map; -import java.util.Objects; import java.util.Properties; import org.apache.maven.model.Model; @@ -61,7 +59,7 @@ public IStatus createNewProject(NewLiferayWorkspaceOp op, IProgressMonitor monit IPath workspaceLocation = location.append(workspaceName); - String version = get(op.getTargetPlatform()); + String version = get(op.getProductVersion()); StringBuilder sb = new StringBuilder(); @@ -93,29 +91,15 @@ public IStatus createNewProject(NewLiferayWorkspaceOp op, IProgressMonitor monit String targetPlatform = get(op.getTargetPlatform()); - Map productInfos = ProjectUtil.getProductInfos(); + properties.setProperty(WorkspaceConstants.WORKSPACE_BOM_VERSION, targetPlatform); - ProductInfo productInfo = null; + ReleaseEntry releaseEntry = ReleaseUtil.getReleaseEntry(targetPlatform); - for (ProductInfo product : productInfos.values()) { - try { - if (Objects.equals(product.getTargetPlatformVersion(), targetPlatform)) { - productInfo = product; + if (releaseEntry != null) { + properties.setProperty(WorkspaceConstants.BUNDLE_URL_PROPERTY, releaseEntry.getBundleURL()); - break; - } - } - catch (Exception exception) { - exception.printStackTrace(); - } + MavenUtil.updateMavenPom(pomModel, pomFile); } - - properties.setProperty(WorkspaceConstants.WORKSPACE_BOM_VERSION, targetPlatform); - - properties.setProperty( - WorkspaceConstants.BUNDLE_URL_PROPERTY, ProjectUtil.decodeBundleUrl(productInfo)); - - MavenUtil.updateMavenPom(pomModel, pomFile); } catch (Exception e) { LiferayMavenCore.logError(e); From 40c1eb962f90702f959989fe551adca4a9fad706 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Fri, 2 Aug 2024 10:01:24 -0500 Subject: [PATCH 28/31] LPD-29388 com.liferay.ide.project.core.tests: fixes test assertions --- .../com/liferay/ide/project/core/modules/BladeCLITests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tests/com.liferay.ide.project.core.tests/src/com/liferay/ide/project/core/modules/BladeCLITests.java b/tools/tests/com.liferay.ide.project.core.tests/src/com/liferay/ide/project/core/modules/BladeCLITests.java index c98549bcec..04db4d58b6 100644 --- a/tools/tests/com.liferay.ide.project.core.tests/src/com/liferay/ide/project/core/modules/BladeCLITests.java +++ b/tools/tests/com.liferay.ide.project.core.tests/src/com/liferay/ide/project/core/modules/BladeCLITests.java @@ -49,9 +49,9 @@ public void testBundleFileIsValid() throws Exception Domain domain = Domain.domain( bladeFile ); - assertTrue( domain.getBundleVersion().startsWith( "5" ) ); + assertTrue( domain.getBundleVersion().startsWith( "7" ) ); - assertFalse( domain.getBundleVersion().startsWith( "4" ) ); + assertFalse( domain.getBundleVersion().startsWith( "5" ) ); } @Test From 68abafe34761fd3f5ea7126362b187472de8f411 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Fri, 2 Aug 2024 13:29:50 -0500 Subject: [PATCH 29/31] LPD-29388 liferay-ide: fixes broken bundle URL --- .../workspace/tests/NewLiferayWorkspaceWizardGradleTests.java | 2 +- .../workspace/tests/NewLiferayWorkspaceWizardMavenTests.java | 2 +- .../tests/ImportLiferayWorkspaceWizardGradleTests.java | 4 ++-- .../tests/ImportLiferayWorkspaceWizardMavenTests.java | 2 +- tests-resources/internal/gradle.properties | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/src/com/liferay/ide/functional/workspace/tests/NewLiferayWorkspaceWizardGradleTests.java b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/src/com/liferay/ide/functional/workspace/tests/NewLiferayWorkspaceWizardGradleTests.java index daa4dd35fb..ffe8a8cf2c 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/src/com/liferay/ide/functional/workspace/tests/NewLiferayWorkspaceWizardGradleTests.java +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/src/com/liferay/ide/functional/workspace/tests/NewLiferayWorkspaceWizardGradleTests.java @@ -382,7 +382,7 @@ public void createLiferayWorkspaceWithDownloadBundleChangeBundleUrl() { // Use the internal server instead of the public server and also need to append the internal host String bundleUrl = - "http://ide-resources-site/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; + "https://releases-cdn.liferay.com/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; wizardAction.openNewLiferayWorkspaceWizard(); diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/src/com/liferay/ide/functional/workspace/tests/NewLiferayWorkspaceWizardMavenTests.java b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/src/com/liferay/ide/functional/workspace/tests/NewLiferayWorkspaceWizardMavenTests.java index 19a37907de..195a0a33ce 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/src/com/liferay/ide/functional/workspace/tests/NewLiferayWorkspaceWizardMavenTests.java +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.create.tomcat.70/src/com/liferay/ide/functional/workspace/tests/NewLiferayWorkspaceWizardMavenTests.java @@ -416,7 +416,7 @@ public void createLiferayWorkspaceWithDownloadBundleChangeBundleUrl() { // Use the internal server instead of the public server and also need to append the internal host String bundleUrl = - "http://ide-resources-site/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; + "https://releases-cdn.liferay.com/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; wizardAction.openNewLiferayWorkspaceWizard(); diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/src/com/liferay/ide/functional/workspace/tests/ImportLiferayWorkspaceWizardGradleTests.java b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/src/com/liferay/ide/functional/workspace/tests/ImportLiferayWorkspaceWizardGradleTests.java index 51daa2efaa..e1051314ec 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/src/com/liferay/ide/functional/workspace/tests/ImportLiferayWorkspaceWizardGradleTests.java +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/src/com/liferay/ide/functional/workspace/tests/ImportLiferayWorkspaceWizardGradleTests.java @@ -67,7 +67,7 @@ public void importLiferayWorkspaceWithDownloadBundle() throws IOException { wizardAction.importLiferayWorkspace.prepare(project.getPath(), true, project.getName()); String bundleUrl = - "http://ide-resources-site/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; + "https://releases-cdn.liferay.com/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; wizardAction.importLiferayWorkspace.prepareBundleUrl(bundleUrl); @@ -170,7 +170,7 @@ public void importLiferayWorkspaceWithPluginsSdkDownloadBundle() throws IOExcept wizardAction.importLiferayWorkspace.prepare(project.getPath(), true, project.getName()); String bundleUrl = - "http://ide-resources-site/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; + "https://releases-cdn.liferay.com/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; wizardAction.importLiferayWorkspace.prepareBundleUrl(bundleUrl); diff --git a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/src/com/liferay/ide/functional/workspace/tests/ImportLiferayWorkspaceWizardMavenTests.java b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/src/com/liferay/ide/functional/workspace/tests/ImportLiferayWorkspaceWizardMavenTests.java index 7df3566c36..968f4fa2be 100644 --- a/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/src/com/liferay/ide/functional/workspace/tests/ImportLiferayWorkspaceWizardMavenTests.java +++ b/functional-tests/tools/workspace/workspace.wizard/workspace.wizard.import.tomcat.70/src/com/liferay/ide/functional/workspace/tests/ImportLiferayWorkspaceWizardMavenTests.java @@ -83,7 +83,7 @@ public void importLiferayWorkspaceWithDownloadBundle() throws IOException { wizardAction.importLiferayWorkspace.prepare(project.getPath(), true, project.getName()); String bundleUrl = - "http://ide-resources-site/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; + "https://releases-cdn.liferay.com/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip"; wizardAction.importLiferayWorkspace.prepareBundleUrl(bundleUrl); diff --git a/tests-resources/internal/gradle.properties b/tests-resources/internal/gradle.properties index b169881745..8fea06fdb8 100644 --- a/tests-resources/internal/gradle.properties +++ b/tests-resources/internal/gradle.properties @@ -52,7 +52,7 @@ # "liferay.workspace.bundle.token.download" property to true. The default # value is the URL for Liferay Portal CE 7.0.3 GA4. # - liferay.workspace.bundle.url=http://ide-resources-site/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip + liferay.workspace.bundle.url=https://releases-cdn.liferay.com/portal/7.0.4-ga5/liferay-ce-portal-tomcat-7.0-ga5-20171018150113838.zip # # Set this to true to configure Liferay CDN as the default repository in the From e74fded788b8b57a35cd2b81149737daa7bf1027 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Fri, 2 Aug 2024 14:30:11 -0500 Subject: [PATCH 30/31] LPD-29388 com.liferay.ide.maven.core.tests: updates test target platform value --- .../ide/maven/core/tests/MavenModuleFragmentProjectTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven/tests/com.liferay.ide.maven.core.tests/src/com/liferay/ide/maven/core/tests/MavenModuleFragmentProjectTests.java b/maven/tests/com.liferay.ide.maven.core.tests/src/com/liferay/ide/maven/core/tests/MavenModuleFragmentProjectTests.java index 54feb84907..6c2e8dc9de 100644 --- a/maven/tests/com.liferay.ide.maven.core.tests/src/com/liferay/ide/maven/core/tests/MavenModuleFragmentProjectTests.java +++ b/maven/tests/com.liferay.ide.maven.core.tests/src/com/liferay/ide/maven/core/tests/MavenModuleFragmentProjectTests.java @@ -138,7 +138,7 @@ public static void createLiferayWorkspaceProject() throws Exception { workspaceOp.setProvisionLiferayBundle(false); workspaceOp.setServerName("test-maven-liferay-workspace"); workspaceOp.setLiferayVersion("7.4"); - workspaceOp.setTargetPlatform("7.4.3.101"); + workspaceOp.setTargetPlatform("7.4.3.102"); TestUtil.waitForBuildAndValidation(); From 799344152f35bee2a0d804c85d53b1f5f18b8ad0 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Mon, 5 Aug 2024 15:54:51 -0500 Subject: [PATCH 31/31] LPD-29388 com.liferay.ide.maven.core: falls back to other provided versions when invoking the Blade init command --- .../maven/core/LiferayMavenWorkspaceProjectProvider.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/maven/plugins/com.liferay.ide.maven.core/src/com/liferay/ide/maven/core/LiferayMavenWorkspaceProjectProvider.java b/maven/plugins/com.liferay.ide.maven.core/src/com/liferay/ide/maven/core/LiferayMavenWorkspaceProjectProvider.java index f22443f613..c9e76df27a 100644 --- a/maven/plugins/com.liferay.ide.maven.core/src/com/liferay/ide/maven/core/LiferayMavenWorkspaceProjectProvider.java +++ b/maven/plugins/com.liferay.ide.maven.core/src/com/liferay/ide/maven/core/LiferayMavenWorkspaceProjectProvider.java @@ -61,6 +61,14 @@ public IStatus createNewProject(NewLiferayWorkspaceOp op, IProgressMonitor monit String version = get(op.getProductVersion()); + if (version == null) { + version = get(op.getTargetPlatform()); + } + + if (version == null) { + version = get(op.getLiferayVersion()); + } + StringBuilder sb = new StringBuilder(); sb.append("-q ");