Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] 2.34-SNAPSHOT

hi,
 
I download jersey 2 examples  with git clone
 
git clone https://github.com/eclipse-ee4j/jersey.git
 
The last version in the  maven repository is  2.33 then 3.0.0-M1
https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-client
 
I ran  grep -RiIl '2.34-SNAPSHOT'  in the /jersey/examples and I got the following list.
 
Should I change in my  local cloned repository to 2.33   ?
 
 
helloworld-netty/pom.xml
json-jackson1/pom.xml
server-sent-events-jersey/pom.xml
multipart-webapp/pom.xml
osgi-helloworld-webapp/war-bundle/pom.xml
osgi-helloworld-webapp/additional-bundle/pom.xml
osgi-helloworld-webapp/alternate-version-bundle/pom.xml
osgi-helloworld-webapp/pom.xml
osgi-helloworld-webapp/functional-test/pom.xml
osgi-helloworld-webapp/lib-bundle/pom.xml
jaxrs-types-injection/pom.xml
managed-client-simple-webapp/pom.xml
helloworld-programmatic/pom.xml
bookstore-webapp/pom.xml
webapp-example-parent/pom.xml
managed-beans-webapp/pom.xml
server-sent-events-jaxrs/pom.xml
helloworld-cdi2-se/pom.xml
server-async/pom.xml
https-clientserver-grizzly/pom.xml
exception-mapping/pom.xml
json-binding-webapp/pom.xml
oauth-client-twitter/pom.xml
helloworld-spring-annotations/pom.xml
managed-client/pom.xml
bookmark/pom.xml
helloworld-spring-webapp/pom.xml
extended-wadl-webapp/pom.xml
rx-client-webapp/pom.xml
json-jackson/pom.xml
entity-filtering-selectable/pom.xml
servlet3-webapp/pom.xml
entity-filtering/pom.xml
freemarker-webapp/pom.xml
managed-client-webapp/pom.xml
https-server-glassfish/pom.xml
json-with-padding/pom.xml
bookmark-em/pom.xml
simple-console/pom.xml
pom.xml
helloworld-benchmark/pom.xml
helloworld-weld/pom.xml
clipboard/pom.xml
http-trace/pom.xml
assemblies/pom.xml
helloworld-pure-jax-rs/pom.xml
jaxb/pom.xml
http-patch/pom.xml
server-async-managed/pom.xml
entity-filtering-security/pom.xml
sse-item-store-jaxrs-webapp/pom.xml
jersey-ejb/pom.xml
json-processing-webapp/pom.xml
groovy/pom.xml
json-moxy/pom.xml
declarative-linking/pom.xml
cdi-webapp/pom.xml
sse-item-store-jersey-webapp/pom.xml
json-jettison/pom.xml
system-properties-example/pom.xml
server-async-standalone/client/pom.xml
server-async-standalone/webapp/pom.xml
server-async-standalone/pom.xml
helloworld/pom.xml
osgi-http-service/bundle/pom.xml
osgi-http-service/pom.xml
osgi-http-service/functional-test/pom.xml
clipboard-programmatic/pom.xml
helloworld-webapp/pom.xml
xml-moxy/pom.xml
sse-twitter-aggregator/pom.xml
reload/pom.xml
java8-webapp/pom.xml
open-tracing/pom.xml
 
 
 
 

Back to the top