[maven-release-plugin] prepare release release-0.3 release-0.3
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 16 May 2013 14:09:18 +0200
changeset 97309dcf0774ff
parent 96 a9cf67d592b2
child 98 da5601cbc061
child 100 93433764b44e
[maven-release-plugin] prepare release release-0.3
json-tck/pom.xml
json/pom.xml
ko-archetype-test/pom.xml
ko-archetype/pom.xml
ko-bck2brwsr/pom.xml
ko-fx/pom.xml
pom.xml
     1.1 --- a/json-tck/pom.xml	Thu May 16 14:00:49 2013 +0200
     1.2 +++ b/json-tck/pom.xml	Thu May 16 14:09:18 2013 +0200
     1.3 @@ -4,11 +4,11 @@
     1.4    <parent>
     1.5      <groupId>org.apidesign</groupId>
     1.6      <artifactId>html</artifactId>
     1.7 -    <version>0.3-SNAPSHOT</version>
     1.8 +    <version>0.3</version>
     1.9    </parent>
    1.10    <groupId>org.apidesign.html</groupId>
    1.11    <artifactId>net.java.html.json.tck</artifactId>
    1.12 -  <version>0.3-SNAPSHOT</version>
    1.13 +  <version>0.3</version>
    1.14    <name>TCK for JSON Model</name>
    1.15    <url>http://maven.apache.org</url>
    1.16    <properties>
    1.17 @@ -31,7 +31,7 @@
    1.18      <dependency>
    1.19        <groupId>org.apidesign.html</groupId>
    1.20        <artifactId>net.java.html.json</artifactId>
    1.21 -      <version>0.3-SNAPSHOT</version>
    1.22 +      <version>0.3</version>
    1.23        <type>jar</type>
    1.24      </dependency>
    1.25      <dependency>
     2.1 --- a/json/pom.xml	Thu May 16 14:00:49 2013 +0200
     2.2 +++ b/json/pom.xml	Thu May 16 14:09:18 2013 +0200
     2.3 @@ -4,11 +4,11 @@
     2.4    <parent>
     2.5      <groupId>org.apidesign</groupId>
     2.6      <artifactId>html</artifactId>
     2.7 -    <version>0.3-SNAPSHOT</version>
     2.8 +    <version>0.3</version>
     2.9    </parent>
    2.10    <groupId>org.apidesign.html</groupId>
    2.11    <artifactId>net.java.html.json</artifactId>
    2.12 -  <version>0.3-SNAPSHOT</version>
    2.13 +  <version>0.3</version>
    2.14    <name>JSON Model in Java</name>
    2.15    <url>http://maven.apache.org</url>
    2.16    <properties>
     3.1 --- a/ko-archetype-test/pom.xml	Thu May 16 14:00:49 2013 +0200
     3.2 +++ b/ko-archetype-test/pom.xml	Thu May 16 14:09:18 2013 +0200
     3.3 @@ -1,15 +1,14 @@
     3.4  <?xml version="1.0"?>
     3.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"
     3.6 -         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     3.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">
     3.8      <modelVersion>4.0.0</modelVersion>
     3.9      <parent>
    3.10          <groupId>org.apidesign</groupId>
    3.11          <artifactId>html</artifactId>
    3.12 -        <version>0.3-SNAPSHOT</version>
    3.13 +        <version>0.3</version>
    3.14      </parent>
    3.15      <groupId>org.apidesign.html</groupId>
    3.16      <artifactId>ko-archetype-test</artifactId>
    3.17 -    <version>0.3-SNAPSHOT</version>
    3.18 +    <version>0.3</version>
    3.19      <name>Knockout 4 Java Archetype Test</name>
    3.20      <url>http://maven.apache.org</url>
    3.21      <description>Verifies the Knockout &amp; net.java.html.json archetype behaves properly.</description>
    3.22 @@ -20,7 +19,7 @@
    3.23          <dependency>
    3.24              <groupId>${project.groupId}</groupId>
    3.25              <artifactId>knockout4j-archetype</artifactId>
    3.26 -            <version>0.3-SNAPSHOT</version>
    3.27 +            <version>0.3</version>
    3.28          </dependency>
    3.29          <dependency>
    3.30              <groupId>org.testng</groupId>
     4.1 --- a/ko-archetype/pom.xml	Thu May 16 14:00:49 2013 +0200
     4.2 +++ b/ko-archetype/pom.xml	Thu May 16 14:09:18 2013 +0200
     4.3 @@ -4,11 +4,11 @@
     4.4    <parent>
     4.5      <artifactId>html</artifactId>
     4.6      <groupId>org.apidesign</groupId>
     4.7 -    <version>0.3-SNAPSHOT</version>
     4.8 +    <version>0.3</version>
     4.9    </parent>
    4.10    <groupId>org.apidesign.html</groupId>
    4.11    <artifactId>knockout4j-archetype</artifactId>
    4.12 -  <version>0.3-SNAPSHOT</version>
    4.13 +  <version>0.3</version>
    4.14    <packaging>jar</packaging>
    4.15    <name>Knockout 4 Java Maven Archetype</name>
    4.16    <description>
     5.1 --- a/ko-bck2brwsr/pom.xml	Thu May 16 14:00:49 2013 +0200
     5.2 +++ b/ko-bck2brwsr/pom.xml	Thu May 16 14:09:18 2013 +0200
     5.3 @@ -4,11 +4,11 @@
     5.4    <parent>
     5.5      <groupId>org.apidesign</groupId>
     5.6      <artifactId>html</artifactId>
     5.7 -    <version>0.3-SNAPSHOT</version>
     5.8 +    <version>0.3</version>
     5.9    </parent>
    5.10    <groupId>org.apidesign.html</groupId>
    5.11    <artifactId>ko-bck2brwsr</artifactId>
    5.12 -  <version>0.3-SNAPSHOT</version>
    5.13 +  <version>0.3</version>
    5.14    <name>Knockout.b2b</name>
    5.15    <url>http://maven.apache.org</url>
    5.16    <build>
    5.17 @@ -78,12 +78,12 @@
    5.18      <dependency>
    5.19        <groupId>org.apidesign.html</groupId>
    5.20        <artifactId>net.java.html.json</artifactId>
    5.21 -      <version>0.3-SNAPSHOT</version>
    5.22 +      <version>0.3</version>
    5.23      </dependency>
    5.24      <dependency>
    5.25        <groupId>org.apidesign.html</groupId>
    5.26        <artifactId>net.java.html.json.tck</artifactId>
    5.27 -      <version>0.3-SNAPSHOT</version>
    5.28 +      <version>0.3</version>
    5.29        <scope>test</scope>
    5.30      </dependency>
    5.31      <dependency>
     6.1 --- a/ko-fx/pom.xml	Thu May 16 14:00:49 2013 +0200
     6.2 +++ b/ko-fx/pom.xml	Thu May 16 14:09:18 2013 +0200
     6.3 @@ -4,11 +4,11 @@
     6.4    <parent>
     6.5      <groupId>org.apidesign</groupId>
     6.6      <artifactId>html</artifactId>
     6.7 -    <version>0.3-SNAPSHOT</version>
     6.8 +    <version>0.3</version>
     6.9    </parent>
    6.10    <groupId>org.apidesign.html</groupId>
    6.11    <artifactId>ko-fx</artifactId>
    6.12 -  <version>0.3-SNAPSHOT</version>
    6.13 +  <version>0.3</version>
    6.14    <name>Knockout.fx</name>
    6.15    <url>http://maven.apache.org</url>
    6.16    <properties>
    6.17 @@ -43,7 +43,7 @@
    6.18      <dependency>
    6.19        <groupId>org.apidesign.html</groupId>
    6.20        <artifactId>net.java.html.json</artifactId>
    6.21 -      <version>0.3-SNAPSHOT</version>
    6.22 +      <version>0.3</version>
    6.23      </dependency>
    6.24      <dependency>
    6.25        <groupId>org.testng</groupId>
     7.1 --- a/pom.xml	Thu May 16 14:00:49 2013 +0200
     7.2 +++ b/pom.xml	Thu May 16 14:09:18 2013 +0200
     7.3 @@ -3,7 +3,7 @@
     7.4    <modelVersion>4.0.0</modelVersion>
     7.5    <groupId>org.apidesign</groupId>
     7.6    <artifactId>html</artifactId>
     7.7 -  <version>0.3-SNAPSHOT</version>
     7.8 +  <version>0.3</version>
     7.9    <packaging>pom</packaging>
    7.10    <name>HTML APIs via Java</name>
    7.11    <parent>
    7.12 @@ -41,7 +41,7 @@
    7.13        <connection>scm:hg:https://hg.java.net/hg/html~html4j</connection>
    7.14        <developerConnection>scm:hg:https://hg.java.net/hg/html~html4j</developerConnection>
    7.15        <url>https://hg.java.net/hg/html~html4j</url>
    7.16 -      <tag>default</tag>
    7.17 +      <tag>release-0.3</tag>
    7.18    </scm>
    7.19    <repositories>
    7.20        <repository>