to version 1.1.0-M1

This commit is contained in:
Taro L. Saito 2013-03-27 17:24:01 +09:00
parent 5d13ed34f6
commit 2568dfb554
2 changed files with 2 additions and 2 deletions

View File

@ -77,6 +77,6 @@ test:
ssh $(AMD_SERVER) "source .zprofile && cd $(WORK) && $(TEST_CMD)"
release:
mvn deploy -DperformRelease=true
mvn deploy -DperformRelease=true

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-M1</version>
<name>Snappy for Java</name>
<description>snappy-java: A fast compression/decompression library</description>
<packaging>bundle</packaging>