File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,3 +4,9 @@ Microscopic Transportation Orchestrator
44Please see [ the wiki] ( https://wiki.tum.de/display/msmmodels/MITO ) for documentation.
55
66[ ![ Build Status] ( https://travis-ci.org/msmobility/mito.svg?branch=master )] ( https://travis-ci.org/msmobility/mito )
7+ [ ![ Hosted By: Cloudsmith] ( https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=for-the-badge )] ( https://cloudsmith.com )
8+
9+ Package repository hosting is graciously provided by [ Cloudsmith] ( https://cloudsmith.com ) .
10+ Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that
11+ enables your organization to create, store and share packages in any format, to any place, with total
12+ confidence.
Original file line number Diff line number Diff line change 1010 <description >Microscopic Transportation Orchestrator</description >
1111 <url >mito.zone</url >
1212 <inceptionYear >2015</inceptionYear >
13+
1314 <licenses >
1415 <license >
1516 <name >GNU General Public License</name >
1617 <url >${basedir} /LICENSE</url >
1718 </license >
1819 </licenses >
20+
1921 <scm >
2022 <url >https://github.com/msmobility/mito</url >
2123 <connection >scm:git:git://github.com/msmobility/mito.git</connection >
2224 <developerConnection >scm:git:git@github.com:msmobility/mito.git</developerConnection >
2325 </scm >
26+
27+ <distributionManagement >
28+ <snapshotRepository >
29+ <id >msm</id >
30+ <url >https://maven.cloudsmith.io/msmobility/msm/</url >
31+ </snapshotRepository >
32+ <repository >
33+ <id >msm-snapshots</id >
34+ <url >https://maven.cloudsmith.io/msmobility/msm/</url >
35+ </repository >
36+ </distributionManagement >
37+
2438 <repositories >
2539 <repository >
26- <id >matsim</id >
27- <url >http://dl.bintray.com/matsim/matsim</url >
40+ <id >msm</id >
41+ <url >https://dl.cloudsmith.io/public/msmobility/msm/maven/</url >
42+ <releases >
43+ <enabled >true</enabled >
44+ <updatePolicy >always</updatePolicy >
45+ </releases >
46+ <snapshots >
47+ <enabled >true</enabled >
48+ <updatePolicy >always</updatePolicy >
49+ </snapshots >
2850 </repository >
2951 <repository >
30- <id >bintray-msmobility-maven</id >
31- <name >bintray</name >
32- <url >http://dl.bintray.com/msmobility/maven</url >
52+ <id >matsim</id >
53+ <url >https://repo.matsim.org/repository/matsim</url >
3354 </repository >
3455 <repository >
3556 <id >oss-jfrog-artifactory</id >
4263 <url >http://download.java.net/maven/2</url >
4364 </repository >
4465 </repositories >
66+
4567 <build >
4668 <plugins >
4769 <plugin >
You can’t perform that action at this time.
0 commit comments