This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 7118544745cb91f0390b2c0243aa09c1b5e023d7 Author: aherbert <aherb...@apache.org> AuthorDate: Mon Jun 29 13:51:15 2020 +0100 Upgrade to parent 51 Fixes build on java 15 EA. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index abf68b3..05bb8d3 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>50</version> + <version>51</version> </parent> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId>