You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ro...@apache.org on 2010/07/08 21:51:58 UTC

svn commit: r961908 - in /incubator/wink/trunk: pom.xml wink-common/pom.xml wink-component-test-support/pom.xml wink-itests/wink-itest/pom.xml wink-itests/wink-itest/wink-itest-contentencode/ wink-providers/pom.xml wink-server/pom.xml

Author: rott
Date: Thu Jul  8 19:51:57 2010
New Revision: 961908

URL: http://svn.apache.org/viewvc?rev=961908&view=rev
Log:
upgrade to jsr311 1.1.1.  Version 1.1 of the api jar has a bug in that they did not fix it to comply with C011:  http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311changelog.1.1.html.  Version 1.1.1 has the fix.

Modified:
    incubator/wink/trunk/pom.xml
    incubator/wink/trunk/wink-common/pom.xml
    incubator/wink/trunk/wink-component-test-support/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/wink-itest-contentencode/   (props changed)
    incubator/wink/trunk/wink-providers/pom.xml
    incubator/wink/trunk/wink-server/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=961908&r1=961907&r2=961908&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Thu Jul  8 19:51:57 2010
@@ -443,7 +443,7 @@
             <dependency>
                 <groupId>javax.ws.rs</groupId>
                 <artifactId>jsr311-api</artifactId>
-                <version>1.1</version>
+                <version>1.1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>

Modified: incubator/wink/trunk/wink-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-common/pom.xml?rev=961908&r1=961907&r2=961908&view=diff
==============================================================================
--- incubator/wink/trunk/wink-common/pom.xml (original)
+++ incubator/wink/trunk/wink-common/pom.xml Thu Jul  8 19:51:57 2010
@@ -67,6 +67,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.jmock</groupId>

Modified: incubator/wink/trunk/wink-component-test-support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-component-test-support/pom.xml?rev=961908&r1=961907&r2=961908&view=diff
==============================================================================
--- incubator/wink/trunk/wink-component-test-support/pom.xml (original)
+++ incubator/wink/trunk/wink-component-test-support/pom.xml Thu Jul  8 19:51:57 2010
@@ -58,6 +58,7 @@
                 <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
+            <version>1.1.1</version>
         </dependency>
     </dependencies>
 </project>

Modified: incubator/wink/trunk/wink-itests/wink-itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/pom.xml?rev=961908&r1=961907&r2=961908&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/pom.xml Thu Jul  8 19:51:57 2010
@@ -86,7 +86,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
-            <version>1.1</version>
+            <version>1.1.1</version>
         </dependency>
 
         <dependency>

Propchange: incubator/wink/trunk/wink-itests/wink-itest/wink-itest-contentencode/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul  8 19:51:57 2010
@@ -0,0 +1,4 @@
+.classpath
+.project
+target
+.settings

Modified: incubator/wink/trunk/wink-providers/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-providers/pom.xml?rev=961908&r1=961907&r2=961908&view=diff
==============================================================================
--- incubator/wink/trunk/wink-providers/pom.xml (original)
+++ incubator/wink/trunk/wink-providers/pom.xml Thu Jul  8 19:51:57 2010
@@ -38,6 +38,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

Modified: incubator/wink/trunk/wink-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/pom.xml?rev=961908&r1=961907&r2=961908&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/pom.xml (original)
+++ incubator/wink/trunk/wink-server/pom.xml Thu Jul  8 19:51:57 2010
@@ -72,6 +72,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>