snappy-java-1.1.1-M3 release. Fix pom.xml
This commit is contained in:
parent
e3a1bf1013
commit
9321d0ecd8
|
@ -7,6 +7,10 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
|
|||
## snappy-java-1.1.1 (not yet)
|
||||
* Upgrade native snappy version
|
||||
|
||||
# snappy-java-1.1.1-M3 (26 June 2014)
|
||||
* Add PowerPC support (ppc64, ppc64le)
|
||||
* Building with sbt
|
||||
|
||||
# snappy-java-1.0.5.2 (25 June 2014)
|
||||
* Maintanance release
|
||||
* Add PowerPC support ppc64le, ppc64 (big-endian)
|
||||
|
|
|
@ -35,17 +35,10 @@ pomExtra := {
|
|||
<timezone>+9</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
<organization>
|
||||
<name>xerial.org</name>
|
||||
<url>http://xerial.org/</url>
|
||||
</organization>
|
||||
<issueManagement>
|
||||
<email>leo@xerial.org</email>
|
||||
<system>GitHub</system>
|
||||
<organization>Xerial Project</organization>
|
||||
<url>http://github.com/xerial/snappy-java/issues/list</url>
|
||||
</issueManagement>
|
||||
<role>Architect</role>
|
||||
<inceptionYear>2011</inceptionYear>
|
||||
<scm>
|
||||
<connection>scm:git@github.com:xerial/snappy-java.git</connection>
|
||||
|
|
Loading…
Reference in New Issue