Skip to content

Commit

Permalink
Update dependencies to work against 7.3 FP1/SP1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethib137 committed Mar 23, 2021
1 parent 4b45daa commit e309f32
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Multiple collections of fragments for use in demos or as examples what is possible with [Liferay Page Fragments](https://learn.liferay.com/dxp/7.x/en/site-building/developer-guide/developing_page_fragments.html).

Developed to run on the following versions of Liferay and/or Commerce: `Liferay DXP 7.3`, `Commerce 2.1.1`, `etc`
Developed to run on the following versions of Liferay and/or Commerce: `Liferay DXP 7.3 GA1, FP1, SP1`, `Commerce 2.1.1`, `etc`

Built with [Liferay Workspace](https://help.liferay.com/hc/en-us/articles/360029147471-Liferay-Workspace) and [Blade CLI](https://help.liferay.com/hc/en-us/articles/360029147071-Blade-CLI). This workspace contains the following module types: [Contributed Fragment Collection](https://learn.liferay.com/dxp/7.x/en/site-building/developer-guide/developing-page-fragments/creating-a-contributed-fragment-collection.html), [Theme Contributor](https://help.liferay.com/hc/en-us/articles/360029146831-Theme-Contributor-Template)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
dependencies {
compileOnly group: "com.liferay", name: "com.liferay.fragment.api", version: "4.0.5"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "4.4.0"
compileOnly group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
compileOnly group: "com.liferay.portal", name: "release.dxp.api"
compileOnly project(":modules:billboard-theme-contributor")
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
dependencies {
compileOnly group: "com.liferay", name: "com.liferay.fragment.api", version: "6.3.0"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "4.4.0"
compileOnly group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
compileOnly group: "com.liferay.portal", name: "release.dxp.api"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
dependencies {
compileOnly group: "com.liferay", name: "com.liferay.fragment.api", version: "6.3.0"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "4.4.0"
compileOnly group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
compileOnly group: "com.liferay.portal", name: "release.dxp.api"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
dependencies {
compileOnly group: "com.liferay", name: "com.liferay.fragment.api", version: "6.3.0"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "4.4.0"
compileOnly group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
compileOnly group: "com.liferay.portal", name: "release.dxp.api"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
dependencies {
compileOnly group: "com.liferay", name: "com.liferay.fragment.api", version: "4.0.5"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "4.4.0"
compileOnly group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
compileOnly group: "com.liferay.portal", name: "release.dxp.api"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
dependencies {
compileOnly group: "com.liferay", name: "com.liferay.fragment.api", version: "4.0.5"
compileOnly group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "4.4.0"
compileOnly group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
compileOnly group: "com.liferay.portal", name: "release.dxp.api"
}
6 changes: 3 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ hub release create \
--attach modules/header-components-fragment-collection-contributor/build/libs/com.liferay.fragment.collection.contributor.header.components-1.0.0.jar \
--attach modules/integrations-fragment-collection-contributor/build/libs/com.liferay.fragment.collection.contributor.integrations-1.0.0.jar \
--attach modules/utilities-fragment-collection-contributor/build/libs/com.liferay.fragment.collection.contributor.utilities-1.0.0.jar \
--message 'v0.0.4' \
--message 'Add modal fragment.' \
'v0.0.4'
--message 'v0.0.5' \
--message 'Upgrade dependencies to add support for 7.3 FP1/SP1.' \
'v0.0.5'
2 changes: 1 addition & 1 deletion settings.gradle
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: "3.3.2"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "3.4.2"
classpath group: "net.saliman", name: "gradle-properties-plugin", version: "1.4.6"
}

Expand Down

0 comments on commit e309f32

Please sign in to comment.