From b68dbbb386b846e2f5cbfe0631c3856bf318795c Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Mon, 30 Oct 2023 19:54:46 -0300 Subject: [PATCH] LPS-183167 prep next --- .../sdk/gradle-plugins-workspace/artifact.properties | 8 ++++---- .../src/gradleTest/targetPlatformModulesExt/build.gradle | 2 +- modules/sdk/gradle-plugins-workspace/README.markdown | 2 +- modules/sdk/gradle-plugins-workspace/bnd.bnd | 2 +- .../main/resources/archetype-resources/settings.gradle | 2 +- workspaces/liferay-sample-workspace/settings.gradle | 2 +- workspaces/refresh_liferay_sample_workspace.sh | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/.releng/sdk/gradle-plugins-workspace/artifact.properties b/modules/.releng/sdk/gradle-plugins-workspace/artifact.properties index 50d20fb3ff01cc..fdd3b34be9b3fd 100644 --- a/modules/.releng/sdk/gradle-plugins-workspace/artifact.properties +++ b/modules/.releng/sdk/gradle-plugins-workspace/artifact.properties @@ -1,4 +1,4 @@ -artifact.git.id=cf9228dc4bb61e4b246d9027ab0d80ffe71b2b33 -artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/9.0.7/com.liferay.gradle.plugins.workspace-9.0.7-javadoc.jar -artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/9.0.7/com.liferay.gradle.plugins.workspace-9.0.7-sources.jar -artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/9.0.7/com.liferay.gradle.plugins.workspace-9.0.7.jar \ No newline at end of file +artifact.git.id=2c6a17fc5991718ac9c5606eafed8528b45343b3 +artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/9.0.8/com.liferay.gradle.plugins.workspace-9.0.8-javadoc.jar +artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/9.0.8/com.liferay.gradle.plugins.workspace-9.0.8-sources.jar +artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/9.0.8/com.liferay.gradle.plugins.workspace-9.0.8.jar \ No newline at end of file diff --git a/modules/sdk/gradle-plugins-target-platform/src/gradleTest/targetPlatformModulesExt/build.gradle b/modules/sdk/gradle-plugins-target-platform/src/gradleTest/targetPlatformModulesExt/build.gradle index 657b0225847e4b..79982e3ed19971 100644 --- a/modules/sdk/gradle-plugins-target-platform/src/gradleTest/targetPlatformModulesExt/build.gradle +++ b/modules/sdk/gradle-plugins-target-platform/src/gradleTest/targetPlatformModulesExt/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.0.7") { + classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.0.8") { exclude group: "com.liferay", module: "com.liferay.gradle.util" } } diff --git a/modules/sdk/gradle-plugins-workspace/README.markdown b/modules/sdk/gradle-plugins-workspace/README.markdown index 6ed4e081b0387c..5e4cec934408e7 100644 --- a/modules/sdk/gradle-plugins-workspace/README.markdown +++ b/modules/sdk/gradle-plugins-workspace/README.markdown @@ -13,7 +13,7 @@ To use the plugin, include it in your `settings.gradle`: ```gradle buildscript { dependencies { - classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.0.7" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.0.8" } repositories { diff --git a/modules/sdk/gradle-plugins-workspace/bnd.bnd b/modules/sdk/gradle-plugins-workspace/bnd.bnd index 4a30e0af624f22..d335beefe89356 100644 --- a/modules/sdk/gradle-plugins-workspace/bnd.bnd +++ b/modules/sdk/gradle-plugins-workspace/bnd.bnd @@ -1,6 +1,6 @@ Bundle-Name: Liferay Gradle Plugins Workspace Bundle-SymbolicName: com.liferay.gradle.plugins.workspace -Bundle-Version: 9.0.8 +Bundle-Version: 9.0.9 Export-Package:\ com.liferay.gradle.plugins.gulp,\ com.liferay.gradle.plugins.js.module.config.generator,\ diff --git a/modules/sdk/project-templates/project-templates-workspace/src/main/resources/archetype-resources/settings.gradle b/modules/sdk/project-templates/project-templates-workspace/src/main/resources/archetype-resources/settings.gradle index 694af12c380491..ca33833d7a4170 100644 --- a/modules/sdk/project-templates/project-templates-workspace/src/main/resources/archetype-resources/settings.gradle +++ b/modules/sdk/project-templates/project-templates-workspace/src/main/resources/archetype-resources/settings.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.0.7" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.0.8" } repositories { diff --git a/workspaces/liferay-sample-workspace/settings.gradle b/workspaces/liferay-sample-workspace/settings.gradle index 049739b0082c44..26a5dd4ad3aab3 100644 --- a/workspaces/liferay-sample-workspace/settings.gradle +++ b/workspaces/liferay-sample-workspace/settings.gradle @@ -1,7 +1,7 @@ buildscript { dependencies { classpath group: "biz.aQute.bnd", name: "biz.aQute.bnd.gradle", version: "5.3.0" - classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.0.7" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.0.8" } repositories { diff --git a/workspaces/refresh_liferay_sample_workspace.sh b/workspaces/refresh_liferay_sample_workspace.sh index bbba6f24d2293e..ed47386e50f638 100755 --- a/workspaces/refresh_liferay_sample_workspace.sh +++ b/workspaces/refresh_liferay_sample_workspace.sh @@ -65,7 +65,7 @@ function refresh_liferay_sample_workspace { mv gradle.properties.tmp gradle.properties sed -i 's/name: "biz.aQute.bnd", version: ".*"/name: "biz.aQute.bnd.gradle", version: "5.2.0"/' settings.gradle - sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "9.0.7"/' settings.gradle + sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "9.0.8"/' settings.gradle echo -en "\ninclude \"poshi\"" >> settings.gradle