Skip to content

Commit

Permalink
LPS-61420 prep next, use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Apr 29, 2016
1 parent b49767a commit 4824f31
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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", version: "1.0.288"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins", version: "1.0.289"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.cache", version: "1.0.5"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.lang.merger", version: "1.0.1"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.maven.plugin.builder", version: "1.0.10"
Expand Down
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 @@ -2,5 +2,5 @@ dependencies {
compile gradleApi()
compile group: "com.liferay", name: "com.liferay.gradle.util", version: "1.0.25"

provided group: "com.liferay", name: "com.liferay.source.formatter", version: "1.0.198"
provided group: "com.liferay", name: "com.liferay.source.formatter", version: "1.0.199"
}
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-workspace/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile gradleApi()
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "1.0.288"
compile group: "com.liferay", name: "com.liferay.gradle.plugins", version: "1.0.289"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.poshi.runner", version: "1.0.10"
compile group: "de.undercouch", name: "gradle-download-task", version: "2.1.0"
}
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: 1.0.289
Bundle-Version: 1.0.290
Export-Package:\
com.liferay.gradle.plugins,\
com.liferay.gradle.plugins.extensions,\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.liferay.lang.builder=1.0.4
com.liferay.portal.tools.service.builder=1.0.113
com.liferay.portal.tools.upgrade.table.builder=1.0.2
com.liferay.portal.tools.wsdd.builder=1.0.4
com.liferay.source.formatter=1.0.198
com.liferay.source.formatter=1.0.199
com.liferay.tld.formatter=1.0.0
com.liferay.whip=1.0.0
com.liferay.xml.formatter=1.0.0
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.199
Bundle-Version: 1.0.200
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.198</version>
<version>1.0.199</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 2016-04-27 -->
<!-- Generated by maven-plugin-tools 3.4 on 2016-04-29 -->

<plugin>
<name>com.liferay.source.formatter</name>
<description/>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.198</version>
<version>1.0.199</version>
<goalPrefix>liferay</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 2016-04-27 -->
<!-- Generated by maven-plugin-tools 3.4 on 2016-04-29 -->

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

0 comments on commit 4824f31

Please sign in to comment.