From b5278a75fd6791574c5ca759934f778541953c5b Mon Sep 17 00:00:00 2001 From: rultor Date: Wed, 26 Aug 2015 02:31:02 +0000 Subject: [PATCH] 1.4.0 --- README.md | 16 ++++++++-------- cores/pom.xml | 2 +- cores/portal-properties-prettier-core/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- portlets/pom.xml | 2 +- .../portal-properties-prettier-portlet/pom.xml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b694d7e..6c6afdf 100644 --- a/README.md +++ b/README.md @@ -20,22 +20,22 @@ You can test it on [http://portalproperti.es](http://portalproperti.es) ### Command line version -You can also call the service from command line using [curl](http://curl.haxx.se/). If you don't provide a Liferay version it will use the default that is 6.2.3-ga4. +You can also call the service from command line using [curl](http://curl.haxx.se/). If you don't provide a Liferay version it will use the default that is 1.4.0-ga4. ```shell curl http://portalproperti.es/prettify -F portalPropertiesFile=@/path/to/portal-ext.properties ``` -If you need to use a different Liferay version, for instance 6.1.0-ga1, you must use the following format +If you need to use a different Liferay version, for instance 1.4.0-ga1, you must use the following format ```shell -curl http://portalproperti.es/prettify/6.1.0-ga1 -F portalPropertiesFile=@/path/to/portal-ext.properties +curl http://portalproperti.es/prettify/1.4.0-ga1 -F portalPropertiesFile=@/path/to/portal-ext.properties ``` Or if you need to print the original value of each customized property you must call the service this way ```shell -curl http://portalproperti.es/prettify/6.2.3-g4/true -F portalPropertiesFile=@/path/to/portal-ext.properties +curl http://portalproperti.es/prettify/1.4.0-g4/true -F portalPropertiesFile=@/path/to/portal-ext.properties ``` ### Sample @@ -64,11 +64,11 @@ curl http://portalproperti.es/prettify/6.2.3-g4/true -F portalPropertiesFile=@/p #javascript.fast.load=true ## -## Obsolete properties of 6.1.0-ga1 +## Obsolete properties of 1.4.0-ga1 ## # - # The properties listed below are obsolete for version 6.2.3-ga4 which + # The properties listed below are obsolete for version 1.4.0-ga4 which # means that they don't have any influence in how Liferay is configured # and are safe be to removed. # @@ -127,7 +127,7 @@ Maven: br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app portal-properties-prettier-app - 1.3.0 + 1.4.0 lpkg ``` @@ -135,7 +135,7 @@ Gradle: ```groovy dependencies { - compile(group: "br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app", name: "portal-properties-prettier-app", version: "1.3.0", type: "lpkg"); + compile(group: "br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app", name: "portal-properties-prettier-app", version: "1.4.0", type: "lpkg"); } ``` ### Support diff --git a/cores/pom.xml b/cores/pom.xml index ff2c74e..4457d5e 100755 --- a/cores/pom.xml +++ b/cores/pom.xml @@ -22,7 +22,7 @@ br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app portal-properties-prettier-app-parent - 1.3.1-SNAPSHOT + 1.4.0 cores diff --git a/cores/portal-properties-prettier-core/pom.xml b/cores/portal-properties-prettier-core/pom.xml index 50b2ad2..aca5517 100755 --- a/cores/portal-properties-prettier-core/pom.xml +++ b/cores/portal-properties-prettier-core/pom.xml @@ -22,7 +22,7 @@ br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app cores - 1.3.1-SNAPSHOT + 1.4.0 portal-properties-prettier-core diff --git a/distribution/pom.xml b/distribution/pom.xml index 8ebd683..36a81fa 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app portal-properties-prettier-app-parent - 1.3.1-SNAPSHOT + 1.4.0 portal-properties-prettier-app diff --git a/pom.xml b/pom.xml index 6653600..a7a94fa 100755 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app portal-properties-prettier-app-parent - 1.3.1-SNAPSHOT + 1.4.0 pom Portal Properties Prettier App Parent diff --git a/portlets/pom.xml b/portlets/pom.xml index a66a56f..d9a514e 100755 --- a/portlets/pom.xml +++ b/portlets/pom.xml @@ -22,7 +22,7 @@ br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app portal-properties-prettier-app-parent - 1.3.1-SNAPSHOT + 1.4.0 portlets diff --git a/portlets/portal-properties-prettier-portlet/pom.xml b/portlets/portal-properties-prettier-portlet/pom.xml index 264f972..afc1a02 100755 --- a/portlets/portal-properties-prettier-portlet/pom.xml +++ b/portlets/portal-properties-prettier-portlet/pom.xml @@ -22,7 +22,7 @@ br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app portlets - 1.3.1-SNAPSHOT + 1.4.0 portal-properties-prettier-portlet