prepare for v0.1.16 release
This commit is contained in:
parent
4ce5a5e359
commit
5eee3639d8
6 changed files with 12 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
## v0.1.16
|
||||
- Fix handling of negative pointer offsets.
|
||||
- Fix SegmentReader.inInBounds() offset arithmetic.
|
||||
|
||||
## v0.1.15
|
||||
- Fix bugs in handling of upgraded list of pointers.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>benchmark</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>capnproto-java benchmark</description>
|
||||
<version>0.1.16-SNAPSHOT</version>
|
||||
<version>0.1.16</version>
|
||||
<name>capnproto-java benchmark</name>
|
||||
<organization>
|
||||
<name>org.capnproto</name>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<dependency>
|
||||
<groupId>org.capnproto</groupId>
|
||||
<artifactId>runtime</artifactId>
|
||||
<version>0.1.16-SNAPSHOT</version>
|
||||
<version>0.1.16</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>compiler</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>schema compiler plugin for java</description>
|
||||
<version>0.1.16-SNAPSHOT</version>
|
||||
<version>0.1.16</version>
|
||||
<name>capnpc-java</name>
|
||||
<organization>
|
||||
<name>org.capnproto</name>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<dependency>
|
||||
<groupId>org.capnproto</groupId>
|
||||
<artifactId>runtime</artifactId>
|
||||
<version>0.1.16-SNAPSHOT</version>
|
||||
<version>0.1.16</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>examples</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>capnproto-java examples</description>
|
||||
<version>0.1.16-SNAPSHOT</version>
|
||||
<version>0.1.16</version>
|
||||
<name>capnproto-java examples</name>
|
||||
<organization>
|
||||
<name>org.capnproto</name>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<dependency>
|
||||
<groupId>org.capnproto</groupId>
|
||||
<artifactId>runtime</artifactId>
|
||||
<version>0.1.16-SNAPSHOT</version>
|
||||
<version>0.1.16</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<groupId>org.capnproto</groupId>
|
||||
<artifactId>capnproto-java</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>0.1.16-SNAPSHOT</version>
|
||||
<version>0.1.16</version>
|
||||
<name>Cap'n Proto for Java</name>
|
||||
<url>https://capnproto.org/</url>
|
||||
<modules>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>runtime</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>runtime</description>
|
||||
<version>0.1.16-SNAPSHOT</version>
|
||||
<version>0.1.16</version>
|
||||
<name>Cap'n Proto runtime library</name>
|
||||
<organization>
|
||||
<name>org.capnproto</name>
|
||||
|
|
Loading…
Reference in a new issue