Switching to most recent version of grizzly and tyrus
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Sun, 12 Jan 2014 23:07:06 +0100
changeset 463b49216623729
parent 462 438a8eb273fd
child 464 da6c0d295eed
Switching to most recent version of grizzly and tyrus
ko-osgi-test/pom.xml
ko-ws-tyrus/pom.xml
ko4j/pom.xml
pom.xml
     1.1 --- a/ko-osgi-test/pom.xml	Sun Jan 12 22:46:51 2014 +0100
     1.2 +++ b/ko-osgi-test/pom.xml	Sun Jan 12 23:07:06 2014 +0100
     1.3 @@ -99,20 +99,20 @@
     1.4          <dependency>
     1.5              <groupId>org.glassfish.grizzly</groupId>
     1.6              <artifactId>grizzly-http-server</artifactId>
     1.7 -            <version>2.3.3</version>
     1.8 +            <version>${grizzly.version}</version>
     1.9              <scope>test</scope>
    1.10          </dependency>
    1.11          <dependency>
    1.12              <groupId>org.glassfish.grizzly</groupId>
    1.13              <artifactId>grizzly-websockets-server</artifactId>
    1.14 -            <version>2.3.3</version>
    1.15 +            <version>${grizzly.version}</version>
    1.16              <scope>test</scope>
    1.17              <type>jar</type>
    1.18          </dependency>
    1.19          <dependency>
    1.20              <groupId>org.glassfish.grizzly</groupId>
    1.21              <artifactId>grizzly-http-servlet</artifactId>
    1.22 -            <version>2.3.3</version>
    1.23 +            <version>${grizzly.version}</version>
    1.24              <scope>test</scope>
    1.25          </dependency>    
    1.26          <dependency>
     2.1 --- a/ko-ws-tyrus/pom.xml	Sun Jan 12 22:46:51 2014 +0100
     2.2 +++ b/ko-ws-tyrus/pom.xml	Sun Jan 12 23:07:06 2014 +0100
     2.3 @@ -77,13 +77,13 @@
     2.4      <dependency>
     2.5          <groupId>org.glassfish.tyrus</groupId>
     2.6          <artifactId>tyrus-client</artifactId>
     2.7 -        <version>1.2.1</version>
     2.8 +        <version>1.3.1</version>
     2.9          <scope>runtime</scope>
    2.10      </dependency>
    2.11      <dependency>
    2.12          <groupId>org.glassfish.tyrus</groupId>
    2.13 -        <artifactId>tyrus-container-grizzly</artifactId>
    2.14 -        <version>1.2.1</version>
    2.15 +        <artifactId>tyrus-container-grizzly-client</artifactId>
    2.16 +        <version>1.3.1</version>
    2.17          <scope>runtime</scope>
    2.18      </dependency>
    2.19      
    2.20 @@ -114,14 +114,14 @@
    2.21      <dependency>
    2.22        <groupId>org.glassfish.grizzly</groupId>
    2.23        <artifactId>grizzly-http-server-core</artifactId>
    2.24 -      <version>2.3.3</version>
    2.25 +      <version>${grizzly.version}</version>
    2.26        <scope>test</scope>
    2.27        <type>jar</type>
    2.28      </dependency>
    2.29      <dependency>
    2.30        <groupId>org.glassfish.grizzly</groupId>
    2.31        <artifactId>grizzly-websockets-server</artifactId>
    2.32 -      <version>2.3.3</version>
    2.33 +      <version>${grizzly.version}</version>
    2.34        <scope>test</scope>
    2.35        <type>jar</type>
    2.36      </dependency>
    2.37 @@ -134,13 +134,13 @@
    2.38      <dependency>
    2.39        <groupId>org.glassfish.grizzly</groupId>
    2.40        <artifactId>grizzly-http-server</artifactId>
    2.41 -      <version>2.3.3</version>
    2.42 +      <version>${grizzly.version}</version>
    2.43        <scope>test</scope>
    2.44      </dependency>
    2.45      <dependency>
    2.46          <groupId>org.glassfish.grizzly</groupId>
    2.47          <artifactId>grizzly-http-servlet</artifactId>
    2.48 -        <version>2.3.3</version>
    2.49 +        <version>${grizzly.version}</version>
    2.50          <scope>test</scope>
    2.51      </dependency>    
    2.52      <dependency>
     3.1 --- a/ko4j/pom.xml	Sun Jan 12 22:46:51 2014 +0100
     3.2 +++ b/ko4j/pom.xml	Sun Jan 12 23:07:06 2014 +0100
     3.3 @@ -77,20 +77,20 @@
     3.4      <dependency>
     3.5        <groupId>org.glassfish.grizzly</groupId>
     3.6        <artifactId>grizzly-http-server</artifactId>
     3.7 -      <version>2.3.3</version>
     3.8 +      <version>${grizzly.version}</version>
     3.9        <scope>test</scope>
    3.10      </dependency>
    3.11      <dependency>
    3.12        <groupId>org.glassfish.grizzly</groupId>
    3.13        <artifactId>grizzly-websockets-server</artifactId>
    3.14 -      <version>2.3.3</version>
    3.15 +      <version>${grizzly.version}</version>
    3.16        <scope>test</scope>
    3.17        <type>jar</type>
    3.18      </dependency>
    3.19      <dependency>
    3.20          <groupId>org.glassfish.grizzly</groupId>
    3.21          <artifactId>grizzly-http-servlet</artifactId>
    3.22 -        <version>2.3.3</version>
    3.23 +        <version>${grizzly.version}</version>
    3.24          <scope>test</scope>
    3.25      </dependency>    
    3.26      <dependency>
     4.1 --- a/pom.xml	Sun Jan 12 22:46:51 2014 +0100
     4.2 +++ b/pom.xml	Sun Jan 12 23:07:06 2014 +0100
     4.3 @@ -14,6 +14,7 @@
     4.4    <properties>
     4.5        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     4.6        <netbeans.version>RELEASE73</netbeans.version>
     4.7 +      <grizzly.version>2.3.8</grizzly.version>
     4.8        <license>COPYING</license>
     4.9        <publicPackages></publicPackages>
    4.10        <bundleSymbolicName>${project.artifactId}</bundleSymbolicName>