diff --git a/CHANGES.txt b/CHANGES.txt index 72d25b3c8..b894b09ac 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -[0.7.3-SNAPSHOT] +[0.7.3] ** Other changes PR #5: OSGi descriptors in JAR manifests, bundle packaging, by Guillaume Delafosse. (Copied from HPPC) diff --git a/README.md b/README.md index 4110f07ba..2ffcd31ae 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,14 @@ That means in particular using the enhanced for loop without any dynamic allocat All these new features are heavily Unit tested, so should work well. -The Jar lib is compatible with Java 1.5 and have no external dependencies. +The Jar is compatible with Java 1.5 and have no external dependencies. Stable version is available on Maven: ```` com.github.vsonnier hppcrt - 0.7.2 + 0.7.3 ```` diff --git a/hppcrt-benchmarks/pom.xml b/hppcrt-benchmarks/pom.xml index 10eb51dec..864e05318 100644 --- a/hppcrt-benchmarks/pom.xml +++ b/hppcrt-benchmarks/pom.xml @@ -5,13 +5,13 @@ com.github.vsonnier hppcrt-parent - 0.7.3-SNAPSHOT + 0.7.3 ../pom.xml hppcrt-benchmarks - 0.7.3-SNAPSHOT + 0.7.3 jar HPPC-RT Benchmarks diff --git a/hppcrt-template-processor/pom.xml b/hppcrt-template-processor/pom.xml index ae7a0e094..25382efeb 100644 --- a/hppcrt-template-processor/pom.xml +++ b/hppcrt-template-processor/pom.xml @@ -5,14 +5,14 @@ com.github.vsonnier hppcrt-parent - 0.7.3-SNAPSHOT + 0.7.3 ../pom.xml com.github.vsonnier hppcrt-template-processor - 0.7.3-SNAPSHOT + 0.7.3 jar HPPC-RT Template Processor diff --git a/hppcrt/pom.xml b/hppcrt/pom.xml index f5e043fe0..77a2c576c 100644 --- a/hppcrt/pom.xml +++ b/hppcrt/pom.xml @@ -6,14 +6,14 @@ com.github.vsonnier hppcrt-parent - 0.7.3-SNAPSHOT + 0.7.3 ../pom.xml com.github.vsonnier hppcrt - 0.7.3-SNAPSHOT + 0.7.3 bundle HPPC-RT Collections diff --git a/pom.xml b/pom.xml index 4a65cef5e..ebd57de4f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.github.vsonnier hppcrt-parent - 0.7.3-SNAPSHOT + 0.7.3 pom HPPC-RT (parent POM)