Skip to content

Commit 9fe461c

Browse files
committed
Coordinated releases : BridJ 0.6.1, JNAerator 0.10 and JavaCL 1.0.0-RC2
1 parent f0cc7d3 commit 9fe461c

65 files changed

Lines changed: 99 additions & 190 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

0 Bytes
Binary file not shown.

libraries/BridJ/CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Current version : BridJ 0.7-SNAPSHOT
1+
Current development version (0.7-SNAPSHOT)
2+
3+
...
4+
5+
BridJ 0.6.1 (20120415)
26

37
- Fixed wchar_t and WideCString on MacOS X (issue #295)
48
- Fixed @Name annotation

libraries/BridJ/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>bridj</artifactId>
66
<name>BridJ (NativeLibs4Java C/C++ Interop Layer)</name>
77
<url>http://code.google.com/p/bridj/</url>
8-
<version>0.7-SNAPSHOT</version>
8+
<version>0.6.1</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.nativelibs4java</groupId>
1919
<artifactId>nativelibs4java-parent</artifactId>
20-
<version>1.7-SNAPSHOT</version>
20+
<version>1.7</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

libraries/DirectX/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>nativelibs4java-parent</artifactId>
14-
<version>1.7-SNAPSHOT</version>
14+
<version>1.7</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

libraries/FFMpeg/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>nativelibs4java-parent</artifactId>
14-
<version>1.7-SNAPSHOT</version>
14+
<version>1.7</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

libraries/IdleTime/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>nativelibs4java-parent</artifactId>
15-
<version>1.7-SNAPSHOT</version>
15+
<version>1.7</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

libraries/InteropIntegration/VersionSpecificBridJ/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<groupId>com.nativelibs4java</groupId>
55
<artifactId>bridj-version-specific-tests</artifactId>
66
<name>BridJ Version-Specific Tests</name>
7-
<version>0.7-SNAPSHOT</version>
7+
<version>0.6.1</version>
88
<packaging>jar</packaging>
99

1010
<parent>
1111
<groupId>com.nativelibs4java</groupId>
1212
<artifactId>nativelibs4java-parent</artifactId>
13-
<version>1.7-SNAPSHOT</version>
13+
<version>1.7</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>com.nativelibs4java</groupId>
2020
<artifactId>bridj</artifactId>
21-
<version>0.7-SNAPSHOT</version>
21+
<version>0.6.1</version>
2222
<classifier>version-specific-packages</classifier>
2323
</dependency>
2424
</dependencies>

libraries/InteropIntegration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.nativelibs4java</groupId>
1111
<artifactId>nativelibs4java-parent</artifactId>
12-
<version>1.7-SNAPSHOT</version>
12+
<version>1.7</version>
1313
<relativePath>..</relativePath>
1414
</parent>
1515

libraries/JarShrinker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.nativelibs4java</groupId>
1919
<artifactId>nativelibs4java-parent</artifactId>
20-
<version>1.7-SNAPSHOT</version>
20+
<version>1.7</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

libraries/Mono/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>nativelibs4java-parent</artifactId>
15-
<version>1.7-SNAPSHOT</version>
15+
<version>1.7</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)