From 06afa0f5b1ece8af4ece3132d3916d9c63516f0c Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Mon, 23 Apr 2012 16:53:44 +0200 Subject: [PATCH] Fix the async HTTP Servlet 3.0 artifact id --- resteasy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resteasy.spec b/resteasy.spec index 7f5f462..5330405 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -3,7 +3,7 @@ Name: resteasy Version: 2.3.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Framework for RESTful Web services and Java applications Group: Development/Libraries License: ASL 2.0 and CDDL @@ -204,7 +204,8 @@ do fi done <<'.' . jaxrs-all -async-http-servlet-3.0 async-http-servlet-3.0 async-http-servlet-3.0 +async-http-servlet-3.0 asynch-http-servlet-3.0 +async-http-servlet-3.0/async-http-servlet-3.0 async-http-servlet-3.0 jaxrs-api jaxrs-api org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_1.1_spec providers providers providers/fastinfoset resteasy-fastinfoset-provider @@ -251,6 +252,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %doc License.html %changelog +* Mon Apr 23 2012 Juan Hernandez 2.3.2-5 +- Fix the async HTTP Servlet 3.0 artifact id + * Mon Apr 23 2012 Juan Hernandez 2.3.2-4 - Added an additional artifact and group id for jaxrs-api