X Tutup
Skip to content

Commit 6d971bb

Browse files
committed
JavaCL 1.0.0-RC3
1 parent 59be03d commit 6d971bb

File tree

18 files changed

+21
-21
lines changed

18 files changed

+21
-21
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</version>
13+
<version>1.0.0-RC3</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

Core/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</version>
20+
<version>1.0.0-RC3</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

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</version>
14+
<version>1.0.0-RC3</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</version>
14+
<version>1.0.0-RC3</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</version>
14+
<version>1.0.0-RC3</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

JavaCL-OSGi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>javacl-osgi</artifactId>
66
<name>JavaCL OSGi Bundle</name>
77
<url>http://code.google.com/p/javacl/</url>
8-
<version>1.0</version>
8+
<version>1.0.0-RC3</version>
99
<packaging>bundle</packaging>
1010

1111
<parent>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.nativelibs4java</groupId>
2121
<artifactId>javacl-shaded</artifactId>
22-
<version>1.0</version>
22+
<version>1.0.0-RC3</version>
2323
<!--classifier>shaded</classifier-->
2424
</dependency>
2525
<dependency>

JavaCL-Shaded/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>javacl-shaded</artifactId>
66
<name>JavaCL Shaded</name>
77
<url>http://code.google.com/p/javacl/</url>
8-
<version>1.0</version>
8+
<version>1.0.0-RC3</version>
99
<packaging>jar</packaging>
1010

1111
<parent>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.nativelibs4java</groupId>
2525
<artifactId>javacl</artifactId>
26-
<version>1.0</version>
26+
<version>1.0.0-RC3</version>
2727
</dependency>
2828

2929
</dependencies>

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</version>
20+
<version>1.0.0-RC3</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</version>
18+
<version>1.0.0-RC3</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</version>
15+
<version>1.0.0-RC3</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)
X Tutup