This commit is contained in:
parent
d0e3a06520
commit
886120d1ef
2 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@
|
|||
<dependency>
|
||||
<groupId>org.capnproto</groupId>
|
||||
<artifactId>runtime-rpc</artifactId>
|
||||
<version>0.1.14-SNAPSHOT</version>
|
||||
<version>0.1.17-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>runtime-rpc</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>runtime-rpc</description>
|
||||
<version>0.1.14-SNAPSHOT</version>
|
||||
<version>0.1.17-SNAPSHOT</version>
|
||||
<name>Cap'n Proto RPC runtime library</name>
|
||||
<organization>
|
||||
<name>org.capnproto</name>
|
||||
|
@ -49,12 +49,12 @@
|
|||
<dependency>
|
||||
<groupId>org.capnproto</groupId>
|
||||
<artifactId>runtime</artifactId>
|
||||
<version>0.1.14-SNAPSHOT</version>
|
||||
<version>0.1.17-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.capnproto</groupId>
|
||||
<artifactId>compiler</artifactId>
|
||||
<version>0.1.14-SNAPSHOT</version>
|
||||
<version>0.1.17-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in a new issue