diff --git a/plexus-build-api.spec b/plexus-build-api.spec index c4820a8..cd3db16 100644 --- a/plexus-build-api.spec +++ b/plexus-build-api.spec @@ -79,7 +79,7 @@ install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/plexus # poms install -d -m 755 %{buildroot}%{_mavenpomdir} install -pm 644 pom.xml \ - %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom + %{buildroot}%{_mavenpomdir}/JPP.plexus-%{name}.pom # javadoc install -d -m 0755 %{buildroot}%{_javadocdir}/plexus/%{name}-%{version} @@ -108,5 +108,8 @@ rm -rf %{buildroot} %{_javadocdir}/plexus/%{name} %changelog +* Wed May 26 2010 Hui Wang 0.0.6-2 +- Change JPP-%{name}.pom to JPP.plexus-%{name}.pom + * Wed May 19 2010 Hui Wang 0.0.6-1 - Initial version of the package \ No newline at end of file