Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Release v0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Jan 27, 2016
1 parent dadde0a commit adae9c9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
````
<dependency>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
</dependency>
````

Expand Down
4 changes: 2 additions & 2 deletions hppcrt-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Project info. -->
<artifactId>hppcrt-benchmarks</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<packaging>jar</packaging>

<name>HPPC-RT Benchmarks</name>
Expand Down
4 changes: 2 additions & 2 deletions hppcrt-template-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Project info. -->
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-template-processor</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<packaging>jar</packaging>

<name>HPPC-RT Template Processor</name>
Expand Down
4 changes: 2 additions & 2 deletions hppcrt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Project info. -->
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<packaging>bundle</packaging>

<name>HPPC-RT Collections</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Project info. -->
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<packaging>pom</packaging>

<name>HPPC-RT (parent POM)</name>
Expand Down

0 comments on commit adae9c9

Please sign in to comment.