Skip to content

Commit

Permalink
updated release notes and version number to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Aug 10, 2015
1 parent a9cdfca commit d6c5e93
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RinSim 4.0.0-SNAPSHOT
# RinSim 4.0.0

RinSim is an extensible logistics simulator with support for (de)centralized algorithms for pickup and delivery problems and AGV routing. The simulator focuses on __simplicity__ and __consistency__ making it ideal for performing scientific simulations. Further, software quality is a priority resulting in an ever improving test suite and documentation.

Expand Down
2 changes: 1 addition & 1 deletion central/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion experiment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fsm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdptw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 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>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>

<name>RinSim</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<sonar.language>java</sonar.language>
<test.excludedGroups />
<skip.test.categories/>
<reference.version>4.0.0-SNAPSHOT</reference.version>
<reference.version>4.0.0</reference.version>
</properties>

<distributionManagement>
Expand Down
7 changes: 7 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## v4.0.0
* Many classes have been refactored, including the builder system in core.
* Experiment is more flexible using PostProcessors.
* Several data value object have been refactored to use getter instead of fields and a factory method instead of a constructor.
* ScenarioIO has been greatly improved, it no longer relies on any object serialization.
* Support for real-time clock (not stable yet)

## v3.2.4
* CommModel now supports unregister
* CollisionGraphRoadModel new method:
Expand Down
2 changes: 1 addition & 1 deletion scenario-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion scenario/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit d6c5e93

Please sign in to comment.