diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 2d5e4e31f..74404823b 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -1,12 +1,16 @@ - + 4.0.0 - seaweedfs + com.github.chrislusf seaweedfs-client - 1.0-SNAPSHOT + 1.0 + + + org.sonatype.oss + oss-parent + 9 + 3.5.1 @@ -43,6 +47,12 @@ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + @@ -70,6 +80,57 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + diff --git a/other/java/hdfs/pom.xml b/other/java/hdfs/pom.xml index 55dcff3b6..522d39aa2 100644 --- a/other/java/hdfs/pom.xml +++ b/other/java/hdfs/pom.xml @@ -4,9 +4,22 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - seaweedfs + com.github.chrislusf seaweedfs-hadoop-client - 1.0-SNAPSHOT + 1.0 + + + org.sonatype.oss + oss-parent + 9 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + @@ -46,6 +59,57 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + @@ -60,9 +124,9 @@ ${hadoop.version} - seaweedfs + com.github.chrislusf seaweedfs-client - 1.0-SNAPSHOT + 1.0 org.apache.hadoop diff --git a/weed/util/constants.go b/weed/util/constants.go index ea54f143e..00e500a60 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.10" + VERSION = "1.11" )