Skip to content

Commit

Permalink
POSHI-700 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Jun 28, 2024
1 parent ffc7afe commit b7fcbe3
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artifact.git.id=b4846fe996a7f620866a86480ad1585ef7234a1a
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/10.1.140/com.liferay.gradle.plugins.defaults-10.1.140-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/10.1.140/com.liferay.gradle.plugins.defaults-10.1.140-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/10.1.140/com.liferay.gradle.plugins.defaults-10.1.140.jar
artifact.git.id=ffc7afedbf9a2026e139f562f819005e87092395
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/10.1.141/com.liferay.gradle.plugins.defaults-10.1.141-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/10.1.141/com.liferay.gradle.plugins.defaults-10.1.141-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.defaults/10.1.141/com.liferay.gradle.plugins.defaults-10.1.141.jar
8 changes: 4 additions & 4 deletions modules/.releng/sdk/gradle-plugins/artifact.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artifact.git.id=b4846fe996a7f620866a86480ad1585ef7234a1a
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/15.0.53/com.liferay.gradle.plugins-15.0.53-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/15.0.53/com.liferay.gradle.plugins-15.0.53-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/15.0.53/com.liferay.gradle.plugins-15.0.53.jar
artifact.git.id=ffc7afedbf9a2026e139f562f819005e87092395
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/15.0.54/com.liferay.gradle.plugins-15.0.54-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/15.0.54/com.liferay.gradle.plugins-15.0.54-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins/15.0.54/com.liferay.gradle.plugins-15.0.54.jar
2 changes: 1 addition & 1 deletion modules/build-buildscript.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.140"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.141"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.maven.plugin.builder", version: "2.0.2"
classpath group: "de.undercouch", name: "gradle-download-task", version: "5.4.0"

Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-defaults/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Gradle Plugins Defaults
Bundle-SymbolicName: com.liferay.gradle.plugins.defaults
Bundle-Version: 10.1.141
Bundle-Version: 10.1.142
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tasks.eclipse {
dependencies {
api group: "com.github.jk1", name: "gradle-license-report", version: "2.0"
api group: "com.gradle.publish", name: "plugin-publish-plugin", version: "0.11.0"
api group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.53"
api group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.54"
api group: "com.liferay", name: "com.liferay.gradle.plugins.app.javadoc.builder", version: "1.2.6"
api group: "com.liferay", name: "com.liferay.gradle.plugins.baseline", version: "7.0.3"
api group: "com.liferay", name: "com.liferay.gradle.plugins.cache", version: "1.0.19"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.53") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.54") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.53") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.54") {
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.53"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.54"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.53") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.54") {
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.53") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.54") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.53") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.54") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
}
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.theme.builder", version: "2.0.27"
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-workspace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
api group: "com.bmuschko", name: "gradle-docker-plugin", version: "6.7.0"
api group: "com.fasterxml.jackson.dataformat", name: "jackson-dataformat-yaml", version: "2.12.5"
api group: "com.liferay", name: "com.liferay.ant.bnd", version: "3.2.12"
api(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.53") {
api(group: "com.liferay", name: "com.liferay.gradle.plugins", version: "15.0.54") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
}
api(group: "com.liferay", name: "com.liferay.gradle.plugins.css.builder", version: "5.0.14") {
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Gradle Plugins
Bundle-SymbolicName: com.liferay.gradle.plugins
Bundle-Version: 15.0.54
Bundle-Version: 15.0.55
Export-Package:\
com.liferay.gradle.plugins,\
com.liferay.gradle.plugins.extensions,\
Expand Down
2 changes: 1 addition & 1 deletion portal-web/build-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.gradle.util.GUtil

buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.140"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.141"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.maven.plugin.builder", version: "2.0.2"
classpath group: "de.undercouch", name: "gradle-download-task", version: "5.4.0"
}
Expand Down

0 comments on commit b7fcbe3

Please sign in to comment.