[grizzly] fix aId for new istack-commons maven plugin

gil gil at fedoraproject.org
Sat May 18 15:30:29 UTC 2013


commit bf4a67a4635e24dffb9f0dae27b450369e93a876
Author: gil <puntogil at libero.it>
Date:   Sat May 18 17:30:15 2013 +0200

    fix aId for new istack-commons maven plugin

 grizzly.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/grizzly.spec b/grizzly.spec
index 7665b09..8fc5853 100644
--- a/grizzly.spec
+++ b/grizzly.spec
@@ -2,7 +2,7 @@
 %global namedversion %{version}%{?namedreltag}
 Name:          grizzly
 Version:       2.3.2
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Java NIO Server Framework
 Group:         Development/Libraries
 # see Grizzly_THIRDPARTYLICENSEREADME.txt
@@ -174,6 +174,9 @@ sed -i 's|${version}|${project.version}|' $(find . -name "pom.xml")
 sed -i 's|${pom.url}|${project.url}|' $(find . -name "pom.xml")
 sed -i 's|${pom.version}|${project.version}|' $(find . -name "pom.xml")
 
+# fix aId for new istack-commons maven plugin
+sed -i "s|<artifactId>maven-istack-commons-plugin|<artifactId>istack-commons-maven-plugin|" $(find . -name "pom.xml")
+
 %build
 
 mvn-rpmbuild -Dmaven.test.failure.ignore=true -Dmaven.local.depmap.file="%{SOURCE1}" install javadoc:aggregate
@@ -282,6 +285,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc LICENSE.txt Grizzly_THIRDPARTYLICENSEREADME.txt
 
 %changelog
+* Sat May 18 2013 gil cattaneo <puntogil at libero.it> 2.3.2-2
+- fix aId for new istack-commons maven plugin
+
 * Sat May 04 2013 gil cattaneo <puntogil at libero.it> 2.3.2-1
 - update to 2.3.2
 


More information about the scm-commits mailing list