diff --git a/.gitignore b/.gitignore
index 81be742..8d36191 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+.classpath
+.project
+.settings
+.DS_Store
*.class
target/**
diff --git a/README.md b/README.md
index 8501fdb..4c736d3 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ for Maven, you can add the follwing sections to your POM.XML:
- com.github.multiformats
- java-multibase
- v1.0.0
+ io.ipfs
+ multibase
+ 1.0.1
```
diff --git a/pom.xml b/pom.xml
index 3f8e7ea..b98b398 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,12 +2,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
+ Multibase
+
io.ipfs
multibase
- 1.0.0
+ 1.0.1-SNAPSHOT
jar
- multibase
+ A Java implementation of multibase
https://github.com/multiformats/java-multibase
@@ -32,21 +34,21 @@
UTF-8
UTF-8
- 4.12
- 1.3
+ 1.3
+ 4.12
junit
junit
- ${junit.version}
+ ${version.junit}
test
org.hamcrest
hamcrest-core
- ${hamcrest.version}
+ ${version.hamcrest}
test
@@ -79,6 +81,21 @@
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.5
+
+ v@{project.version}
+
+
+
+
+
+ Multiformats Committers
+
+
+