diff --git a/modules/.releng/sdk/gradle-plugins-workspace/artifact.properties b/modules/.releng/sdk/gradle-plugins-workspace/artifact.properties index 962de9bd1f5fad..6a4cf044ee5c72 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=96621829ee2927a24c7b3cf7bf672f696c0588fb -artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.3/com.liferay.gradle.plugins.workspace-11.0.3-javadoc.jar -artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.3/com.liferay.gradle.plugins.workspace-11.0.3-sources.jar -artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.3/com.liferay.gradle.plugins.workspace-11.0.3.jar \ No newline at end of file +artifact.git.id=d5008d785c0eb1ff7c33f25159861ceaad2fbdb7 +artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.4/com.liferay.gradle.plugins.workspace-11.0.4-javadoc.jar +artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.4/com.liferay.gradle.plugins.workspace-11.0.4-sources.jar +artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.4/com.liferay.gradle.plugins.workspace-11.0.4.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 f74c23b2a354eb..fb5a8b1213463c 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: "11.0.3") { + classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.4") { 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 a82102ae32cca8..38a31982463957 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: "11.0.3" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.4" } repositories { diff --git a/modules/sdk/gradle-plugins-workspace/bnd.bnd b/modules/sdk/gradle-plugins-workspace/bnd.bnd index 84246613429028..9256abf6fabbc9 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: 11.0.4 +Bundle-Version: 11.0.5 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 34961a52b4a339..d017c1eed2e726 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: "11.0.3" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.4" } repositories { diff --git a/workspaces/liferay-sample-workspace/settings.gradle b/workspaces/liferay-sample-workspace/settings.gradle index 246b30429a982b..91c5009b3c2ad3 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: "11.0.3" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.4" } repositories { diff --git a/workspaces/refresh_liferay_sample_workspace.sh b/workspaces/refresh_liferay_sample_workspace.sh index 30a37f5c5dc091..55d97976dbe7e8 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: "11.0.3"/' settings.gradle + sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "11.0.4"/' settings.gradle echo -en "\ninclude \"poshi\"" >> settings.gradle