Skip to content

Commit

Permalink
LPS-132587 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Jun 7, 2021
1 parent ce09ad2 commit da4b0dc
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 217 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artifact.git.id=c3634e8f72cc4b7b0bafac3510a2f9c45c2cb575
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.service.builder/4.0.56/com.liferay.gradle.plugins.service.builder-4.0.56-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.service.builder/4.0.56/com.liferay.gradle.plugins.service.builder-4.0.56-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.service.builder/4.0.56/com.liferay.gradle.plugins.service.builder-4.0.56.jar
artifact.git.id=ce09ad28b617c2831ac851a9f5fe7d2bdcc5d6e1
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.service.builder/4.0.57/com.liferay.gradle.plugins.service.builder-4.0.57-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.service.builder/4.0.57/com.liferay.gradle.plugins.service.builder-4.0.57-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.service.builder/4.0.57/com.liferay.gradle.plugins.service.builder-4.0.57.jar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
artifact.git.id=c3634e8f72cc4b7b0bafac3510a2f9c45c2cb575
artifact.sources-commercial.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.385/com.liferay.portal.tools.service.builder-1.0.385-sources-commercial.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.385/com.liferay.portal.tools.service.builder-1.0.385-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.385/com.liferay.portal.tools.service.builder-1.0.385.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.385/com.liferay.portal.tools.service.builder-1.0.385.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.385/com.liferay.portal.tools.service.builder-1.0.385.zip
artifact.git.id=ce09ad28b617c2831ac851a9f5fe7d2bdcc5d6e1
artifact.sources-commercial.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.386/com.liferay.portal.tools.service.builder-1.0.386-sources-commercial.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.386/com.liferay.portal.tools.service.builder-1.0.386-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.386/com.liferay.portal.tools.service.builder-1.0.386.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.386/com.liferay.portal.tools.service.builder-1.0.386.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.service.builder/1.0.386/com.liferay.portal.tools.service.builder-1.0.386.zip
4 changes: 2 additions & 2 deletions modules/sdk/gradle-plugins-service-builder/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.service.builder", version: "4.0.56"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "4.0.57"
}
repositories {
Expand Down Expand Up @@ -148,7 +148,7 @@ manually adding a dependency to the `serviceBuilder` configuration:

```gradle
dependencies {
serviceBuilder group: "com.liferay", name: "com.liferay.portal.tools.service.builder", version: "1.0.385"
serviceBuilder group: "com.liferay", name: "com.liferay.portal.tools.service.builder", version: "1.0.386"
}
```

Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-service-builder/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Description: The Service Builder Gradle plugin lets you generate a Liferay service layer defined in a Service Builder service.xml file.
Bundle-Name: Liferay Gradle Plugins Service Builder
Bundle-SymbolicName: com.liferay.gradle.plugins.service.builder
Bundle-Version: 4.0.57
Bundle-Version: 4.0.58
Export-Package: com.liferay.gradle.plugins.service.builder
-includeresource: @com.liferay.portal.tools.service.builder-*.jar!/com/liferay/portal/tools/service/builder/ServiceBuilderArgs.class
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-service-builder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
compile group: "com.liferay", name: "com.liferay.gradle.util", version: "1.0.44"

compileOnly fileTree(builtBy: [rootProject.tasks.getByName("extractGradleApi" + gradleVersion.replace(".", ""))], dir: new File(rootProject.buildDir, "gradle-${gradleVersion}"))
compileOnly group: "com.liferay", name: "com.liferay.portal.tools.service.builder", version: "1.0.385"
compileOnly group: "com.liferay", name: "com.liferay.portal.tools.service.builder", version: "1.0.386"
}

gradleTest {
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.service.builder", version: "4.0.56"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "4.0.57"
}

repositories {
Expand Down Expand Up @@ -31,7 +31,7 @@ apply plugin: "java"
task runGradleTest

dependencies {
serviceBuilder group: "com.liferay", name: "com.liferay.portal.tools.service.builder", version: "1.0.385"
serviceBuilder group: "com.liferay", name: "com.liferay.portal.tools.service.builder", version: "1.0.386"

targetPlatformBoms group: "com.liferay.portal", name: "release.portal.bom", version: "7.2.1"
}
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 @@ -51,7 +51,7 @@ dependencies {
compile group: "com.liferay", name: "com.liferay.gradle.plugins.node", version: "7.2.7"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.python", version: "1.0.1"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.rest.builder", version: "1.1.59"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "4.0.56"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "4.0.57"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "5.1.19"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.test.integration", version: "3.0.5"
compile group: "com.liferay", name: "com.liferay.gradle.plugins.tld.formatter", version: "1.0.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.liferay.lang.builder=1.0.42
com.liferay.pmd=1.0.1
com.liferay.portal.tools.db.support=1.0.8
com.liferay.portal.tools.rest.builder=1.0.182
com.liferay.portal.tools.service.builder=1.0.385
com.liferay.portal.tools.service.builder=1.0.386
com.liferay.portal.tools.upgrade.table.builder=1.0.10
com.liferay.portal.tools.wsdd.builder=1.0.11
com.liferay.source.formatter=1.0.1120
Expand Down
2 changes: 1 addition & 1 deletion modules/util/portal-tools-service-builder/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Portal Tools Service Builder
Bundle-SymbolicName: com.liferay.portal.tools.service.builder
Bundle-Version: 1.0.386
Bundle-Version: 1.0.387
Import-Package:\
!javax.portlet.*,\
\
Expand Down
2 changes: 1 addition & 1 deletion modules/util/portal-tools-service-builder/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.portal.tools.service.builder</artifactId>
<version>1.0.385</version>
<version>1.0.386</version>
<configuration>
<apiDirName>../tmp/api</apiDirName>
<beanLocatorUtil>com.liferay.util.bean.PortletBeanLocatorUtil</beanLocatorUtil>
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.portal.tools.service.builder</artifactId>
<version>1.0.385</version>
<version>1.0.386</version>
<goalPrefix>service-builder</goalPrefix>
<mojos>
<mojo>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description/>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.tools.service.builder</artifactId>
<version>1.0.385</version>
<version>1.0.386</version>
<goalPrefix>service-builder</goalPrefix>
<isolatedRealm>false</isolatedRealm>
<inheritedByDefault>true</inheritedByDefault>
Expand Down Expand Up @@ -351,7 +351,7 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<type>jar</type>
<version>2.5</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>jalopy</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

<dependencies defaultconf="default">
<dependency name="com.liferay.portal.kernel" org="com.liferay.portal" rev="2.50.0" />
<dependency name="com.liferay.portal.tools.service.builder" org="com.liferay" rev="1.0.385" />
<dependency name="com.liferay.portal.tools.service.builder" org="com.liferay" rev="1.0.386" />
</dependencies>
</ivy-module>

0 comments on commit da4b0dc

Please sign in to comment.