OSDN Git Service

add retire transaction arbitrary retireTx
authorwyjDoraemon <wyjDoraemon@163.com>
Sat, 5 Jan 2019 10:23:06 +0000 (18:23 +0800)
committerwyjDoraemon <wyjDoraemon@163.com>
Sat, 5 Jan 2019 10:23:06 +0000 (18:23 +0800)
README.md
pom.xml

index 903792c..d46119a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,13 +15,13 @@ There are various ways to install and use this sdk. We'll provide three ways to
 <dependency>
     <groupId>io.bytom</groupId>
     <artifactId>bytom-sdk</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1</version>
 </dependency>
 ```
 
 ### Gradle/Grails
 ```xml
-compile 'io.bytom:bytom-sdk:1.0.0'
+compile 'io.bytom:bytom-sdk:1.0.1'
 ```
 
 ### Building from source code
diff --git a/pom.xml b/pom.xml
index 7425c0c..015fe50 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
     <groupId>io.bytom</groupId>
     <artifactId>bytom-sdk</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1</version>
     <build>
         <plugins>
             <plugin>
@@ -22,8 +22,7 @@
     <packaging>jar</packaging>
 
     <name>bytom-sdk-java</name>
-    <!-- FIXME change it to the project's website -->
-    <url>http://www.example.com</url>
+    <url>https://github.com/Bytom</url>
     <description>SDK for Bytom project in github.</description>
 
     <licenses>