You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/10/07 15:12:25 UTC

svn commit: r453898 - /incubator/tuscany/sandbox/ant/container.script/pom.xml

Author: antelder
Date: Sat Oct  7 06:12:25 2006
New Revision: 453898

URL: http://svn.apache.org/viewvc?view=rev&rev=453898
Log:
Yay! BSF 2.4.0 is out so move to using that

Modified:
    incubator/tuscany/sandbox/ant/container.script/pom.xml

Modified: incubator/tuscany/sandbox/ant/container.script/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/ant/container.script/pom.xml?view=diff&rev=453898&r1=453897&r2=453898
==============================================================================
--- incubator/tuscany/sandbox/ant/container.script/pom.xml (original)
+++ incubator/tuscany/sandbox/ant/container.script/pom.xml Sat Oct  7 06:12:25 2006
@@ -30,16 +30,6 @@
     <name>Apache Tuscany Script Container</name>
     <description>Apache Tuscany Script Container using BSF</description>
 
-    <repositories>
-       <repository>
-          <id>ant</id>
-          <url>http://people.apache.org/~antelder/maven2</url>
-          <snapshots>
-             <enabled>true</enabled>
-          </snapshots>
-       </repository>
-    </repositories>
-
     <dependencies>
 
         <dependency>
@@ -52,7 +42,7 @@
         <dependency>
             <groupId>bsf</groupId>
             <artifactId>bsf</artifactId>
-            <version>2.4.0-rc1</version>
+            <version>2.4.0</version>
             <scope>compile</scope>
         </dependency>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org