Skip to content

Commit

Permalink
LPS-201858 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 16, 2023
1 parent bd8c450 commit 349a806
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
artifact.git.id=6f6dc682b1d7b2ab96d069eeb49f13cc352343b4
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.208/com.liferay.project.templates.workspace-1.0.208-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.208/com.liferay.project.templates.workspace-1.0.208.jar
artifact.git.id=bd8c4506068b687e4223dcf14fe4da024c5a9708
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.209/com.liferay.project.templates.workspace-1.0.209-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.209/com.liferay.project.templates.workspace-1.0.209.jar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
artifact.git.id=d69224863b06d4d49940c14a6637ceb11bd4ecd7
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.266/com.liferay.project.templates-5.0.266-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.266/com.liferay.project.templates-5.0.266-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.266/com.liferay.project.templates-5.0.266.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.266/com.liferay.project.templates-5.0.266.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.266/com.liferay.project.templates-5.0.266.zip
artifact.git.id=bd8c4506068b687e4223dcf14fe4da024c5a9708
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.267/com.liferay.project.templates-5.0.267-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.267/com.liferay.project.templates-5.0.267-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.267/com.liferay.project.templates-5.0.267.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.267/com.liferay.project.templates-5.0.267.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.267/com.liferay.project.templates-5.0.267.zip
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.209
Bundle-Version: 1.0.210
Liferay-Versions: [7,8.0)
-removeheaders:\
Import-Package,\
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.267
Bundle-Version: 5.0.268
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.154"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.war.hook", version: "1.0.180"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.war.mvc.portlet", version: "1.0.180"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.workspace", version: "1.0.208"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.workspace", version: "1.0.209"

if (project.hasProperty("releaseApiJarName")) {
releaseApiJar group: "com.liferay.portal", name: "release.${releaseApiJarName}.api", version: "${releaseApiJarVersion}"
Expand Down

0 comments on commit 349a806

Please sign in to comment.