Skip to content

Commit c6d2384

Browse files
LPS-89415 prep next
1 parent db3aa8e commit c6d2384

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

modules/build-buildscript.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "5.5.189"
2+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "5.5.190"
33
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.maven.plugin.builder", version: "1.2.3"
44
classpath group: "de.undercouch", name: "gradle-download-task", version: "3.3.0"
55
classpath group: "gradle.plugin.org.ysb33r.gradle", name: "gradletest", version: "1.1"

modules/sdk/gradle-plugins-defaults/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 Defaults
22
Bundle-SymbolicName: com.liferay.gradle.plugins.defaults
3-
Bundle-Version: 5.5.190
3+
Bundle-Version: 5.5.191
44
Export-Package:\
55
com.liferay.gradle.plugins.defaults,\
66
com.liferay.gradle.plugins.defaults.extensions,\

modules/sdk/gradle-plugins-defaults/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configurations {
1515

1616
dependencies {
1717
compile group: "com.gradle.publish", name: "plugin-publish-plugin", version: "0.9.9"
18-
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.78"
18+
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.79"
1919
compile group: "com.liferay", name: "com.liferay.gradle.plugins.app.javadoc.builder", version: "1.2.2"
2020
compile group: "com.liferay", name: "com.liferay.gradle.plugins.baseline", version: "2.0.9"
2121
compile group: "com.liferay", name: "com.liferay.gradle.plugins.cache", version: "1.0.16"

modules/sdk/gradle-plugins-target-platform/src/gradleTest/resolveBndrunFile/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", version: "3.13.78"
3+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.79"
44
}
55

66
repositories {

modules/sdk/gradle-plugins-target-platform/src/gradleTest/resolveBundles/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", version: "3.13.78"
3+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.79"
44
}
55

66
repositories {

modules/sdk/gradle-plugins-target-platform/src/gradleTest/resolveMissing/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", version: "3.13.78"
3+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.79"
44
}
55

66
repositories {

modules/sdk/gradle-plugins-target-platform/src/gradleTest/resolveSingle/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", version: "3.13.78"
3+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.79"
44
}
55

66
repositories {

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", version: "3.13.78"
3+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.79"
44
}
55

66
repositories {

modules/sdk/gradle-plugins-target-platform/src/gradleTest/targetPlatformTheme/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", version: "3.13.78"
3+
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.79"
44
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.theme.builder", version: "2.0.5"
55
}
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ copyRepo {
5151

5252
dependencies {
5353
compile group: "com.bmuschko", name: "gradle-docker-plugin", version: "3.6.2"
54-
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.78"
54+
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.13.79"
5555
compile group: "com.liferay", name: "com.liferay.gradle.plugins.poshi.runner", version: "2.2.8"
5656
compile group: "com.liferay", name: "com.liferay.gradle.plugins.target.platform", version: "1.1.10"
5757
compile group: "com.liferay", name: "com.liferay.gradle.plugins.theme.builder", version: "2.0.5"

modules/sdk/gradle-plugins/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
22
Bundle-SymbolicName: com.liferay.gradle.plugins
3-
Bundle-Version: 3.13.79
3+
Bundle-Version: 3.13.80
44
Export-Package:\
55
com.liferay.gradle.plugins,\
66
com.liferay.gradle.plugins.extensions,\

0 commit comments

Comments
 (0)