diff --git a/pom-compiler-source-target.patch b/pom-compiler-source-target.patch
deleted file mode 100644
index 4bc9202..0000000
--- a/pom-compiler-source-target.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/pom.xml.orig 2013-03-29 14:56:54.171650079 +0000
-+++ b/pom.xml 2013-03-29 14:58:21.818455592 +0000
-@@ -156,6 +156,20 @@
-
-
-
-+
-+
-+
-+ org.apache.maven.plugins
-+ maven-compiler-plugin
-+ 2.5.0
-+
-+ 1.6
-+ 1.6
-+
-+
-+
-+
-+
-
-
- run-its
diff --git a/rmic-maven-plugin-1.2.1.zip b/rmic-maven-plugin-1.2.1.zip
deleted file mode 100644
index ca3720f..0000000
Binary files a/rmic-maven-plugin-1.2.1.zip and /dev/null differ
diff --git a/rmic-maven-plugin-1.3.tar.gz b/rmic-maven-plugin-1.3.tar.gz
new file mode 100644
index 0000000..976f91e
Binary files /dev/null and b/rmic-maven-plugin-1.3.tar.gz differ
diff --git a/rmic-maven-plugin.spec b/rmic-maven-plugin.spec
index 845f0d9..c3e8e45 100644
--- a/rmic-maven-plugin.spec
+++ b/rmic-maven-plugin.spec
@@ -1,12 +1,11 @@
Name: rmic-maven-plugin
-Version: 1.2.1
+Version: 1.3
Release: 1
Summary: Uses the java rmic compiler to generate classes used in remote method invocation
License: MIT
URL: http://www.mojohaus.org/rmic-maven-plugin
BuildArch: noarch
-Source0: http://github.com/mojohaus/%{name}/archive/%{name}-%{version}.zip
-Patch0: pom-compiler-source-target.patch
+Source0: https://github.com/mojohaus/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven:maven-model:2.0.6)
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven:maven-project)
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
@@ -26,11 +25,11 @@ This package contains the API documentation for %{name}.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
-sed -i -e "s|groupId>plexus|groupId>org.codehaus.plexus|g" pom.xml
+%pom_remove_dep "com.meterware.simplestub:simplestub"
%pom_add_dep "junit:junit::test"
%build
-%mvn_build -- -Dmaven.test.failure.ignore=true
+%mvn_build -f -- -Dmaven.test.failure.ignore=true
%install
%mvn_install
@@ -42,5 +41,8 @@ sed -i -e "s|groupId>plexus|groupId>org.codehaus.plexus|g" pom.xml
%doc License.txt
%changelog
+* Mon Dec 11 2023 Ge Wang - 1.3-1
+- upgrade to version 1.3
+
* Thu Jul 30 2020 wangyue - 1.2.1-1
- package init