dew/pom.xml
changeset 804 7367a296a9ec
parent 578 f8264c292ba6
child 806 178754f29511
     1.1 --- a/dew/pom.xml	Fri Jan 25 08:43:56 2013 +0100
     1.2 +++ b/dew/pom.xml	Fri Mar 01 22:08:37 2013 +0100
     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>bck2brwsr</artifactId>
    1.12 -    <version>0.3-SNAPSHOT</version>
    1.13 +    <version>0.3</version>
    1.14    </parent>
    1.15    <groupId>org.apidesign.bck2brwsr</groupId>
    1.16    <artifactId>dew</artifactId>
    1.17 -  <version>0.3-SNAPSHOT</version>
    1.18 +  <version>0.3</version>
    1.19    <name>Development Environment for Web</name>
    1.20    <url>http://maven.apache.org</url>
    1.21      <build>
    1.22 @@ -38,7 +37,7 @@
    1.23                      <executable>java</executable>
    1.24                       <arguments>
    1.25                          <argument>-classpath</argument>
    1.26 -                        <classpath/>
    1.27 +                        <classpath />
    1.28                          <argument>org.apidesign.bck2brwsr.dew.Dew</argument>
    1.29                      </arguments>
    1.30                  </configuration>