ko-archetype-test/pom.xml
changeset 1218 d0d22163568a
parent 1217 9c5b5d8ee4bb
child 1219 82bb83b955b6
     1.1 --- a/ko-archetype-test/pom.xml	Thu May 16 14:00:49 2013 +0200
     1.2 +++ b/ko-archetype-test/pom.xml	Thu May 16 14:09:18 2013 +0200
     1.3 @@ -1,15 +1,14 @@
     1.4  <?xml version="1.0"?>
     1.5 -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     1.6 -         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     1.7 +<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/xsd/maven-4.0.0.xsd">
     1.8      <modelVersion>4.0.0</modelVersion>
     1.9      <parent>
    1.10          <groupId>org.apidesign</groupId>
    1.11          <artifactId>html</artifactId>
    1.12 -        <version>0.3-SNAPSHOT</version>
    1.13 +        <version>0.3</version>
    1.14      </parent>
    1.15      <groupId>org.apidesign.html</groupId>
    1.16      <artifactId>ko-archetype-test</artifactId>
    1.17 -    <version>0.3-SNAPSHOT</version>
    1.18 +    <version>0.3</version>
    1.19      <name>Knockout 4 Java Archetype Test</name>
    1.20      <url>http://maven.apache.org</url>
    1.21      <description>Verifies the Knockout &amp; net.java.html.json archetype behaves properly.</description>
    1.22 @@ -20,7 +19,7 @@
    1.23          <dependency>
    1.24              <groupId>${project.groupId}</groupId>
    1.25              <artifactId>knockout4j-archetype</artifactId>
    1.26 -            <version>0.3-SNAPSHOT</version>
    1.27 +            <version>0.3</version>
    1.28          </dependency>
    1.29          <dependency>
    1.30              <groupId>org.testng</groupId>