[maven-release-plugin] prepare release release-0.5 release-0.5
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 27 Aug 2013 07:32:11 +0000
changeset 2646656cca0a73a
parent 263 e52df26d579b
child 265 d21f799cd4e0
[maven-release-plugin] prepare release release-0.5
boot-fx/pom.xml
boot/pom.xml
context/pom.xml
geo/pom.xml
json-tck/pom.xml
json/pom.xml
ko-archetype-test/pom.xml
ko-archetype/pom.xml
ko-fx/pom.xml
ko-ws-tyrus/pom.xml
pom.xml
sound/pom.xml
     1.1 --- a/boot-fx/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     1.2 +++ b/boot-fx/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     1.3 @@ -4,11 +4,11 @@
     1.4    <parent>
     1.5      <groupId>org.apidesign</groupId>
     1.6      <artifactId>html</artifactId>
     1.7 -    <version>0.5-SNAPSHOT</version>
     1.8 +    <version>0.5</version>
     1.9    </parent>
    1.10    <groupId>org.apidesign.html</groupId>
    1.11    <artifactId>boot-fx</artifactId>
    1.12 -  <version>0.5-SNAPSHOT</version>
    1.13 +  <version>0.5</version>
    1.14    <name>FX WebView Bootstrap</name>
    1.15    <url>http://maven.apache.org</url>
    1.16    <properties>
     2.1 --- a/boot/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     2.2 +++ b/boot/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     2.3 @@ -4,11 +4,11 @@
     2.4    <parent>
     2.5      <groupId>org.apidesign</groupId>
     2.6      <artifactId>html</artifactId>
     2.7 -    <version>0.5-SNAPSHOT</version>
     2.8 +    <version>0.5</version>
     2.9    </parent>
    2.10    <groupId>org.apidesign.html</groupId>
    2.11    <artifactId>net.java.html.boot</artifactId>
    2.12 -  <version>0.5-SNAPSHOT</version>
    2.13 +  <version>0.5</version>
    2.14    <name>Browser Bootstrap</name>
    2.15    <url>http://maven.apache.org</url>
    2.16    <properties>
     3.1 --- a/context/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     3.2 +++ b/context/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     3.3 @@ -4,11 +4,11 @@
     3.4    <parent>
     3.5      <groupId>org.apidesign</groupId>
     3.6      <artifactId>html</artifactId>
     3.7 -    <version>0.5-SNAPSHOT</version>
     3.8 +    <version>0.5</version>
     3.9    </parent>
    3.10    <groupId>org.apidesign.html</groupId>
    3.11    <artifactId>net.java.html</artifactId>
    3.12 -  <version>0.5-SNAPSHOT</version>
    3.13 +  <version>0.5</version>
    3.14    <name>HTML Context</name>
    3.15    <url>http://maven.apache.org</url>
    3.16    <properties>
     4.1 --- a/geo/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     4.2 +++ b/geo/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     4.3 @@ -4,11 +4,11 @@
     4.4    <parent>
     4.5      <groupId>org.apidesign</groupId>
     4.6      <artifactId>html</artifactId>
     4.7 -    <version>0.5-SNAPSHOT</version>
     4.8 +    <version>0.5</version>
     4.9    </parent>
    4.10    <groupId>org.apidesign.html</groupId>
    4.11    <artifactId>net.java.html.geo</artifactId>
    4.12 -  <version>0.5-SNAPSHOT</version>
    4.13 +  <version>0.5</version>
    4.14    <name>Geolocation API</name>
    4.15    <url>http://maven.apache.org</url>
    4.16    <properties>
    4.17 @@ -39,7 +39,7 @@
    4.18      <dependency>
    4.19        <groupId>org.apidesign.html</groupId>
    4.20        <artifactId>net.java.html.boot</artifactId>
    4.21 -      <version>0.5-SNAPSHOT</version>
    4.22 +      <version>0.5</version>
    4.23        <type>jar</type>
    4.24      </dependency>
    4.25    </dependencies>
     5.1 --- a/json-tck/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     5.2 +++ b/json-tck/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     5.3 @@ -4,11 +4,11 @@
     5.4    <parent>
     5.5      <groupId>org.apidesign</groupId>
     5.6      <artifactId>html</artifactId>
     5.7 -    <version>0.5-SNAPSHOT</version>
     5.8 +    <version>0.5</version>
     5.9    </parent>
    5.10    <groupId>org.apidesign.html</groupId>
    5.11    <artifactId>net.java.html.json.tck</artifactId>
    5.12 -  <version>0.5-SNAPSHOT</version>
    5.13 +  <version>0.5</version>
    5.14    <name>TCK for JSON Model</name>
    5.15    <url>http://maven.apache.org</url>
    5.16    <properties>
    5.17 @@ -31,7 +31,7 @@
    5.18      <dependency>
    5.19        <groupId>org.apidesign.html</groupId>
    5.20        <artifactId>net.java.html.json</artifactId>
    5.21 -      <version>0.5-SNAPSHOT</version>
    5.22 +      <version>0.5</version>
    5.23        <type>jar</type>
    5.24      </dependency>
    5.25      <dependency>
     6.1 --- a/json/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     6.2 +++ b/json/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     6.3 @@ -4,11 +4,11 @@
     6.4    <parent>
     6.5      <groupId>org.apidesign</groupId>
     6.6      <artifactId>html</artifactId>
     6.7 -    <version>0.5-SNAPSHOT</version>
     6.8 +    <version>0.5</version>
     6.9    </parent>
    6.10    <groupId>org.apidesign.html</groupId>
    6.11    <artifactId>net.java.html.json</artifactId>
    6.12 -  <version>0.5-SNAPSHOT</version>
    6.13 +  <version>0.5</version>
    6.14    <name>JSON Model in Java</name>
    6.15    <url>http://maven.apache.org</url>
    6.16    <properties>
     7.1 --- a/ko-archetype-test/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     7.2 +++ b/ko-archetype-test/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     7.3 @@ -4,11 +4,11 @@
     7.4      <parent>
     7.5          <groupId>org.apidesign</groupId>
     7.6          <artifactId>html</artifactId>
     7.7 -        <version>0.5-SNAPSHOT</version>
     7.8 +        <version>0.5</version>
     7.9      </parent>
    7.10      <groupId>org.apidesign.html</groupId>
    7.11      <artifactId>ko-archetype-test</artifactId>
    7.12 -    <version>0.5-SNAPSHOT</version>
    7.13 +    <version>0.5</version>
    7.14      <name>Knockout 4 Java Archetype Test</name>
    7.15      <url>http://maven.apache.org</url>
    7.16      <description>Verifies the Knockout &amp; net.java.html.json archetype behaves properly.</description>
    7.17 @@ -19,7 +19,7 @@
    7.18          <dependency>
    7.19              <groupId>${project.groupId}</groupId>
    7.20              <artifactId>knockout4j-archetype</artifactId>
    7.21 -            <version>0.5-SNAPSHOT</version>
    7.22 +            <version>0.5</version>
    7.23          </dependency>
    7.24          <dependency>
    7.25              <groupId>org.testng</groupId>
     8.1 --- a/ko-archetype/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     8.2 +++ b/ko-archetype/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     8.3 @@ -4,11 +4,11 @@
     8.4    <parent>
     8.5      <artifactId>html</artifactId>
     8.6      <groupId>org.apidesign</groupId>
     8.7 -    <version>0.5-SNAPSHOT</version>
     8.8 +    <version>0.5</version>
     8.9    </parent>
    8.10    <groupId>org.apidesign.html</groupId>
    8.11    <artifactId>knockout4j-archetype</artifactId>
    8.12 -  <version>0.5-SNAPSHOT</version>
    8.13 +  <version>0.5</version>
    8.14    <packaging>jar</packaging>
    8.15    <name>Knockout 4 Java Maven Archetype</name>
    8.16    <description>
     9.1 --- a/ko-fx/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     9.2 +++ b/ko-fx/pom.xml	Tue Aug 27 07:32:11 2013 +0000
     9.3 @@ -4,11 +4,11 @@
     9.4    <parent>
     9.5      <groupId>org.apidesign</groupId>
     9.6      <artifactId>html</artifactId>
     9.7 -    <version>0.5-SNAPSHOT</version>
     9.8 +    <version>0.5</version>
     9.9    </parent>
    9.10    <groupId>org.apidesign.html</groupId>
    9.11    <artifactId>ko-fx</artifactId>
    9.12 -  <version>0.5-SNAPSHOT</version>
    9.13 +  <version>0.5</version>
    9.14    <name>Knockout.fx</name>
    9.15    <url>http://maven.apache.org</url>
    9.16    <properties>
    10.1 --- a/ko-ws-tyrus/pom.xml	Tue Aug 27 07:27:51 2013 +0000
    10.2 +++ b/ko-ws-tyrus/pom.xml	Tue Aug 27 07:32:11 2013 +0000
    10.3 @@ -1,15 +1,14 @@
    10.4  <?xml version="1.0"?>
    10.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"
    10.6 -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    10.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">
    10.8    <modelVersion>4.0.0</modelVersion>
    10.9    <parent>
   10.10      <groupId>org.apidesign</groupId>
   10.11      <artifactId>html</artifactId>
   10.12 -    <version>0.5-SNAPSHOT</version>
   10.13 +    <version>0.5</version>
   10.14    </parent>
   10.15    <groupId>org.apidesign.html</groupId>
   10.16    <artifactId>ko-ws-tyrus</artifactId>
   10.17 -  <version>0.5-SNAPSHOT</version>
   10.18 +  <version>0.5</version>
   10.19    <name>Tyrus Based WebSockets</name>
   10.20    <url>http://maven.apache.org</url>
   10.21      <build>
    11.1 --- a/pom.xml	Tue Aug 27 07:27:51 2013 +0000
    11.2 +++ b/pom.xml	Tue Aug 27 07:32:11 2013 +0000
    11.3 @@ -3,7 +3,7 @@
    11.4    <modelVersion>4.0.0</modelVersion>
    11.5    <groupId>org.apidesign</groupId>
    11.6    <artifactId>html</artifactId>
    11.7 -  <version>0.5-SNAPSHOT</version>
    11.8 +  <version>0.5</version>
    11.9    <packaging>pom</packaging>
   11.10    <name>HTML APIs via Java</name>
   11.11    <parent> 
   11.12 @@ -44,7 +44,7 @@
   11.13        <connection>scm:hg:https://hg.apidesign.org/hg/html~html4j</connection>
   11.14        <developerConnection>scm:hg:https://hg.apidesign.org/hg/html~html4j</developerConnection>
   11.15        <url>https://hg.apidesign.org/hg/html~html4j</url>
   11.16 -      <tag>default</tag>
   11.17 +      <tag>release-0.5</tag>
   11.18    </scm>
   11.19    <repositories>
   11.20        <repository>
    12.1 --- a/sound/pom.xml	Tue Aug 27 07:27:51 2013 +0000
    12.2 +++ b/sound/pom.xml	Tue Aug 27 07:32:11 2013 +0000
    12.3 @@ -1,15 +1,14 @@
    12.4  <?xml version="1.0"?>
    12.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"
    12.6 -         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    12.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">
    12.8      <modelVersion>4.0.0</modelVersion>
    12.9      <parent>
   12.10          <groupId>org.apidesign</groupId>
   12.11          <artifactId>html</artifactId>
   12.12 -        <version>0.5-SNAPSHOT</version>
   12.13 +        <version>0.5</version>
   12.14      </parent>
   12.15      <groupId>org.apidesign.html</groupId>
   12.16      <artifactId>net.java.html.sound</artifactId>
   12.17 -    <version>0.5-SNAPSHOT</version>
   12.18 +    <version>0.5</version>
   12.19      <name>Sound API via HTML</name>
   12.20      <url>http://maven.apache.org</url>
   12.21      <properties>
   12.22 @@ -36,7 +35,7 @@
   12.23          <dependency>
   12.24              <groupId>org.apidesign.html</groupId>
   12.25              <artifactId>net.java.html.boot</artifactId>
   12.26 -            <version>0.5-SNAPSHOT</version>
   12.27 +            <version>0.5</version>
   12.28              <type>jar</type>
   12.29          </dependency>
   12.30          <dependency>