We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d13ed3 commit 2568dfbCopy full SHA for 2568dfb
Makefile.package
@@ -77,6 +77,6 @@ test:
77
ssh $(AMD_SERVER) "source .zprofile && cd $(WORK) && $(TEST_CMD)"
78
79
release:
80
- mvn deploy -DperformRelease=true
+ mvn deploy -DperformRelease=true
81
82
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.xerial.snappy</groupId>
6
<artifactId>snappy-java</artifactId>
7
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0-M1</version>
8
<name>Snappy for Java</name>
9
<description>snappy-java: A fast compression/decompression library</description>
10
<packaging>bundle</packaging>
0 commit comments