diff --git a/README.md b/README.md
index 8a4ce31..1aeefb2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# RinLog 1.0.0-SNAPSHOT
+# RinLog 1.0.0
[![Build Status](https://travis-ci.org/rinde/RinLog.svg)](https://travis-ci.org/rinde/RinLog)
-Code for experiments in logistics. See [release notes](releasenotes.md). This library uses [semantic versioning](http://semver.org/).
+Code for experiments in logistics. See [release notes](releasenotes.md). This library uses [semantic versioning](http://semver.org/) and is open source under the [Apache License Version 2.0](LICENSE).
* Solvers:
* [CheapestInsertionHeuristic](src/main/java/com/github/rinde/logistics/pdptw/solver/CheapestInsertionHeuristic.java)
* [Opt2](src/main/java/com/github/rinde/logistics/pdptw/solver/Opt2.java)
diff --git a/pom.xml b/pom.xml
index 6e79c70..c4ff412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.github.rinde
rinlog
- 1.0.0-SNAPSHOT
+ 1.0.0
RinLog
RinLog is a collection of (agent) implementations for logistics problems.
@@ -48,8 +48,9 @@
UTF-8
- 3.0.0
+ [3.0.0,4.0.0)
java
+ 1.0.0
@@ -145,6 +146,54 @@
+
+
+ com.googlecode.japi-checker
+ japi-checker-maven-plugin
+ 0.1.4
+
+
+
+ com.github.rinde
+ ${project.artifactId}
+ ${reference.version}
+
+
+ com.googlecode.japi.checker.rules.AllRules
+
+
+
+
+ check-bc
+ verify
+
+ check
+
+
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.3
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ true
+ false
+
+
+
org.apache.maven.plugins
@@ -257,7 +306,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 1.4
+ 1.5
sign-artifacts