diff --git a/README.md b/README.md index 2a574160..4dbdd266 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,9 @@ Configuration items are: ## News and noteworthy +* v7.0.0 - 2023-02-01 + * Using Java 11 as the baseline + * Updated to ph-commons 11 * v6.5.0 - 2022-01-28 * Re-added explicit support for deprecated property names starting with `$` or `*` but only inside style declarations. See [issue #84](https://github.com/phax/ph-css/issues/84) and [PR #85](https://github.com/phax/ph-css/pull/85) - thanks @shagkur * Therefore `ICSSParseErrorHandler.onCSSDeprecatedProperty` was added diff --git a/ph-css/pom.xml b/ph-css/pom.xml index f2df9596..4d122cd5 100644 --- a/ph-css/pom.xml +++ b/ph-css/pom.xml @@ -22,7 +22,7 @@ com.helger ph-css-parent-pom - 6.5.1-SNAPSHOT + 7.0.0-SNAPSHOT ph-css bundle diff --git a/ph-csscompress-maven-plugin/pom.xml b/ph-csscompress-maven-plugin/pom.xml index 6263f62c..7f315044 100644 --- a/ph-csscompress-maven-plugin/pom.xml +++ b/ph-csscompress-maven-plugin/pom.xml @@ -22,7 +22,7 @@ com.helger ph-css-parent-pom - 6.5.1-SNAPSHOT + 7.0.0-SNAPSHOT com.helger.maven ph-csscompress-maven-plugin diff --git a/pom.xml b/pom.xml index a3b40b67..e2eafd84 100644 --- a/pom.xml +++ b/pom.xml @@ -22,10 +22,10 @@ com.helger parent-pom - 1.11.5 + 2.0.0 ph-css-parent-pom - 6.5.1-SNAPSHOT + 7.0.0-SNAPSHOT pom ph-css-parent-pom Base POM to build the ph-css projects @@ -66,7 +66,7 @@ com.helger.commons ph-commons-parent-pom - 10.2.2 + 11.0.1 pom import