You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2011/05/10 14:33:01 UTC

svn commit: r1101429 - in /geronimo/server/trunk: plugins/wink/pom.xml pom.xml

Author: genspring
Date: Tue May 10 12:33:00 2011
New Revision: 1101429

URL: http://svn.apache.org/viewvc?rev=1101429&view=rev
Log:
wink 1.1.3 released.

Modified:
    geronimo/server/trunk/plugins/wink/pom.xml
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/plugins/wink/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/wink/pom.xml?rev=1101429&r1=1101428&r2=1101429&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/wink/pom.xml (original)
+++ geronimo/server/trunk/plugins/wink/pom.xml Tue May 10 12:33:00 2011
@@ -34,7 +34,7 @@
     </description>
 
     <properties>
-        <winkVersion>2.0.3-SNAPSHOT</winkVersion>
+        <winkVersion>1.1.3</winkVersion>
     </properties>
     
     <modules>
@@ -67,7 +67,7 @@
             <dependency>
                 <groupId>org.apache.wink</groupId>
                 <artifactId>wink-common</artifactId>
-                <version>1.1.3-incubating-SNAPSHOT</version>
+                <version>${winkVersion}</version>
                 <exclusions>                         
                     <exclusion>
                         <groupId>org.slf4j</groupId>
@@ -99,7 +99,7 @@
             <dependency>
                 <groupId>org.apache.wink</groupId>
                 <artifactId>wink-server</artifactId>
-                <version>1.1.3-incubating-SNAPSHOT</version>
+                <version>${winkVersion}</version>
                 <exclusions>                         
                     <exclusion>
                         <groupId>org.apache.wink</groupId>
@@ -142,13 +142,7 @@
                         <artifactId>commons-lang</artifactId>
                     </exclusion>
                 </exclusions>
-            </dependency>
-            
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jaxrs_1.1_spec</artifactId>
-            <version>1.0</version>
-        </dependency>            
+            </dependency>         
             
         </dependencies>
     </dependencyManagement>

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1101429&r1=1101428&r2=1101429&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue May 10 12:33:00 2011
@@ -323,6 +323,12 @@
                 <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
                 <version>1.1.3</version>
             </dependency>
+            
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jaxrs_1.1_spec</artifactId>
+                <version>1.0</version>
+            </dependency>               
 
             <!--<dependency>-->
                 <!--<groupId>org.apache.geronimo.schema</groupId>-->