Port to Modello 2.0.0
This commit is contained in:
parent
1685b46ebf
commit
46d405e822
24
0001-Port-to-Modello-2.0.0.patch
Normal file
24
0001-Port-to-Modello-2.0.0.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
diff -Nur a/xmvn-api/pom.xml b/xmvn-api/pom.xml
|
||||||
|
--- a/xmvn-api/pom.xml 2023-08-24 11:12:19.139288730 +0800
|
||||||
|
+++ b/xmvn-api/pom.xml 2023-08-24 11:14:23.225087476 +0800
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
<artifactId>modello-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<version>3.0.0</version>
|
||||||
|
- <useJava5>true</useJava5>
|
||||||
|
+ <javaSource>11</javaSource>
|
||||||
|
<domAsXpp3>false</domAsXpp3>
|
||||||
|
<models>
|
||||||
|
<model>src/main/mdo/config.mdo</model>
|
||||||
|
diff -Nur a/xmvn-parent/pom.xml b/xmvn-parent/pom.xml
|
||||||
|
--- a/xmvn-parent/pom.xml 2023-08-24 11:12:19.175289252 +0800
|
||||||
|
+++ b/xmvn-parent/pom.xml 2023-08-24 11:15:32.738095136 +0800
|
||||||
|
@@ -108,7 +108,7 @@
|
||||||
|
<junitVersion>4.12</junitVersion>
|
||||||
|
<jxrPluginVersion>2.3</jxrPluginVersion>
|
||||||
|
<mavenWagonVersion>1.0</mavenWagonVersion>
|
||||||
|
- <modelloVersion>1.9.1</modelloVersion>
|
||||||
|
+ <modelloVersion>2.0.0</modelloVersion>
|
||||||
|
<nexusStagingPluginVersion>1.6.8</nexusStagingPluginVersion>
|
||||||
|
<pmdPluginVersion>3.0.1</pmdPluginVersion>
|
||||||
|
<projectInfoReportsPluginVersion>2.9</projectInfoReportsPluginVersion>
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: xmvn
|
Name: xmvn
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 24
|
Release: 25
|
||||||
Summary: Local Extensions for Apache Maven
|
Summary: Local Extensions for Apache Maven
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://fedora-java.github.io/xmvn/
|
URL: https://fedora-java.github.io/xmvn/
|
||||||
@ -17,6 +17,7 @@ Patch0004: 0001-Fix-configuration-of-aliased-plugins.patch
|
|||||||
Patch0005: 0001-Don-t-use-JAXB-for-converting-bytes-to-hex-string.patch
|
Patch0005: 0001-Don-t-use-JAXB-for-converting-bytes-to-hex-string.patch
|
||||||
Patch0006: 0001-Use-apache-commons-compress-for-manifest-injection-a.patch
|
Patch0006: 0001-Use-apache-commons-compress-for-manifest-injection-a.patch
|
||||||
Patch0007: 0001-Port-to-Gradle-4.4.1.patch
|
Patch0007: 0001-Port-to-Gradle-4.4.1.patch
|
||||||
|
Patch0008: 0001-Port-to-Modello-2.0.0.patch
|
||||||
|
|
||||||
BuildRequires: maven >= 3.5.0 maven-local apache-commons-compress beust-jcommander cglib
|
BuildRequires: maven >= 3.5.0 maven-local apache-commons-compress beust-jcommander cglib
|
||||||
BuildRequires: maven-dependency-plugin maven-plugin-build-helper maven-assembly-plugin
|
BuildRequires: maven-dependency-plugin maven-plugin-build-helper maven-assembly-plugin
|
||||||
@ -254,6 +255,9 @@ cp -P ${maven_home}/bin/m2.conf %{buildroot}%{_datadir}/xmvn/bin/
|
|||||||
%doc NOTICE
|
%doc NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 22 2023 wulei <wu_lei@hoperun.com> - 3.0.0-25
|
||||||
|
- Port to Modello 2.0.0
|
||||||
|
|
||||||
* Mon Feb 28 2022 Ge Wang <wangge20@huawei.com> 3.0.0-24
|
* Mon Feb 28 2022 Ge Wang <wangge20@huawei.com> 3.0.0-24
|
||||||
- Modify tests file due to maven upgrade to version 3.6.3
|
- Modify tests file due to maven upgrade to version 3.6.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user