Skip to content

Commit ee04702

Browse files
author
janekdererste
committed
Rename branch to 2024 to indicate that we mean the year. Change all poms accordingly
1 parent 8c831f5 commit ee04702

File tree

49 files changed

+131
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+131
-131
lines changed

benchmark/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.matsim</groupId>
66
<artifactId>matsim-all</artifactId>
7-
<version>24.1-SNAPSHOT</version>
7+
<version>2024.1-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<packaging>jar</packaging>
@@ -33,12 +33,12 @@
3333
<dependency>
3434
<groupId>org.matsim</groupId>
3535
<artifactId>matsim</artifactId>
36-
<version>24.1-SNAPSHOT</version>
36+
<version>2024.1-SNAPSHOT</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.matsim</groupId>
4040
<artifactId>matsim-examples</artifactId>
41-
<version>24.1-SNAPSHOT</version>
41+
<version>2024.1-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.junit.jupiter</groupId>

contribs/accessibility/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.matsim</groupId>
44
<artifactId>contrib</artifactId>
5-
<version>24.1-SNAPSHOT</version>
5+
<version>2024.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.matsim.contrib</groupId>
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>org.matsim.contrib</groupId>
3939
<artifactId>matrixbasedptrouter</artifactId>
40-
<version>24.1-SNAPSHOT</version>
40+
<version>2024.1-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.matsim.contrib</groupId>
4444
<artifactId>roadpricing</artifactId>
45-
<version>24.1-SNAPSHOT</version>
45+
<version>2024.1-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>net.sf.trove4j</groupId>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.matsim.contrib</groupId>
7272
<artifactId>analysis</artifactId>
73-
<version>24.1-SNAPSHOT</version>
73+
<version>2024.1-SNAPSHOT</version>
7474
</dependency>
7575
<!-- <dependency>-->
7676
<!-- <groupId>org.matsim.contrib</groupId>-->

contribs/accidents/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.matsim</groupId>
55
<artifactId>contrib</artifactId>
6-
<version>24.1-SNAPSHOT</version>
6+
<version>2024.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.matsim.contrib</groupId>

contribs/analysis/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.matsim</groupId>
55
<artifactId>contrib</artifactId>
6-
<version>24.1-SNAPSHOT</version>
6+
<version>2024.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.matsim.contrib</groupId>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>org.matsim.contrib</groupId>
1515
<artifactId>roadpricing</artifactId>
16-
<version>24.1-SNAPSHOT</version>
16+
<version>2024.1-SNAPSHOT</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.osgeo</groupId>

contribs/application/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.matsim</groupId>
55
<artifactId>contrib</artifactId>
6-
<version>24.1-SNAPSHOT</version>
6+
<version>2024.1-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -30,37 +30,37 @@
3030
<dependency>
3131
<groupId>org.matsim.contrib</groupId>
3232
<artifactId>otfvis</artifactId>
33-
<version>24.1-SNAPSHOT</version>
33+
<version>2024.1-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.matsim.contrib</groupId>
3737
<artifactId>osm</artifactId>
38-
<version>24.1-SNAPSHOT</version>
38+
<version>2024.1-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.matsim.contrib</groupId>
4242
<artifactId>sumo</artifactId>
43-
<version>24.1-SNAPSHOT</version>
43+
<version>2024.1-SNAPSHOT</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.matsim.contrib</groupId>
4747
<artifactId>analysis</artifactId>
48-
<version>24.1-SNAPSHOT</version>
48+
<version>2024.1-SNAPSHOT</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.matsim.contrib</groupId>
5252
<artifactId>emissions</artifactId>
53-
<version>24.1-SNAPSHOT</version>
53+
<version>2024.1-SNAPSHOT</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.matsim.contrib</groupId>
5757
<artifactId>noise</artifactId>
58-
<version>24.1-SNAPSHOT</version>
58+
<version>2024.1-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.matsim.contrib</groupId>
6262
<artifactId>freight</artifactId>
63-
<version>24.1-SNAPSHOT</version>
63+
<version>2024.1-SNAPSHOT</version>
6464
<exclusions>
6565
<!-- Logging levels are all messed up without this exclusion -->
6666
<exclusion>

contribs/av/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.matsim</groupId>
55
<artifactId>contrib</artifactId>
6-
<version>24.1-SNAPSHOT</version>
6+
<version>2024.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.matsim.contrib</groupId>
@@ -16,19 +16,19 @@
1616
<dependency>
1717
<groupId>org.matsim.contrib</groupId>
1818
<artifactId>dvrp</artifactId>
19-
<version>24.1-SNAPSHOT</version>
19+
<version>2024.1-SNAPSHOT</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.matsim.contrib</groupId>
2424
<artifactId>taxi</artifactId>
25-
<version>24.1-SNAPSHOT</version>
25+
<version>2024.1-SNAPSHOT</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.matsim.contrib</groupId>
3030
<artifactId>drt</artifactId>
31-
<version>24.1-SNAPSHOT</version>
31+
<version>2024.1-SNAPSHOT</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
</dependencies>

contribs/bicycle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.matsim</groupId>
44
<artifactId>contrib</artifactId>
5-
<version>24.1-SNAPSHOT</version>
5+
<version>2024.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.matsim.contrib</groupId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.matsim.contrib</groupId>
2525
<artifactId>osm</artifactId>
26-
<version>24.1-SNAPSHOT</version>
26+
<version>2024.1-SNAPSHOT</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
</dependencies>

