Skip to content

Commit

Permalink
LPS-95819 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Jun 26, 2019
1 parent abba685 commit 9225836
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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: "5.5.373"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "5.5.374"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.maven.plugin.builder", version: "1.2.4"
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
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: 5.5.374
Bundle-Version: 5.5.375
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 @@ -15,7 +15,7 @@ configurations {

dependencies {
compile group: "com.gradle.publish", name: "plugin-publish-plugin", version: "0.9.9"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.46"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.47"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.app.javadoc.builder", version: "1.2.2"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.baseline", version: "2.1.0"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.cache", version: "1.0.16"
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-lang-builder/README.markdown
Expand Up @@ -12,7 +12,7 @@ To use the plugin, include it in your build script:
```gradle
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.lang.builder", version: "3.0.11"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.lang.builder", version: "3.0.12"
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-lang-builder/bnd.bnd
@@ -1,6 +1,6 @@
Bundle-Description: The Lang Builder Gradle plugin lets you run the Liferay Lang Builder tool to sort and translate the language keys in your project.
Bundle-Name: Liferay Gradle Plugins Lang Builder
Bundle-SymbolicName: com.liferay.gradle.plugins.lang.builder
Bundle-Version: 3.0.12
Bundle-Version: 3.0.13
Export-Package: com.liferay.gradle.plugins.lang.builder
-includeresource: @com.liferay.lang.builder-[0-9]*.jar!/com/liferay/lang/builder/LangBuilderArgs.class
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.46"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.47"
}

repositories {
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.46"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.47"
}

repositories {
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.46"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.47"
}

repositories {
Expand Down
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.46"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.47"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.theme.builder", version: "2.0.7"
}

Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-workspace/build.gradle
Expand Up @@ -51,7 +51,7 @@ copyRepo {

dependencies {
compile group: "com.bmuschko", name: "gradle-docker-plugin", version: "3.6.2"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.46"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "4.0.47"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.poshi.runner", version: "2.2.13"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.target.platform", version: "2.0.0"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.theme.builder", version: "2.0.7"
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: 4.0.47
Bundle-Version: 4.0.48
Export-Package:\
com.liferay.gradle.plugins,\
com.liferay.gradle.plugins.extensions,\
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins/build.gradle
Expand Up @@ -50,7 +50,7 @@ dependencies {
compile group: "com.liferay", name: "com.liferay.gradle.plugins.javadoc.formatter", version: "1.0.27"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.js.module.config.generator", version: "2.1.57"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.js.transpiler", version: "2.4.36"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.lang.builder", version: "3.0.11"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.lang.builder", version: "3.0.12"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.rest.builder", version: "1.0.21"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "2.2.46"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "2.3.406"
Expand Down

0 comments on commit 9225836

Please sign in to comment.