Skip to content

Commit f525dc3

Browse files
authored
changing version to 1.5.0 (#210)
1 parent 708cb61 commit f525dc3

File tree

11 files changed

+26
-22
lines changed

11 files changed

+26
-22
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ included in the (note yet determined) next version number.
66

77
**Development version**
88

9+
- No changes yet
10+
11+
**1.5.0**
12+
913
- Add terminaton criterion
1014
- Several cleanups in the recent commits
1115
- Updated to MATSim 15

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ The main research reference for the eqasim-java framework:
3232

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

35-
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
36-
`develop` branch is kept at version `1.3.1` until the next release is prepared,
35+
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
36+
`develop` branch is kept at version `1.5.0` until the next release is prepared,
3737
but may include additional developments since the last release.
3838

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

59-
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.
59+
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.
6060

6161
## Upstream branch
6262

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.eqasim</groupId>
99
<artifactId>eqasim</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
</project>

examples/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>org.eqasim</groupId>
99
<artifactId>eqasim</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>org.eqasim</groupId>
1717
<artifactId>vdf</artifactId>
18-
<version>1.3.1</version>
18+
<version>1.5.0</version>
1919
</dependency>
2020

2121
<dependency>
@@ -27,13 +27,13 @@
2727
<dependency>
2828
<groupId>org.eqasim</groupId>
2929
<artifactId>ile_de_france</artifactId>
30-
<version>1.3.1</version>
30+
<version>1.5.0</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>org.eqasim</groupId>
3535
<artifactId>core</artifactId>
36-
<version>1.3.1</version>
36+
<version>1.5.0</version>
3737
</dependency>
3838
</dependencies>
3939

ile_de_france/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>org.eqasim</groupId>
99
<artifactId>eqasim</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>org.eqasim</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.3.1</version>
18+
<version>1.5.0</version>
1919
</dependency>
2020
</dependencies>
2121

los_angeles/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>org.eqasim</groupId>
99
<artifactId>eqasim</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>org.eqasim</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.3.1</version>
18+
<version>1.5.0</version>
1919
</dependency>
2020
</dependencies>
2121

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.eqasim</groupId>
77
<artifactId>eqasim</artifactId>
8-
<version>1.3.1</version>
8+
<version>1.5.0</version>
99
<packaging>pom</packaging>
1010

1111
<modules>

san_francisco/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>org.eqasim</groupId>
99
<artifactId>eqasim</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>org.eqasim</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.3.1</version>
18+
<version>1.5.0</version>
1919
</dependency>
2020
</dependencies>
2121

sao_paulo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>org.eqasim</groupId>
99
<artifactId>eqasim</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>org.eqasim</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.3.1</version>
18+
<version>1.5.0</version>
1919
</dependency>
2020
</dependencies>
2121

switzerland/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>org.eqasim</groupId>
99
<artifactId>eqasim</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>org.eqasim</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.3.1</version>
18+
<version>1.5.0</version>
1919
</dependency>
2020
</dependencies>
2121

vdf/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<parent>
66
<groupId>org.eqasim</groupId>
77
<artifactId>eqasim</artifactId>
8-
<version>1.3.1</version>
8+
<version>1.5.0</version>
99
</parent>
1010
<artifactId>vdf</artifactId>
1111

1212
<dependencies>
1313
<dependency>
1414
<groupId>org.eqasim</groupId>
1515
<artifactId>core</artifactId>
16-
<version>1.3.1</version>
16+
<version>1.5.0</version>
1717
</dependency>
1818
</dependencies>
1919
</project>

0 commit comments

Comments
 (0)