You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by se...@apache.org on 2009/08/12 19:24:38 UTC

svn commit: r803613 - in /jakarta/bsf/tags/bsf-3.0-rc1: ./ bsf-api/ bsf-engines/ bsf-utils/ distribution/ testing/ testing/e4x-1.6R7-Axiom/ testing/e4x/ testing/groovy-1.1/ testing/groovy/ testing/javascript/ testing/jexl/ testing/jruby-1.1.2/ testing/...

Author: sebb
Date: Wed Aug 12 17:24:37 2009
New Revision: 803613

URL: http://svn.apache.org/viewvc?rev=803613&view=rev
Log:
Try creating RC1 tag

Added:
    jakarta/bsf/tags/bsf-3.0-rc1/
      - copied from r803612, jakarta/bsf/branches/bsf3.x/
Modified:
    jakarta/bsf/tags/bsf-3.0-rc1/bsf-api/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/bsf-engines/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/bsf-utils/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/distribution/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x-1.6R7-Axiom/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy-1.1/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/javascript/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/jexl/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.1.2/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.2.0/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/jython-2.2/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/python/pom.xml
    jakarta/bsf/tags/bsf-3.0-rc1/testing/ruby/pom.xml

Modified: jakarta/bsf/tags/bsf-3.0-rc1/bsf-api/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/bsf-api/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/bsf-api/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/bsf-api/pom.xml Wed Aug 12 17:24:37 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/bsf-engines/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/bsf-engines/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/bsf-engines/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/bsf-engines/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/bsf-utils/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/bsf-utils/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/bsf-utils/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/bsf-utils/pom.xml Wed Aug 12 17:24:37 2009
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/distribution/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/distribution/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/distribution/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/distribution/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/pom.xml Wed Aug 12 17:24:37 2009
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.bsf</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0</version>
 
     <name>Apache BSF</name>
     <description>Apache BSF</description>

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x-1.6R7-Axiom/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x-1.6R7-Axiom/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x-1.6R7-Axiom/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x-1.6R7-Axiom/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/e4x/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy-1.1/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy-1.1/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy-1.1/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy-1.1/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/groovy/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/javascript/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/javascript/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/javascript/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/javascript/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/jexl/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/jexl/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/jexl/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/jexl/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.1.2/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.1.2/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.1.2/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.1.2/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.2.0/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.2.0/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.2.0/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/jruby-1.2.0/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/jython-2.2/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/jython-2.2/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/jython-2.2/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/jython-2.2/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/pom.xml Wed Aug 12 17:24:37 2009
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/python/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/python/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/python/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/python/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: jakarta/bsf/tags/bsf-3.0-rc1/testing/ruby/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/tags/bsf-3.0-rc1/testing/ruby/pom.xml?rev=803613&r1=803612&r2=803613&view=diff
==============================================================================
--- jakarta/bsf/tags/bsf-3.0-rc1/testing/ruby/pom.xml (original)
+++ jakarta/bsf/tags/bsf-3.0-rc1/testing/ruby/pom.xml Wed Aug 12 17:24:37 2009
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 



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