Author: sebb
Date: Thu Mar 25 04:39:07 2010
New Revision: 927270

URL: http://svn.apache.org/viewvc?rev=927270&view=rev
Log:
Update to latest version of Jython

Modified:
    jakarta/bsf/branches/bsf3.x/testing/python/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/testing/python/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/python/pom.xml?rev=927270&r1=927269&r2=927270&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/testing/python/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/testing/python/pom.xml Thu Mar 25 04:39:07 2010
@@ -32,17 +32,6 @@
     <name>Apache BSF testing for Python</name>
     <description>Apache BSF testing for Python</description>
 
-    <repositories>
-       <!-- This is reqquired for Jython as 2.2 Beta1 hasn't made it to the 
maven repos yet -->
-       <repository>
-          <id>ant</id>
-          <url>http://people.apache.org/~antelder/maven2</url>
-          <snapshots>
-             <enabled>true</enabled>
-          </snapshots>
-       </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.bsf</groupId>
@@ -51,9 +40,9 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>jython</groupId>
+            <groupId>org.python</groupId>
             <artifactId>jython</artifactId>
-            <version>2.2b1</version>
+            <version>2.5.0</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: bsf-dev-h...@jakarta.apache.org

Reply via email to