From 2800fb327067875dbb2fe0b34dfae4d724e40fdd Mon Sep 17 00:00:00 2001 From: Rinde van Lon Date: Mon, 10 Aug 2015 18:30:05 +0200 Subject: [PATCH] updated version numbers --- README.md | 2 +- pom.xml | 17 ++--------------- releasenotes.md | 3 +++ 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 0a1f9ef..ef9296c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# RinLog 1.0.1-SNAPSHOT +# RinLog 2.0.0 [![Build Status](https://travis-ci.org/rinde/RinLog.svg)](https://travis-ci.org/rinde/RinLog) [![DOI](https://zenodo.org/badge/7417/rinde/RinLog.svg)](http://dx.doi.org/10.5281/zenodo.13344) 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). diff --git a/pom.xml b/pom.xml index 5373765..75d21aa 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.rinde rinlog - 2.0.0-SNAPSHOT + 2.0.0 RinLog RinLog is a collection of (agent) implementations for logistics problems. @@ -48,24 +48,11 @@ UTF-8 - 4.0.0-SNAPSHOT + 4.0.0 java 1.0.0 - - - snapshots-repo - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - - - - diff --git a/releasenotes.md b/releasenotes.md index 1f331f1..1088e9b 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,5 +1,8 @@ # Release notes +## v2.0.0 + * Updated code to be compatible with RinSim 4.0.0 + ## v1.0.0 * New release to emphasize stability