Merge branch 'master' of git://github.com/msgpack/msgpack

This commit is contained in:
takeshita 2011-04-14 15:44:46 +09:00
commit f6de4c9479
41 changed files with 778 additions and 988 deletions

View file

@ -63,8 +63,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>