diff --git a/_service b/_service
index 750a249..0459786 100644
--- a/_service
+++ b/_service
@@ -2,11 +2,10 @@
git
https://github.com/apache/maven-reporting-api.git
- maven-reporting-api-4.0.0-M12
+ maven-reporting-api-4.0.0
maven-reporting-api-*
@PARENT_TAG@
- maven-reporting-api-(\d+).(\d+).(\d+)-(.*)
- \1.\2.\3~\4
+ maven-reporting-api-(.*)
*.tar
diff --git a/maven-reporting-api-4.0.0.tar.xz b/maven-reporting-api-4.0.0.tar.xz
new file mode 100644
index 0000000..d57219f
--- /dev/null
+++ b/maven-reporting-api-4.0.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b64f60c29f71f77b451e7e70513d4acfb932c55d5c43f5f576a14b596f272324
+size 7376
diff --git a/maven-reporting-api-4.0.0~M12.tar.xz b/maven-reporting-api-4.0.0~M12.tar.xz
deleted file mode 100644
index bf73afc..0000000
--- a/maven-reporting-api-4.0.0~M12.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6f013bf4f10b69f66a174b7d608fee44aad44355448a62791630b71c69136216
-size 7392
diff --git a/maven-reporting-api-build.xml b/maven-reporting-api-build.xml
index 8a6270a..5e950f1 100644
--- a/maven-reporting-api-build.xml
+++ b/maven-reporting-api-build.xml
@@ -10,7 +10,7 @@
-
+
diff --git a/maven-reporting-api.spec b/maven-reporting-api.spec
index 6a977cd..2c12c1d 100644
--- a/maven-reporting-api.spec
+++ b/maven-reporting-api.spec
@@ -16,9 +16,8 @@
#
-%global pom_version 4.0.0-M12
Name: maven-reporting-api
-Version: 4.0.0~M12
+Version: 4.0.0
Release: 0
Summary: API to manage report generation
License: Apache-2.0
@@ -61,7 +60,7 @@ ant jar javadoc
%install
# jar
install -dm 0755 %{buildroot}%{_javadir}/%{name}
-install -pm 0644 target/%{name}-%pom_version.jar %{buildroot}%{_javadir}/%{name}/%{name}.jar
+install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}/%{name}.jar
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom