Skip to content

Commit

Permalink
LPD-30302 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 21, 2024
1 parent f31c7fa commit 166233a
Show file tree
Hide file tree
Showing 12 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=fc6ff268754bcc8f383b2c3d984fa52939d40db6
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.1/com.liferay.gradle.plugins.workspace-11.0.1-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.1/com.liferay.gradle.plugins.workspace-11.0.1-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.1/com.liferay.gradle.plugins.workspace-11.0.1.jar
artifact.git.id=f31c7fa3a900c6714d51c4bd2016bec69f953885
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.2/com.liferay.gradle.plugins.workspace-11.0.2-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.2/com.liferay.gradle.plugins.workspace-11.0.2-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/11.0.2/com.liferay.gradle.plugins.workspace-11.0.2.jar
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
artifact.git.id=fc6ff268754bcc8f383b2c3d984fa52939d40db6
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.234/com.liferay.project.templates.workspace-1.0.234-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.234/com.liferay.project.templates.workspace-1.0.234.jar
artifact.git.id=f31c7fa3a900c6714d51c4bd2016bec69f953885
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.235/com.liferay.project.templates.workspace-1.0.235-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.235/com.liferay.project.templates.workspace-1.0.235.jar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
artifact.git.id=fc6ff268754bcc8f383b2c3d984fa52939d40db6
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.300/com.liferay.project.templates-5.0.300-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.300/com.liferay.project.templates-5.0.300-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.300/com.liferay.project.templates-5.0.300.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.300/com.liferay.project.templates-5.0.300.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.300/com.liferay.project.templates-5.0.300.zip
artifact.git.id=f31c7fa3a900c6714d51c4bd2016bec69f953885
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.301/com.liferay.project.templates-5.0.301-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.301/com.liferay.project.templates-5.0.301-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.301/com.liferay.project.templates-5.0.301.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.301/com.liferay.project.templates-5.0.301.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.301/com.liferay.project.templates-5.0.301.zip
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.workspace", version: "11.0.1") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.2") {
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-workspace/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 `settings.gradle`:
```gradle
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.1"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.2"
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-workspace/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Gradle Plugins Workspace
Bundle-SymbolicName: com.liferay.gradle.plugins.workspace
Bundle-Version: 11.0.2
Bundle-Version: 11.0.3
Export-Package:\
com.liferay.gradle.plugins.gulp,\
com.liferay.gradle.plugins.js.module.config.generator,\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bundle-Description: Creates a Liferay Workspace project usable by Gradle and Maven build tools.
Bundle-Name: Liferay Project Templates Workspace
Bundle-SymbolicName: com.liferay.project.templates.workspace
Bundle-Version: 1.0.235
Bundle-Version: 1.0.236
Liferay-Versions: [7,2025.0)
-removeheaders:\
Import-Package,\
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.workspace", version: "11.0.1"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.2"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/project-templates/project-templates/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Project Templates
Bundle-SymbolicName: com.liferay.project.templates
Bundle-Version: 5.0.301
Bundle-Version: 5.0.302
Export-Package: com.liferay.project.templates
Main-Class: com.liferay.project.templates.ProjectTemplates
Private-Package:\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.war.core.ext", version: "1.0.159"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.war.hook", version: "1.0.185"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.war.mvc.portlet", version: "1.0.185"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.workspace", version: "1.0.234"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.workspace", version: "1.0.235"

if (project.hasProperty("releaseApiJarName")) {
releaseApiJar group: "com.liferay.portal", name: "release.${releaseApiJarName}.api", version: "${releaseApiJarVersion}"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/liferay-sample-workspace/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
dependencies {
classpath group: "biz.aQute.bnd", name: "biz.aQute.bnd.gradle", version: "5.3.0"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.1"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "11.0.2"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion workspaces/refresh_liferay_sample_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function refresh_liferay_sample_workspace {
mv gradle.properties.tmp gradle.properties

sed -i 's/name: "biz.aQute.bnd", version: ".*"/name: "biz.aQute.bnd.gradle", version: "5.2.0"/' settings.gradle
sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "11.0.1"/' settings.gradle
sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "11.0.2"/' settings.gradle

echo -en "\ninclude \"poshi\"" >> settings.gradle

Expand Down

0 comments on commit 166233a

Please sign in to comment.