rt/core/pom.xml
changeset 804 7367a296a9ec
parent 799 abb0830cb220
child 806 178754f29511
     1.1 --- a/rt/core/pom.xml	Thu Feb 28 22:14:05 2013 +0100
     1.2 +++ b/rt/core/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.bck2brwsr</groupId>
    1.11      <artifactId>rt</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>core</artifactId>
    1.17 -  <version>0.3-SNAPSHOT</version>
    1.18 +  <version>0.3</version>
    1.19    <name>Bck2Brwsr Native Annotations</name>
    1.20    <url>http://maven.apache.org</url>
    1.21      <build>