Skip to content

Commit

Permalink
LPS-199231 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 23, 2023
1 parent 22293fd commit 91067f9
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artifact.git.id=f1ccc4083248533fff54ce900bce39d6819a111a
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.rest.builder/1.1.200/com.liferay.gradle.plugins.rest.builder-1.1.200-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.rest.builder/1.1.200/com.liferay.gradle.plugins.rest.builder-1.1.200-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.rest.builder/1.1.200/com.liferay.gradle.plugins.rest.builder-1.1.200.jar
artifact.git.id=22293fd34e216282afed5e1fb23f58e5cf690ebf
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.rest.builder/1.1.201/com.liferay.gradle.plugins.rest.builder-1.1.201-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.rest.builder/1.1.201/com.liferay.gradle.plugins.rest.builder-1.1.201-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.rest.builder/1.1.201/com.liferay.gradle.plugins.rest.builder-1.1.201.jar
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
artifact.git.id=f1ccc4083248533fff54ce900bce39d6819a111a
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.rest.builder/1.0.322/com.liferay.portal.tools.rest.builder-1.0.322-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.rest.builder/1.0.322/com.liferay.portal.tools.rest.builder-1.0.322.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.rest.builder/1.0.322/com.liferay.portal.tools.rest.builder-1.0.322.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.rest.builder/1.0.322/com.liferay.portal.tools.rest.builder-1.0.322.zip
artifact.git.id=22293fd34e216282afed5e1fb23f58e5cf690ebf
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.rest.builder/1.0.323/com.liferay.portal.tools.rest.builder-1.0.323-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.rest.builder/1.0.323/com.liferay.portal.tools.rest.builder-1.0.323.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.rest.builder/1.0.323/com.liferay.portal.tools.rest.builder-1.0.323.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.portal.tools.rest.builder/1.0.323/com.liferay.portal.tools.rest.builder-1.0.323.zip
4 changes: 2 additions & 2 deletions modules/sdk/gradle-plugins-rest-builder/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use the plugin, include it in your build script:
```gradle
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.rest.builder", version: "1.1.200"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.rest.builder", version: "1.1.201"
}
repositories {
Expand Down Expand Up @@ -90,6 +90,6 @@ a dependency to the latest released version of Liferay REST Builder.

```gradle
dependencies {
restBuilder group: "com.liferay", name: "com.liferay.portal.tools.rest.builder", version: "1.0.322"
restBuilder group: "com.liferay", name: "com.liferay.portal.tools.rest.builder", version: "1.0.323"
}
```
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-rest-builder/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bundle-Description: The REST Builder Gradle plugin lets you generate a Liferay REST service layer defined in a rest.yaml file.
Bundle-Name: Liferay Gradle Plugins REST Builder
Bundle-SymbolicName: com.liferay.gradle.plugins.rest.builder
Bundle-Version: 1.1.201
Bundle-Version: 1.1.202
Export-Package: com.liferay.gradle.plugins.rest.builder
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-rest-builder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api group: "com.liferay", name: "com.liferay.gradle.util", version: "1.0.48"

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.rest.builder", version: "1.0.322"
compileOnly group: "com.liferay", name: "com.liferay.portal.tools.rest.builder", version: "1.0.323"
}

gradleTest {
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 @@ -52,7 +52,7 @@ dependencies {
api group: "com.liferay", name: "com.liferay.gradle.plugins.lang.builder", version: "3.0.35"
api group: "com.liferay", name: "com.liferay.gradle.plugins.node", version: "8.0.2"
api group: "com.liferay", name: "com.liferay.gradle.plugins.python", version: "1.0.4"
api group: "com.liferay", name: "com.liferay.gradle.plugins.rest.builder", version: "1.1.200"
api group: "com.liferay", name: "com.liferay.gradle.plugins.rest.builder", version: "1.1.201"
api group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "4.0.139"
api group: "com.liferay", name: "com.liferay.gradle.plugins.source.formatter", version: "5.2.67"
api group: "com.liferay", name: "com.liferay.gradle.plugins.test.integration", version: "4.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ com.liferay.javadoc.formatter=1.0.37
com.liferay.lang.builder=1.0.50
com.liferay.pmd=1.0.1
com.liferay.portal.tools.db.support=1.0.9
com.liferay.portal.tools.rest.builder=1.0.322
com.liferay.portal.tools.rest.builder=1.0.323
com.liferay.portal.tools.service.builder=1.0.466
com.liferay.portal.tools.upgrade.table.builder=1.0.11
com.liferay.portal.tools.wsdd.builder=1.0.16
Expand Down
2 changes: 1 addition & 1 deletion modules/util/portal-tools-rest-builder/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Portal Tools REST Builder
Bundle-SymbolicName: com.liferay.portal.tools.rest.builder
Bundle-Version: 1.0.323
Bundle-Version: 1.0.324
Import-Package:\
!org.apache.maven.plugin.*,\
!org.apache.tools.ant.*,\
Expand Down
2 changes: 1 addition & 1 deletion modules/util/portal-tools-rest-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.rest.builder</artifactId>
<version>1.0.322</version>
<version>1.0.323</version>
</plugin>
</plugins>
</build>
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.rest.builder</artifactId>
<version>1.0.322</version>
<version>1.0.323</version>
<goalPrefix>rest-builder</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.portal.tools.rest.builder</artifactId>
<version>1.0.322</version>
<version>1.0.323</version>
<goalPrefix>rest-builder</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.portal.tools.rest.builder" org="com.liferay" rev="1.0.322" />
<dependency name="com.liferay.portal.tools.rest.builder" org="com.liferay" rev="1.0.323" />
</dependencies>
</ivy-module>

0 comments on commit 91067f9

Please sign in to comment.