Revert "prepare for v0.1.17 release"
This reverts commit 38db11e5077c163f84cff85fd40e91a24bddfc76. Sonatype is making it painful for me to publish this release (they no longer accept my credentials) so it might be a while until it gets done.
This commit is contained in:
parent
64d23d73d2
commit
7e585bf63d
6 changed files with 8 additions and 11 deletions
|
@ -1,6 +1,3 @@
|
|||
## v0.1.17
|
||||
- Fixed infinite loop in PackedInputStream on too-small input.
|
||||
|
||||
## v0.1.16
|
||||
- Fix handling of negative pointer offsets.
|
||||
- Fix SegmentReader.inInBounds() offset arithmetic.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>benchmark</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>capnproto-java benchmark</description>
|
||||
<version>0.1.17</version>
|
||||
<version>0.1.17-SNAPSHOT</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.17</version>
|
||||
<version>0.1.17-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>compiler</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>schema compiler plugin for java</description>
|
||||
<version>0.1.17</version>
|
||||
<version>0.1.17-SNAPSHOT</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.17</version>
|
||||
<version>0.1.17-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>examples</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>capnproto-java examples</description>
|
||||
<version>0.1.17</version>
|
||||
<version>0.1.17-SNAPSHOT</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.17</version>
|
||||
<version>0.1.17-SNAPSHOT</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.17</version>
|
||||
<version>0.1.17-SNAPSHOT</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.17</version>
|
||||
<version>0.1.17-SNAPSHOT</version>
|
||||
<name>Cap'n Proto runtime library</name>
|
||||
<organization>
|
||||
<name>org.capnproto</name>
|
||||
|
|
Loading…
Reference in a new issue