Switching to stable version of Jersey as it has been relesed by now
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 22 Feb 2014 16:35:11 +0100
changeset 8810e6f6e09811
parent 86 e69ac983e3f7
child 89 5a8a80e18430
child 90 eff392cfe687
child 104 ede62082c40b
Switching to stable version of Jersey as it has been relesed by now
chat/server/pom.xml
     1.1 --- a/chat/server/pom.xml	Wed Feb 12 10:47:22 2014 +0100
     1.2 +++ b/chat/server/pom.xml	Sat Feb 22 16:35:11 2014 +0100
     1.3 @@ -70,7 +70,7 @@
     1.4      <dependency>
     1.5        <groupId>org.glassfish.jersey.media</groupId>
     1.6        <artifactId>html-json</artifactId>
     1.7 -      <version>2.6-SNAPSHOT</version>
     1.8 +      <version>2.6</version>
     1.9        <scope>runtime</scope>
    1.10      </dependency>
    1.11      <dependency>
    1.12 @@ -87,7 +87,7 @@
    1.13      <dependency>
    1.14        <groupId>org.glassfish.jersey.containers</groupId>
    1.15        <artifactId>jersey-container-grizzly2-http</artifactId>
    1.16 -      <version>2.6-SNAPSHOT</version>
    1.17 +      <version>2.6</version>
    1.18        <type>jar</type>
    1.19      </dependency>
    1.20      <dependency>
    1.21 @@ -110,7 +110,7 @@
    1.22      <dependency>
    1.23        <groupId>org.glassfish.jersey.core</groupId>
    1.24        <artifactId>jersey-common</artifactId>
    1.25 -      <version>2.6-SNAPSHOT</version>
    1.26 +      <version>2.6</version>
    1.27        <scope>runtime</scope>
    1.28      </dependency>
    1.29      <dependency>