-
Type:
Task
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: bridge-impl-5.0.0, bridge-impl-6.0.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
As an interim measure, the pom.xml descriptor contains the following for the 6.x and 5.x branches of liferay-faces-bridge-impl:
pom.xml
<properties> ... <liferay.deploy.version>7.1.0-SNAPSHOT</liferay.deploy.version> <liferay.version>7.0.3</liferay.version> ... </properties>
When the Liferay Portal 7.1 API is finally released, the properties should be changed to the following:
pom.xml
<properties> ... <liferay.deploy.version>${liferay.version}</liferay.deploy.version> <liferay.version>7.1.0</liferay.version> ... </properties>