Skip to content

Commit

Permalink
LPS-197368 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 17, 2023
1 parent 6f6dc68 commit 90f7ef7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
artifact.git.id=f6458ab01e0a6ff5de671cdc7f0112bbd3fb48c5
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.207/com.liferay.project.templates.workspace-1.0.207-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.project.templates.workspace/1.0.207/com.liferay.project.templates.workspace-1.0.207.jar
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
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.208
Bundle-Version: 1.0.209
Liferay-Versions: [7,8.0)
-removeheaders:\
Import-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.207"
projectTemplates group: "com.liferay", name: "com.liferay.project.templates.workspace", version: "1.0.208"

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

0 comments on commit 90f7ef7

Please sign in to comment.