Skip to content

Commit 91b38e8

Browse files
LPD-81017 prep next
1 parent 6ec057f commit 91b38e8

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
artifact.git.id=cf9b97e1d0c7914747e96a04bb794225c157a035
2-
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/15.1.4/com.liferay.gradle.plugins.workspace-15.1.4-javadoc.jar
3-
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/15.1.4/com.liferay.gradle.plugins.workspace-15.1.4-sources.jar
4-
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/15.1.4/com.liferay.gradle.plugins.workspace-15.1.4.jar
1+
artifact.git.id=6ec057fa52d2b6e1fa3e8e1f1a8c8206e6852e57
2+
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/15.1.5/com.liferay.gradle.plugins.workspace-15.1.5-javadoc.jar
3+
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/15.1.5/com.liferay.gradle.plugins.workspace-15.1.5-sources.jar
4+
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/15.1.5/com.liferay.gradle.plugins.workspace-15.1.5.jar

modules/sdk/gradle-plugins-target-platform/src/gradleTest/targetPlatformModulesExt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "15.1.4") {
3+
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "15.1.5") {
44
exclude group: "com.liferay", module: "com.liferay.gradle.util"
55
}
66
}

modules/sdk/gradle-plugins-workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To use the plugin, include it in your `settings.gradle`:
1313
```gradle
1414
buildscript {
1515
dependencies {
16-
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "15.1.4"
16+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "15.1.5"
1717
}
1818
1919
repositories {

modules/sdk/gradle-plugins-workspace/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Bundle-Name: Liferay Gradle Plugins Workspace
22
Bundle-SymbolicName: com.liferay.gradle.plugins.workspace
3-
Bundle-Version: 15.1.5
3+
Bundle-Version: 15.1.6
44
Export-Package:\
55
com.liferay.gradle.plugins.gulp,\
66
com.liferay.gradle.plugins.js.module.config.generator,\

modules/sdk/project-templates/project-templates-workspace/src/main/resources/archetype-resources/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "15.1.4"
3+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "15.1.5"
44
}
55

66
repositories {

workspaces/liferay-sample-workspace/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "15.1.4"
3+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "15.1.5"
44
}
55

66
repositories {

workspaces/refresh_liferay_sample_workspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function refresh_liferay_sample_workspace {
6565
mv gradle.properties.tmp gradle.properties
6666

6767
sed -i 's/name: "biz.aQute.bnd", version: ".*"/name: "biz.aQute.bnd.gradle", version: "5.2.0"/' settings.gradle
68-
sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "15.1.4"/' settings.gradle
68+
sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "15.1.5"/' settings.gradle
6969

7070
echo -en "\ninclude \"poshi\"" >> settings.gradle
7171

0 commit comments

Comments
 (0)