Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Aug 10, 2015
1 parent f34e7e2 commit 2800fb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
17 changes: 2 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rinde</groupId>
<artifactId>rinlog</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<name>RinLog</name>
<description>RinLog is a collection of (agent) implementations for logistics problems.</description>
Expand Down Expand Up @@ -48,24 +48,11 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<rinsim.version>4.0.0-SNAPSHOT</rinsim.version>
<rinsim.version>4.0.0</rinsim.version>
<sonar.language>java</sonar.language>
<reference.version>1.0.0</reference.version>
</properties>

<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<build>
<pluginManagement>
<plugins>
Expand Down
3 changes: 3 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2800fb3

Please sign in to comment.