diff --git a/mybatis-parent-21.tar.gz b/mybatis-parent-21.tar.gz
deleted file mode 100644
index 137ea15..0000000
Binary files a/mybatis-parent-21.tar.gz and /dev/null differ
diff --git a/mybatis-parent-33.tar.gz b/mybatis-parent-33.tar.gz
new file mode 100644
index 0000000..e8cc681
Binary files /dev/null and b/mybatis-parent-33.tar.gz differ
diff --git a/mybatis-parent.spec b/mybatis-parent.spec
index c57ae26..3444805 100644
--- a/mybatis-parent.spec
+++ b/mybatis-parent.spec
@@ -1,12 +1,12 @@
Name: mybatis-parent
-Version: 21
+Version: 33
Release: 1
Summary: The MyBatis parent POM
License: Apache-2.0
URL: https://github.com/mybatis
Source0: https://github.com/mybatis/parent/archive/%{name}-%{version}.tar.gz
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
+BuildRequires: mvn(org.apache.maven.wagon:wagon-ssh)
BuildArch: noarch
%description
@@ -16,26 +16,16 @@ The MyBatis parent POM which has to be inherited by all MyBatis modules.
%setup -q -n parent-%{name}-%{version}
%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin
%pom_remove_plugin org.apache.maven.plugins:maven-pdf-plugin
-%pom_remove_plugin org.sonatype.plugins:jarjar-maven-plugin
-%pom_remove_plugin org.sonatype.plugins:nexus-maven-plugin
%pom_remove_plugin org.codehaus.mojo:clirr-maven-plugin
-%pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin
-%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin
%pom_remove_plugin :maven-scm-plugin
-%pom_xpath_remove "pom:reporting/pom:plugins/pom:plugin[pom:artifactId ='maven-javadoc-plugin']/pom:configuration"
-%pom_xpath_inject "pom:reporting/pom:plugins/pom:plugin[pom:artifactId ='maven-javadoc-plugin']" '
-
- 128m
- 1024m
- true
- true
- false
- ${javac.target.version}
- true
-'
-%pom_xpath_remove "pom:build/pom:plugins/pom:plugin[pom:artifactId ='maven-enforcer-plugin']/pom:executions/pom:execution/pom:configuration/pom:rules/pom:requirePluginVersions"
+%pom_remove_plugin :maven-enforcer-plugin
+%pom_remove_plugin org.jacoco:jacoco-maven-plugin
+%pom_remove_plugin com.mycila:license-maven-plugin
+%pom_remove_plugin org.gaul:modernizer-maven-plugin
+%pom_remove_plugin org.apache.maven.plugins:maven-checkstyle-plugin
+%pom_remove_plugin com.github.dantwining.whitespace-maven-plugin:whitespace-maven-plugin:
%build
%mvn_build
@@ -44,9 +34,12 @@ The MyBatis parent POM which has to be inherited by all MyBatis modules.
%mvn_install
%files -f .mfiles
-%doc README
+%doc README.md
%license LICENSE NOTICE
%changelog
+* Fri Jan 14 2022 wangkai - 33-1
+- Update to 33
+
* Fri Jan 8 2021 chengzihan - 21-1
- Package init