Skip to content

Commit

Permalink
LPS-206278 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Jan 31, 2024
1 parent abf0b35 commit 1d3c5ab
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=0e2e584c0b57aeb627ca5e2366b4f856cfbbd753
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.220/com.liferay.project.templates.workspace-1.0.220-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.220/com.liferay.project.templates.workspace-1.0.220.jar
artifact.git.id=abf0b35dc461ed25cc8358d44787ec9f7fe7702b
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.221/com.liferay.project.templates.workspace-1.0.221-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.221/com.liferay.project.templates.workspace-1.0.221.jar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
artifact.git.id=0e2e584c0b57aeb627ca5e2366b4f856cfbbd753
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.281/com.liferay.project.templates-5.0.281-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.281/com.liferay.project.templates-5.0.281-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.281/com.liferay.project.templates-5.0.281.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.281/com.liferay.project.templates-5.0.281.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.281/com.liferay.project.templates-5.0.281.zip
artifact.git.id=abf0b35dc461ed25cc8358d44787ec9f7fe7702b
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.282/com.liferay.project.templates-5.0.282-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.282/com.liferay.project.templates-5.0.282-sources.jar
artifact.tar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.282/com.liferay.project.templates-5.0.282.tar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.282/com.liferay.project.templates-5.0.282.jar
artifact.zip.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates/5.0.282/com.liferay.project.templates-5.0.282.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.221
Bundle-Version: 1.0.222
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.282
Bundle-Version: 5.0.283
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.155"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.war.hook", version: "1.0.181"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.war.mvc.portlet", version: "1.0.181"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.workspace", version: "1.0.220"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.workspace", version: "1.0.221"

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

0 comments on commit 1d3c5ab

Please sign in to comment.