Skip to content

Commit 872a831

Browse files
committed
Coordinated releases : BridJ 0.6.1, JNAerator 0.10 and JavaCL 1.0.0-RC2
1 parent 389dba4 commit 872a831

File tree

17 files changed

+23
-19
lines changed

17 files changed

+23
-19
lines changed

Blas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.nativelibs4java</groupId>
1212
<artifactId>javacl-parent</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>1.0.0-RC2</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Current development version (1.0-SNAPSHOT)
22

3+
...
4+
5+
Version 1.0.0-RC2 (20120415)
6+
37
- Added support for sub-images reading/writing from/to CLImage2D (slower than with full images)
48
- Fixed endianness issues with CLBuffer (issue #80)
59
- Fixed migration of cached binaries to newer versions of OS (e.g. upgrading from Snow Leopard to Lion) (issue #81)

Core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
1717
<parent>
1818
<groupId>com.nativelibs4java</groupId>
1919
<artifactId>javacl-parent</artifactId>
20-
<version>1.0-SNAPSHOT</version>
20+
<version>1.0.0-RC2</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

@@ -35,7 +35,7 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
3535
<dependency>
3636
<groupId>com.nativelibs4java</groupId>
3737
<artifactId>nativelibs4java-utils</artifactId>
38-
<version>1.4-SNAPSHOT</version>
38+
<version>1.4</version>
3939
</dependency>
4040
</dependencies>
4141

Demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.nativelibs4java</groupId>
1313
<artifactId>javacl-parent</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0.0-RC2</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

Generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.nativelibs4java</groupId>
1313
<artifactId>javacl-parent</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0.0-RC2</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

InteractiveImageDemo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.nativelibs4java</groupId>
1313
<artifactId>javacl-parent</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0.0-RC2</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

JavaCL/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
1717
<parent>
1818
<groupId>com.nativelibs4java</groupId>
1919
<artifactId>javacl-parent</artifactId>
20-
<version>1.0-SNAPSHOT</version>
20+
<version>1.0.0-RC2</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

LibCL/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.nativelibs4java</groupId>
1717
<artifactId>javacl-parent</artifactId>
18-
<version>1.0-SNAPSHOT</version>
18+
<version>1.0.0-RC2</version>
1919
<relativePath>..</relativePath>
2020
</parent>
2121

MavenPlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.nativelibs4java</groupId>
1414
<artifactId>javacl-parent</artifactId>
15-
<version>1.0-SNAPSHOT</version>
15+
<version>1.0.0-RC2</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

NumericalBenchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.nativelibs4java</groupId>
1212
<artifactId>javacl-parent</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>1.0.0-RC2</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)