Updating to non-snapshot releases, also in default branch
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 25 Jul 2013 21:05:42 +0200
changeset 28c77a456c27ed
parent 21 65cadba2cf02
child 39 43c71f709cc8
Updating to non-snapshot releases, also in default branch
chat/server/pom.xml
     1.1 --- a/chat/server/pom.xml	Mon May 20 12:45:50 2013 +0200
     1.2 +++ b/chat/server/pom.xml	Thu Jul 25 21:05:42 2013 +0200
     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.1-SNAPSHOT</version>
     1.8 +      <version>2.1</version>
     1.9        <scope>runtime</scope>
    1.10      </dependency>
    1.11      <dependency>
    1.12 @@ -82,12 +82,12 @@
    1.13      <dependency>
    1.14        <groupId>org.glassfish.jersey.connectors</groupId>
    1.15        <artifactId>jersey-grizzly-connector</artifactId>
    1.16 -      <version>2.0-SNAPSHOT</version>
    1.17 +      <version>2.1</version>
    1.18      </dependency>
    1.19      <dependency>
    1.20        <groupId>org.glassfish.jersey.containers</groupId>
    1.21        <artifactId>jersey-container-grizzly2-http</artifactId>
    1.22 -      <version>2.0-SNAPSHOT</version>
    1.23 +      <version>2.1</version>
    1.24        <type>jar</type>
    1.25      </dependency>
    1.26      <dependency>