40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
From e1f17fa910dcd18716c612070067f79cdd4fa716 Mon Sep 17 00:00:00 2001
|
|
From: Mikolaj Izdebski <mizdebsk@redhat.com>
|
|
Date: Wed, 2 Mar 2022 06:58:32 +0100
|
|
Subject: [PATCH] Port to Modello 2.0.0
|
|
|
|
---
|
|
xmvn-api/pom.xml | 2 +-
|
|
xmvn-parent/pom.xml | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/xmvn-api/pom.xml b/xmvn-api/pom.xml
|
|
index 74b961d8..18539a4a 100644
|
|
--- a/xmvn-api/pom.xml
|
|
+++ b/xmvn-api/pom.xml
|
|
@@ -38,7 +38,7 @@
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
<configuration>
|
|
<version>3.2.0</version>
|
|
- <useJava5>true</useJava5>
|
|
+ <javaSource>11</javaSource>
|
|
<domAsXpp3>false</domAsXpp3>
|
|
<models>
|
|
<model>src/main/mdo/config.mdo</model>
|
|
diff --git a/xmvn-parent/pom.xml b/xmvn-parent/pom.xml
|
|
index 2dafffbe..a563eb7c 100644
|
|
--- a/xmvn-parent/pom.xml
|
|
+++ b/xmvn-parent/pom.xml
|
|
@@ -107,7 +107,7 @@
|
|
<junitVersion>5.7.2</junitVersion>
|
|
<jxrPluginVersion>2.3</jxrPluginVersion>
|
|
<mavenWagonVersion>1.0</mavenWagonVersion>
|
|
- <modelloVersion>1.11</modelloVersion>
|
|
+ <modelloVersion>2.0.0</modelloVersion>
|
|
<nexusStagingPluginVersion>1.6.8</nexusStagingPluginVersion>
|
|
<pmdPluginVersion>3.0.1</pmdPluginVersion>
|
|
<projectInfoReportsPluginVersion>3.0.0</projectInfoReportsPluginVersion>
|
|
--
|
|
2.35.1
|
|
|