Skip to content

Commit

Permalink
LPD-35897 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Sep 10, 2024
1 parent 8fff51e commit af55bf3
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artifact.git.id=8f551e93bf5a3134b17f9191442fa8619fe0c154
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.source.formatter/5.2.151/com.liferay.gradle.plugins.source.formatter-5.2.151-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.source.formatter/5.2.151/com.liferay.gradle.plugins.source.formatter-5.2.151-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.source.formatter/5.2.151/com.liferay.gradle.plugins.source.formatter-5.2.151.jar
artifact.git.id=8fff51ef75481dad5ba3173a8206a9b70670647e
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.source.formatter/5.2.152/com.liferay.gradle.plugins.source.formatter-5.2.152-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.source.formatter/5.2.152/com.liferay.gradle.plugins.source.formatter-5.2.152-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.source.formatter/5.2.152/com.liferay.gradle.plugins.source.formatter-5.2.152.jar
10 changes: 5 additions & 5 deletions modules/.releng/util/source-formatter/artifact.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
artifact.git.id=8f551e93bf5a3134b17f9191442fa8619fe0c154
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.source.formatter/1.0.1434/com.liferay.source.formatter-1.0.1434-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.source.formatter/1.0.1434/com.liferay.source.formatter-1.0.1434.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.source.formatter/1.0.1434/com.liferay.source.formatter-1.0.1434.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.source.formatter/1.0.1434/com.liferay.source.formatter-1.0.1434.zip
artifact.git.id=8fff51ef75481dad5ba3173a8206a9b70670647e
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.source.formatter/1.0.1435/com.liferay.source.formatter-1.0.1435-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.source.formatter/1.0.1435/com.liferay.source.formatter-1.0.1435.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.source.formatter/1.0.1435/com.liferay.source.formatter-1.0.1435.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.source.formatter/1.0.1435/com.liferay.source.formatter-1.0.1435.zip
2 changes: 1 addition & 1 deletion modules/etl/talend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<plugin>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.1434</version>
<version>1.0.1435</version>
</plugin>
</plugins>
</pluginManagement>
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: "5.2.151"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "5.2.152"
}
repositories {
Expand Down Expand Up @@ -126,7 +126,7 @@ manually adding a dependency to the `sourceFormatter` configuration:

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

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: 5.2.152
Bundle-Version: 5.2.153
Export-Package: com.liferay.gradle.plugins.source.formatter
-includeresource: @com.liferay.source.formatter-*.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 @@ -21,7 +21,7 @@ dependencies {
api group: "com.liferay", name: "com.liferay.gradle.util", version: "1.0.49"

compileOnly fileTree(builtBy: [rootProject.tasks.getByName("extractGradleApi" + gradleVersion.replace(".", ""))], dir: new File(rootProject.buildDir, "gradle-${gradleVersion}"))
compileOnly group: "com.liferay", name: "com.liferay.source.formatter", version: "1.0.1434"
compileOnly group: "com.liferay", name: "com.liferay.source.formatter", version: "1.0.1435"
}

pluginBundle {
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 @@ -39,7 +39,7 @@ dependencies {
api(group: "com.liferay", name: "com.liferay.gradle.plugins.poshi.runner", version: "4.0.18") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
}
api group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "5.2.151"
api group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "5.2.152"
api group: "com.liferay", name: "com.liferay.gradle.plugins.target.platform", version: "4.0.1"
api(group: "com.liferay", name: "com.liferay.gradle.plugins.theme.builder", version: "2.0.27") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
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 @@ -24,7 +24,7 @@ dependencies {
api group: "com.liferay", name: "com.liferay.gradle.plugins.node", version: "8.0.7"
api group: "com.liferay", name: "com.liferay.gradle.plugins.rest.builder", version: "1.1.243"
api group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "4.0.162"
api group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "5.2.151"
api group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "5.2.152"
api group: "com.liferay", name: "com.liferay.gradle.plugins.test.integration", version: "4.0.5"
api group: "com.liferay", name: "com.liferay.gradle.plugins.tld.formatter", version: "1.0.15"
api group: "com.liferay", name: "com.liferay.gradle.plugins.tlddoc.builder", version: "2.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ com.liferay.portal.tools.rest.builder=1.0.365
com.liferay.portal.tools.service.builder=1.0.489
com.liferay.portal.tools.upgrade.table.builder=1.0.11
com.liferay.portal.tools.wsdd.builder=1.0.16
com.liferay.source.formatter=1.0.1434
com.liferay.source.formatter=1.0.1435
com.liferay.tld.formatter=1.0.8
com.liferay.whip=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.1435
Bundle-Version: 1.0.1436
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.1434</version>
<version>1.0.1435</version>
<configuration>
<baseDir>src/main</baseDir>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description/>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.1434</version>
<version>1.0.1435</version>
<goalPrefix>source-formatter</goalPrefix>
<mojos>
<mojo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description/>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.1434</version>
<version>1.0.1435</version>
<goalPrefix>source-formatter</goalPrefix>
<isolatedRealm>false</isolatedRealm>
<inheritedByDefault>true</inheritedByDefault>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</info>

<dependencies defaultconf="default">
<dependency name="com.liferay.source.formatter" org="com.liferay" rev="1.0.1434" />
<dependency name="com.liferay.source.formatter" org="com.liferay" rev="1.0.1435" />
</dependencies>
</ivy-module>

0 comments on commit af55bf3

Please sign in to comment.