contribs/cadytsIntegration/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.matsim</groupId>
44
<artifactId>contrib</artifactId>
5-
<version>24.1-SNAPSHOT</version>
5+
<version>2024.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.matsim.contrib</groupId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.matsim.contrib</groupId>
1919
<artifactId>analysis</artifactId>
20-
<version>24.1-SNAPSHOT</version>
20+
<version>2024.1-SNAPSHOT</version>
2121
</dependency>
2222
</dependencies>
2323
<inceptionYear>2012</inceptionYear>

contribs/carsharing/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.matsim</groupId>
44
<artifactId>contrib</artifactId>
5-
<version>24.1-SNAPSHOT</version>
5+
<version>2024.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.matsim.contrib</groupId>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.matsim.contrib</groupId>
1414
<artifactId>dvrp</artifactId>
15-
<version>24.1-SNAPSHOT</version>
15+
<version>2024.1-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
</project>

contribs/commercialTrafficApplications/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.matsim</groupId>
44
<artifactId>contrib</artifactId>
5-
<version>24.1-SNAPSHOT</version>
5+
<version>2024.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.matsim.contrib</groupId>
@@ -14,13 +14,13 @@
1414
<dependency>
1515
<groupId>org.matsim.contrib</groupId>
1616
<artifactId>freight</artifactId>
17-
<version>24.1-SNAPSHOT</version>
17+
<version>2024.1-SNAPSHOT</version>
1818
</dependency>
1919

2020
<dependency>
2121
<groupId>org.matsim.contrib</groupId>
2222
<artifactId>drt</artifactId>
23-
<version>24.1-SNAPSHOT</version>
23+
<version>2024.1-SNAPSHOT</version>
2424
</dependency>
2525

2626
</dependencies>

contribs/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.matsim</groupId>
55
<artifactId>contrib</artifactId>
6-
<version>24.1-SNAPSHOT</version>
6+
<version>2024.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.matsim.contrib</groupId>

contribs/decongestion/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.matsim</groupId>
44
<artifactId>contrib</artifactId>
5-
<version>24.1-SNAPSHOT</version>
5+
<version>2024.1-SNAPSHOT</version>
66
</parent>
77
<dependencies>
88
<dependency>

contribs/discrete_mode_choice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.matsim</groupId>
1111
<artifactId>contrib</artifactId>
12-
<version>24.1-SNAPSHOT</version>
12+
<version>2024.1-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

contribs/drt-extensions/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.matsim</groupId>
66
<artifactId>contrib</artifactId>
7-
<version>24.1-SNAPSHOT</version>
7+
<version>2024.1-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.matsim.contrib</groupId>
@@ -15,25 +15,25 @@
1515
<dependency>
1616
<groupId>org.matsim.contrib</groupId>
1717
<artifactId>drt</artifactId>
18-
<version>24.1-SNAPSHOT</version>
18+
<version>2024.1-SNAPSHOT</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>org.matsim.contrib</groupId>
2323
<artifactId>ev</artifactId>
24-
<version>24.1-SNAPSHOT</version>
24+
<version>2024.1-SNAPSHOT</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>org.matsim.contrib</groupId>
2929
<artifactId>informed-mode-choice</artifactId>
30-
<version>24.1-SNAPSHOT</version>
30+
<version>2024.1-SNAPSHOT</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>org.matsim.contrib</groupId>
3535
<artifactId>simwrapper</artifactId>
36-
<version>24.1-SNAPSHOT</version>
36+
<version>2024.1-SNAPSHOT</version>
3737
</dependency>
3838

3939
<dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.matsim.contrib</groupId>
4747
<artifactId>vsp</artifactId>
48-
<version>24.1-SNAPSHOT</version>
48+
<version>2024.1-SNAPSHOT</version>
4949
<scope>test</scope>
5050
</dependency>
5151

contribs/drt/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.matsim</groupId>
66
<artifactId>contrib</artifactId>
7-
<version>24.1-SNAPSHOT</version>
7+
<version>2024.1-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.matsim.contrib</groupId>
@@ -15,19 +15,19 @@
1515
<dependency>
1616
<groupId>org.matsim.contrib</groupId>
1717
<artifactId>dvrp</artifactId>
18-
<version>24.1-SNAPSHOT</version>
18+
<version>2024.1-SNAPSHOT</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>org.matsim.contrib</groupId>
2323
<artifactId>otfvis</artifactId>
24-
<version>24.1-SNAPSHOT</version>
24+
<version>2024.1-SNAPSHOT</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>org.matsim.contrib</groupId>
2929
<artifactId>common</artifactId>
30-
<version>24.1-SNAPSHOT</version>
30+
<version>2024.1-SNAPSHOT</version>
3131
</dependency>
3232

3333
<dependency>

contribs/dvrp/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.matsim</groupId>
66
<artifactId>contrib</artifactId>
7-
<version>24.1-SNAPSHOT</version>
7+
<version>2024.1-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.matsim.contrib</groupId>
@@ -24,17 +24,17 @@
2424
<dependency>
2525
<groupId>org.matsim.contrib</groupId>
2626
<artifactId>otfvis</artifactId>
27-
<version>24.1-SNAPSHOT</version>
27+
<version>2024.1-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.matsim.contrib</groupId>
3131
<artifactId>common</artifactId>
32-
<version>24.1-SNAPSHOT</version>
32+
<version>2024.1-SNAPSHOT</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.matsim.contrib</groupId>
3636
<artifactId>ev</artifactId>
37-
<version>24.1-SNAPSHOT</version>
37+
<version>2024.1-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)