Skip to content

Commit

Permalink
LPS-74544 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 2, 2018
1 parent 92cd450 commit 3295fa5
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
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: "5.5.0"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "5.5.1"
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/etl/talend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.698</version>
<version>1.0.699</version>
</plugin>
<plugin>
<groupId>com.liferay</groupId>
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: 5.5.1
Bundle-Version: 5.5.2
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 @@ -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.12.95"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.12.96"
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.3.1"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.cache", version: "1.0.12"
Expand Down
4 changes: 2 additions & 2 deletions modules/sdk/gradle-plugins-source-formatter/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use the plugin, include it in your build script:
```gradle
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "2.3.225"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "2.3.226"
}
repositories {
Expand Down Expand Up @@ -122,7 +122,7 @@ manually adding a dependency to the `sourceFormatter` configuration:

```gradle
dependencies {
sourceFormatter group: "com.liferay", name: "com.liferay.source.formatter", version: "1.0.698"
sourceFormatter group: "com.liferay", name: "com.liferay.source.formatter", version: "1.0.699"
}
```

Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-source-formatter/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Description: The Source Formatter Gradle plugin lets you format project files using the Liferay Source Formatter tool.
Bundle-Name: Liferay Gradle Plugins Source Formatter
Bundle-SymbolicName: com.liferay.gradle.plugins.source.formatter
Bundle-Version: 2.3.226
Bundle-Version: 2.3.227
Export-Package: com.liferay.gradle.plugins.source.formatter
-includeresource: @com.liferay.source.formatter-[0-9]*.jar!/com/liferay/source/formatter/SourceFormatterArgs.class
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-source-formatter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
compile group: "com.liferay", name: "com.liferay.gradle.util", version: "1.0.29"

compileOnly fileTree(builtBy: [rootProject.tasks.extractGradleApi25], dir: new File(rootProject.buildDir, "gradle-2.5"))
compileOnly group: "com.liferay", name: "com.liferay.source.formatter", version: "1.0.698"
compileOnly group: "com.liferay", name: "com.liferay.source.formatter", version: "1.0.699"
}

pluginBundle {
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: "3.12.95"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.12.96"
}

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: "3.12.95"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.12.96"
}

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: "3.12.95"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.12.96"
}

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: "3.12.95"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.12.96"
}

repositories {
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 @@ -41,7 +41,7 @@ copyRepo {
}

dependencies {
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.12.95"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "3.12.96"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.poshi.runner", version: "2.2.5"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.target.platform", version: "1.1.1"
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
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: 3.12.96
Bundle-Version: 3.12.97
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
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
compile group: "com.liferay", name: "com.liferay.gradle.plugins.js.transpiler", version: "2.4.12"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.lang.builder", version: "3.0.1"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "2.1.54"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "2.3.225"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "2.3.226"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.soy", version: "3.1.6"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.test.integration", version: "2.3.0"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.tld.formatter", version: "1.0.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ com.liferay.portal.tools.db.support=1.0.8
com.liferay.portal.tools.service.builder=1.0.237
com.liferay.portal.tools.upgrade.table.builder=1.0.9
com.liferay.portal.tools.wsdd.builder=1.0.10
com.liferay.source.formatter=1.0.698
com.liferay.source.formatter=1.0.699
com.liferay.tld.formatter=1.0.5
com.liferay.whip=1.0.2
com.liferay.xml.formatter=1.0.5
2 changes: 1 addition & 1 deletion modules/util/source-formatter/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Source Formatter
Bundle-SymbolicName: com.liferay.source.formatter
Bundle-Version: 1.0.699
Bundle-Version: 1.0.700
Import-Package:\
!javax.portlet,\
\
Expand Down
2 changes: 1 addition & 1 deletion modules/util/source-formatter/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.698</version>
<version>1.0.699</version>
<configuration>
<baseDir>src/main</baseDir>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>

<!-- Generated by maven-plugin-tools 3.4 on 2018-08-01 -->
<!-- Generated by maven-plugin-tools 3.4 on 2018-08-02 -->

<plugin>
<name>com.liferay.source.formatter</name>
<description/>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.698</version>
<version>1.0.699</version>
<goalPrefix>source-formatter</goalPrefix>
<mojos>
<mojo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>

<!-- Generated by maven-plugin-tools 3.4 on 2018-08-01 -->
<!-- Generated by maven-plugin-tools 3.4 on 2018-08-02 -->

<plugin>
<name>com.liferay.source.formatter</name>
<description/>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.698</version>
<version>1.0.699</version>
<goalPrefix>source-formatter</goalPrefix>
<isolatedRealm>false</isolatedRealm>
<inheritedByDefault>true</inheritedByDefault>
Expand Down

0 comments on commit 3295fa5

Please sign in to comment.