This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch johnzon-1.2.x in repository https://gitbox.apache.org/repos/asf/johnzon.git
commit b54d5e4e9cf223f1accf154a6b46253c9c58f7f4 Author: Mark Struberg <[email protected]> AuthorDate: Fri Dec 5 14:45:09 2025 +0100 upgrading to apache-parent-35 --- johnzon-distribution/pom.xml | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/johnzon-distribution/pom.xml b/johnzon-distribution/pom.xml index 034f7915..5525f8ca 100644 --- a/johnzon-distribution/pom.xml +++ b/johnzon-distribution/pom.xml @@ -26,6 +26,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>apache-johnzon</artifactId> + <packaging>pom</packaging> <name>Johnzon :: Distribution</name> <dependencies> diff --git a/pom.xml b/pom.xml index bd02ab80..e8442784 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>27</version> + <version>35</version> </parent> <groupId>org.apache.johnzon</groupId>
