You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2008/01/12 19:49:11 UTC

svn commit: r611453 - in /felix/trunk: org.osgi.compendium/pom.xml upnp/samples/binarylight/pom.xml

Author: cziegeler
Date: Sat Jan 12 10:49:03 2008
New Revision: 611453

URL: http://svn.apache.org/viewvc?rev=611453&view=rev
Log:
Use released version of javax.servlet.

Modified:
    felix/trunk/org.osgi.compendium/pom.xml
    felix/trunk/upnp/samples/binarylight/pom.xml

Modified: felix/trunk/org.osgi.compendium/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/org.osgi.compendium/pom.xml?rev=611453&r1=611452&r2=611453&view=diff
==============================================================================
--- felix/trunk/org.osgi.compendium/pom.xml (original)
+++ felix/trunk/org.osgi.compendium/pom.xml Sat Jan 12 10:49:03 2008
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>javax.servlet</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>

Modified: felix/trunk/upnp/samples/binarylight/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/upnp/samples/binarylight/pom.xml?rev=611453&r1=611452&r2=611453&view=diff
==============================================================================
--- felix/trunk/upnp/samples/binarylight/pom.xml (original)
+++ felix/trunk/upnp/samples/binarylight/pom.xml Sat Jan 12 10:49:03 2008
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>javax.servlet</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>