Author: gdaniels Date: Fri Jan 2 21:33:57 2009 New Revision: 730913 URL: http://svn.apache.org/viewvc?rev=730913&view=rev Log: Update version number.
Modified: webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-api/pom.xml webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-c14n/pom.xml webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-dom/pom.xml webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-impl/pom.xml webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-integration/pom.xml webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-tests/pom.xml webservices/commons/tags/axiom/axiom-1.2.8/pom.xml Modified: webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-api/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-api/pom.xml?rev=730913&r1=730912&r2=730913&view=diff ============================================================================== --- webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-api/pom.xml (original) +++ webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-api/pom.xml Fri Jan 2 21:33:57 2009 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <!-- Should better be ${axiom.version} --> </parent> <artifactId>axiom-api</artifactId> <name>Axiom API</name> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <description>The Axiom API</description> <dependencies> <dependency> Modified: webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-c14n/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-c14n/pom.xml?rev=730913&r1=730912&r2=730913&view=diff ============================================================================== --- webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-c14n/pom.xml (original) +++ webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-c14n/pom.xml Fri Jan 2 21:33:57 2009 @@ -22,13 +22,13 @@ <parent> <artifactId>axiom</artifactId> <groupId>org.apache.ws.commons.axiom</groupId> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-c14n</artifactId> <name>Axiom C14N</name> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <description/> <dependencies> <dependency> Modified: webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-dom/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-dom/pom.xml?rev=730913&r1=730912&r2=730913&view=diff ============================================================================== --- webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-dom/pom.xml (original) +++ webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-dom/pom.xml Fri Jan 2 21:33:57 2009 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <!-- Should better be ${axiom.version} --> </parent> <artifactId>axiom-dom</artifactId> <name>Axiom DOM</name> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <description>The Axiom DOM implementation.</description> <dependencies> <dependency> Modified: webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-impl/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-impl/pom.xml?rev=730913&r1=730912&r2=730913&view=diff ============================================================================== --- webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-impl/pom.xml (original) +++ webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-impl/pom.xml Fri Jan 2 21:33:57 2009 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <!-- Should better be ${axiom.version} --> </parent> <artifactId>axiom-impl</artifactId> <name>Axiom Impl</name> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <description>The Axiom default implementation.</description> <dependencies> <dependency> Modified: webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-integration/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-integration/pom.xml?rev=730913&r1=730912&r2=730913&view=diff ============================================================================== --- webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-integration/pom.xml (original) +++ webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-integration/pom.xml Fri Jan 2 21:33:57 2009 @@ -1,115 +1,115 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> -<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> - <groupId>org.apache.ws.commons.axiom</groupId> - <artifactId>axiom</artifactId> - <version>SNAPSHOT</version> - <!-- Should better be ${axiom.version} --> - </parent> - <artifactId>axiom-integration</artifactId> - <name>Axiom Integration Test Suite</name> - <version>SNAPSHOT</version> - <description> - This module contains tests that validate the interoperability of Axiom with - other libraries. - </description> - <dependencies> - <dependency> - <groupId>org.apache.ws.commons.axiom</groupId> - <artifactId>axiom-impl</artifactId> - <version>${axiom.version}</version> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.axiom</groupId> - <artifactId>axiom-dom</artifactId> - <version>${axiom.version}</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>1.2</version> - </dependency> - <dependency> - <groupId>crimson</groupId> - <artifactId>crimson</artifactId> - <version>1.1.3</version> - </dependency> - <dependency> - <groupId>org.apache.xmlbeans</groupId> - <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> - </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> - <version>2.1.9</version> - </dependency> - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.9.1</version> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>2.7.1</version> - </dependency> - <dependency> - <groupId>net.sf.saxon</groupId> - <artifactId>saxon</artifactId> - <version>8.9</version> - </dependency> - <dependency> - <groupId>net.sf.saxon</groupId> - <artifactId>saxon-dom</artifactId> - <version>8.9</version> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>xmlbeans-maven-plugin</artifactId> - <version>2.3.1</version> - <executions> - <execution> - <goals> - <goal>xmlbeans-test</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> +<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> + <groupId>org.apache.ws.commons.axiom</groupId> + <artifactId>axiom</artifactId> + <version>1.2.8-SNAPSHOT</version> + <!-- Should better be ${axiom.version} --> + </parent> + <artifactId>axiom-integration</artifactId> + <name>Axiom Integration Test Suite</name> + <version>1.2.8-SNAPSHOT</version> + <description> + This module contains tests that validate the interoperability of Axiom with + other libraries. + </description> + <dependencies> + <dependency> + <groupId>org.apache.ws.commons.axiom</groupId> + <artifactId>axiom-impl</artifactId> + <version>${axiom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.ws.commons.axiom</groupId> + <artifactId>axiom-dom</artifactId> + <version>${axiom.version}</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + <dependency> + <groupId>xmlunit</groupId> + <artifactId>xmlunit</artifactId> + <version>1.2</version> + </dependency> + <dependency> + <groupId>crimson</groupId> + <artifactId>crimson</artifactId> + <version>1.1.3</version> + </dependency> + <dependency> + <groupId>org.apache.xmlbeans</groupId> + <artifactId>xmlbeans</artifactId> + <version>2.3.0</version> + </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> + <version>2.1.9</version> + </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.9.1</version> + </dependency> + <dependency> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + <version>2.7.1</version> + </dependency> + <dependency> + <groupId>net.sf.saxon</groupId> + <artifactId>saxon</artifactId> + <version>8.9</version> + </dependency> + <dependency> + <groupId>net.sf.saxon</groupId> + <artifactId>saxon-dom</artifactId> + <version>8.9</version> + </dependency> + </dependencies> + <build> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>xmlbeans-maven-plugin</artifactId> + <version>2.3.1</version> + <executions> + <execution> + <goals> + <goal>xmlbeans-test</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> Modified: webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-tests/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-tests/pom.xml?rev=730913&r1=730912&r2=730913&view=diff ============================================================================== --- webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-tests/pom.xml (original) +++ webservices/commons/tags/axiom/axiom-1.2.8/modules/axiom-tests/pom.xml Fri Jan 2 21:33:57 2009 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <!-- Should better be ${axiom.version} --> </parent> <artifactId>axiom-tests</artifactId> <name>Axiom Test Suite</name> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <description> The Axiom test suite. This ought to be split into several parts and be made a part of axiom-api, axiom-impl and axiom-dom. However, that's not as easy Modified: webservices/commons/tags/axiom/axiom-1.2.8/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/axiom-1.2.8/pom.xml?rev=730913&r1=730912&r2=730913&view=diff ============================================================================== --- webservices/commons/tags/axiom/axiom-1.2.8/pom.xml (original) +++ webservices/commons/tags/axiom/axiom-1.2.8/pom.xml Fri Jan 2 21:33:57 2009 @@ -22,7 +22,7 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom</artifactId> <name>Axiom</name> - <version>SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <!-- Should better be ${axiom.version} --> <packaging>pom</packaging> <description>AXIOM API</description>