Skip to content

Commit

Permalink
v2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Jun 18, 2012
1 parent 84c12a6 commit bf8a40e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed lib/reflectasm-1.04.jar
Binary file not shown.
Binary file added lib/reflectasm-1.05.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.esotericsoftware.kryo</groupId>
<artifactId>kryo</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.17-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Kryo</name>
<description>Fast, efficient Java serialization</description>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.esotericsoftware.reflectasm</groupId>
<artifactId>reflectasm</artifactId>
<version>1.04</version>
<version>1.05</version>
<classifier>shaded</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kryo
version: 2.15
version: 2.16
---
Build.build(project);
Build.oneJAR(project);

0 comments on commit bf8a40e

Please sign in to comment.