Skip to content

Commit

Permalink
changing version to 1.5.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
balacmi authored Apr 19, 2024
1 parent 708cb61 commit f525dc3
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ included in the (note yet determined) next version number.

**Development version**

- No changes yet

**1.5.0**

- Add terminaton criterion
- Several cleanups in the recent commits
- Updated to MATSim 15
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ The main research reference for the eqasim-java framework:

[![Build Status](https://travis-ci.com/eqasim-org/eqasim-java.svg?branch=develop)](https://travis-ci.com/eqasim-org/eqasim-java)

The current version of `eqasim` is `1.3.1` and is based on MATSim `13.0`. You can access it through the `v1.3.1` tag. The
`develop` branch is kept at version `1.3.1` until the next release is prepared,
The current version of `eqasim` is `1.5.0` and is based on MATSim `15.0`. You can access it through the `v1.5.0` tag. The
`develop` branch is kept at version `1.5.0` until the next release is prepared,
but may include additional developments since the last release.

The code is available as a Maven package. To use it, add the following repository
Expand All @@ -52,11 +52,11 @@ Afterwards, you can add various sub-packages to your project:
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>
```

Besides test latest releases based on MATSim 13, legacy versions `1.2.1`, `1.2.0`, `1.0.6`, and `1.0.5` are also available through packagecloud.
Besides the latest release based on MATSim 15.0, legacy versions `1.3.1`, `1.2.1`, `1.2.0`, `1.0.6`, and `1.0.5` are also available through packagecloud.

## Upstream branch

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
8 changes: 4 additions & 4 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>vdf</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>

<dependency>
Expand All @@ -27,13 +27,13 @@
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>ile_de_france</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>

<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions ile_de_france/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions los_angeles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions san_francisco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions sao_paulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions switzerland/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions vdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</parent>
<artifactId>vdf</artifactId>

<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<version>1.5.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit f525dc3

Please sign in to comment.