Author: sebb Date: Wed Aug 12 11:49:05 2009 New Revision: 803462 URL: http://svn.apache.org/viewvc?rev=803462&view=rev Log: Add declarations to project tags
Modified: jakarta/bsf/branches/bsf3.x/bsf-api/pom.xml jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml jakarta/bsf/branches/bsf3.x/bsf-utils/pom.xml jakarta/bsf/branches/bsf3.x/distribution/pom.xml jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml jakarta/bsf/branches/bsf3.x/testing/groovy-1.1/pom.xml jakarta/bsf/branches/bsf3.x/testing/groovy/pom.xml jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml jakarta/bsf/branches/bsf3.x/testing/jexl/pom.xml jakarta/bsf/branches/bsf3.x/testing/jruby-1.1.2/pom.xml jakarta/bsf/branches/bsf3.x/testing/jruby-1.2.0/pom.xml jakarta/bsf/branches/bsf3.x/testing/jython-2.2/pom.xml jakarta/bsf/branches/bsf3.x/testing/pom.xml jakarta/bsf/branches/bsf3.x/testing/python/pom.xml jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml Modified: jakarta/bsf/branches/bsf3.x/bsf-api/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/bsf-api/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/bsf-api/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/bsf-api/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> Modified: jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/bsf-utils/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/bsf-utils/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/bsf-utils/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/bsf-utils/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> Modified: jakarta/bsf/branches/bsf3.x/distribution/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/distribution/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/distribution/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/distribution/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/groovy-1.1/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/groovy-1.1/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/groovy-1.1/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/groovy-1.1/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/groovy/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/groovy/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/groovy/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/groovy/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/jexl/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/jexl/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/jexl/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/jexl/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/jruby-1.1.2/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/jruby-1.1.2/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/jruby-1.1.2/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/jruby-1.1.2/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/jruby-1.2.0/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/jruby-1.2.0/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/jruby-1.2.0/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/jruby-1.2.0/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/jython-2.2/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/jython-2.2/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/jython-2.2/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/jython-2.2/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,8 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <parent> 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=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/python/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/python/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> Modified: jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml?rev=803462&r1=803461&r2=803462&view=diff ============================================================================== --- jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml (original) +++ jakarta/bsf/branches/bsf3.x/testing/ruby/pom.xml Wed Aug 12 11:49:05 2009 @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.bsf</groupId> <artifactId>parent</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: bsf-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: bsf-dev-h...@jakarta.apache.org