Fix the async HTTP Servlet 3.0 artifact id

This commit is contained in:
Juan Hernandez 2012-04-23 16:53:44 +02:00
parent 3c9f389f05
commit 06afa0f5b1

View File

@ -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 <juan.hernandez@redhat.com> 2.3.2-5
- Fix the async HTTP Servlet 3.0 artifact id
* Mon Apr 23 2012 Juan Hernandez <juan.hernandez@redhat.com> 2.3.2-4
- Added an additional artifact and group id for jaxrs-api