Skip to content

Commit

Permalink
LPS-78741 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Mar 22, 2018
1 parent 156d513 commit c0b5675
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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.3.42"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "5.3.43"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.maven.plugin.builder", version: "1.2.0"
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.3.43
Bundle-Version: 5.3.44
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 @@ -10,7 +10,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: "3.9.9"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.9.10"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.app.javadoc.builder", version: "1.2.0"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.baseline", version: "1.2.1"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.cache", version: "1.0.12"
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-gulp/bnd.bnd
@@ -1,5 +1,5 @@
Bundle-Description: The Gulp Gradle plugin lets you run Gulp tasks as part of your build.
Bundle-Name: Liferay Gradle Plugins Gulp
Bundle-SymbolicName: com.liferay.gradle.plugins.gulp
Bundle-Version: 2.0.27
Bundle-Version: 2.0.28
Export-Package: com.liferay.gradle.plugins.gulp
@@ -1,5 +1,5 @@
Bundle-Description: The JS Module Config Generator Gradle plugin lets you run the Liferay AMD Module Config Generator to generate the configuration file needed to load AMD files via combo loader in Liferay.
Bundle-Name: Liferay Gradle Plugins JS Module Config Generator
Bundle-SymbolicName: com.liferay.gradle.plugins.js.module.config.generator
Bundle-Version: 2.1.28
Bundle-Version: 2.1.29
Export-Package: com.liferay.gradle.plugins.js.module.config.generator
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-js-transpiler/bnd.bnd
@@ -1,5 +1,5 @@
Bundle-Description: The JS Transpiler Gradle plugin lets you run metal-cli to build Metal.js code, compile Soy files, and transpile ES6 to ES5.
Bundle-Name: Liferay Gradle Plugins JS Transpiler
Bundle-SymbolicName: com.liferay.gradle.plugins.js.transpiler
Bundle-Version: 2.4.7
Bundle-Version: 2.4.8
Export-Package: com.liferay.gradle.plugins.js.transpiler
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-jsdoc/bnd.bnd
@@ -1,5 +1,5 @@
Bundle-Description: The JSDoc Gradle plugin lets you run the JSDoc tool in order to generate documentation for your project's JavaScript files.
Bundle-Name: Liferay Gradle Plugins JSDoc
Bundle-SymbolicName: com.liferay.gradle.plugins.jsdoc
Bundle-Version: 2.0.3
Bundle-Version: 2.0.4
Export-Package: com.liferay.gradle.plugins.jsdoc
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-node/bnd.bnd
@@ -1,7 +1,7 @@
Bundle-Description: The Node Gradle plugin lets you run Node.js and NPM as part of your build.
Bundle-Name: Liferay Gradle Plugins Node
Bundle-SymbolicName: com.liferay.gradle.plugins.node
Bundle-Version: 4.3.1
Bundle-Version: 4.3.2
Export-Package:\
com.liferay.gradle.plugins.node,\
com.liferay.gradle.plugins.node.tasks
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.9.9"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.9.10"
}

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

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

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

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

dependencies {
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.9.9"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.9.10"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.poshi.runner", version: "2.2.1"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.target.platform", version: "1.0.0"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.theme.builder", version: "2.0.3"
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: 3.9.10
Bundle-Version: 3.9.11
Export-Package:\
com.liferay.gradle.plugins,\
com.liferay.gradle.plugins.extensions,\
Expand Down

0 comments on commit c0b5675

Please sign in to comment.