Skip to content

Commit

Permalink
Java 11 as the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 1, 2023
1 parent c362912 commit 5780d62
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ph-css/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>ph-css-parent-pom</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<artifactId>ph-css</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ph-csscompress-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>ph-css-parent-pom</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<groupId>com.helger.maven</groupId>
<artifactId>ph-csscompress-maven-plugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>parent-pom</artifactId>
<version>1.11.5</version>
<version>2.0.0</version>
</parent>
<artifactId>ph-css-parent-pom</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ph-css-parent-pom</name>
<description>Base POM to build the ph-css projects</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>10.2.2</version>
<version>11.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 5780d62

Please sign in to comment.