Skip to content

Commit

Permalink
LPS-122958 LPS-122403 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 5, 2020
1 parent 5613557 commit 6e486ff
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions modules/.releng/sdk/gradle-plugins-defaults/artifact.properties
@@ -1,5 +1,5 @@
artifact.git.id=99a8c89d0dadb02ac7add9dd3e00f12180f9d00f
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/6.1.402/com.liferay.gradle.plugins.defaults-6.1.402-javadoc.jar
artifact.sources-commercial.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/6.1.402/com.liferay.gradle.plugins.defaults-6.1.402-sources-commercial.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/6.1.402/com.liferay.gradle.plugins.defaults-6.1.402-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/6.1.402/com.liferay.gradle.plugins.defaults-6.1.402.jar
artifact.git.id=5613557f07622f0209d93de09aa1da2754d5432e
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/6.1.403/com.liferay.gradle.plugins.defaults-6.1.403-javadoc.jar
artifact.sources-commercial.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/6.1.403/com.liferay.gradle.plugins.defaults-6.1.403-sources-commercial.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/6.1.403/com.liferay.gradle.plugins.defaults-6.1.403-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/6.1.403/com.liferay.gradle.plugins.defaults-6.1.403.jar
10 changes: 5 additions & 5 deletions modules/.releng/sdk/gradle-plugins/artifact.properties
@@ -1,5 +1,5 @@
artifact.git.id=99a8c89d0dadb02ac7add9dd3e00f12180f9d00f
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/11.0.76/com.liferay.gradle.plugins-11.0.76-javadoc.jar
artifact.sources-commercial.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/11.0.76/com.liferay.gradle.plugins-11.0.76-sources-commercial.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/11.0.76/com.liferay.gradle.plugins-11.0.76-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/11.0.76/com.liferay.gradle.plugins-11.0.76.jar
artifact.git.id=5613557f07622f0209d93de09aa1da2754d5432e
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/11.0.77/com.liferay.gradle.plugins-11.0.77-javadoc.jar
artifact.sources-commercial.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/11.0.77/com.liferay.gradle.plugins-11.0.77-sources-commercial.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/11.0.77/com.liferay.gradle.plugins-11.0.77-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/11.0.77/com.liferay.gradle.plugins-11.0.77.jar
2 changes: 1 addition & 1 deletion modules/build-buildscript.gradle
@@ -1,5 +1,5 @@
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "6.1.402"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "6.1.403"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.maven.plugin.builder", version: "1.2.8"
classpath group: "de.undercouch", name: "gradle-download-task", version: "3.3.0"
classpath group: "gradle.plugin.org.ysb33r.gradle", name: "gradletest", version: "2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-defaults/bnd.bnd
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Gradle Plugins Defaults
Bundle-SymbolicName: com.liferay.gradle.plugins.defaults
Bundle-Version: 6.1.403
Bundle-Version: 6.1.404
Export-Package:\
com.liferay.gradle.plugins.defaults,\
com.liferay.gradle.plugins.defaults.extensions,\
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-defaults/build.gradle
Expand Up @@ -25,7 +25,7 @@ copyGradleTestDependencies {
dependencies {
compile group: "com.github.jk1", name: "gradle-license-report", version: "1.8"
compile group: "com.gradle.publish", name: "plugin-publish-plugin", version: "0.11.0"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.app.javadoc.builder", version: "1.2.4"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.baseline", version: "6.0.3"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.cache", version: "1.0.18"
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77") {
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
}
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77"
}

repositories {
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
exclude group: "biz.aQute.bnd", module: "biz.aQute.bndlib"
exclude group: "biz.aQute.bnd", module: "biz.aQute.gradle"
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77") {
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
}
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
}
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.theme.builder", version: "2.0.14"
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-workspace/build.gradle
Expand Up @@ -76,7 +76,7 @@ dependencies {
compile group: "com.bmuschko", name: "gradle-docker-plugin", version: "6.6.1"
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile group: "com.liferay", name: "com.liferay.ant.bnd", version: "3.2.6"
compile(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.76") {
compile(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "11.0.77") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
}
compile(group: "com.liferay", name: "com.liferay.gradle.plugins.poshi.runner", version: "3.0.8") {
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins/bnd.bnd
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Gradle Plugins
Bundle-SymbolicName: com.liferay.gradle.plugins
Bundle-Version: 11.0.77
Bundle-Version: 11.0.78
Export-Package:\
com.liferay.gradle.plugins,\
com.liferay.gradle.plugins.extensions,\
Expand Down
2 changes: 1 addition & 1 deletion portal-web/build-test.gradle
Expand Up @@ -6,7 +6,7 @@ import org.gradle.util.GUtil

buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "6.1.402"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "6.1.403"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.maven.plugin.builder", version: "1.2.3"
classpath group: "de.undercouch", name: "gradle-download-task", version: "3.3.0"
classpath group: "gradle.plugin.org.ysb33r.gradle", name: "gradletest", version: "1.1"
Expand Down

0 comments on commit 6e486ff

Please sign in to comment.