|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <parent> |
6 | | - <groupId>org.entur.gbfs</groupId> |
| 6 | + <groupId>org.mobilitydata</groupId> |
7 | 7 | <artifactId>gbfs-validator-java-parent</artifactId> |
8 | | - <version>2.0.67-SNAPSHOT</version> |
| 8 | + <version>2.0.67</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <artifactId>gbfs-validator-java-api</artifactId> |
|
14 | 14 | <url>https://github.com/entur/gbfs-validator-java</url> |
15 | 15 | <licenses> |
16 | 16 | <license> |
17 | | - <name>EUPL-1.2 with modifications</name> |
| 17 | + <name>Apache License, Version 2.0</name> |
18 | 18 | <url>https://joinup.ec.europa.eu/software/page/eupl</url> |
19 | 19 | <distribution>repo</distribution> |
20 | 20 | </license> |
21 | 21 | </licenses> |
22 | 22 | <developers> |
| 23 | + <developer> |
| 24 | + <name>MobilityData</name> |
| 25 | + <email>developers@mobilitydata.org</email> |
| 26 | + <organization>MobilityData</organization> |
| 27 | + <organizationUrl>https://mobilitydata.org/</organizationUrl> |
| 28 | + </developer> |
23 | 29 | <developer> |
24 | 30 | <name>Tom Erik Støwer</name> |
25 | 31 | <email>tom.erik.stower@entur.org</email> |
|
28 | 34 | </developer> |
29 | 35 | </developers> |
30 | 36 | <scm> |
31 | | - <connection>scm:git:ssh://git@github.com/entur/gbfs-validator-java.git</connection> |
32 | | - <developerConnection>scm:git:ssh://git@github.com/entur/gbfs-validator-java.git</developerConnection> |
33 | | - <url>https://github.com/entur/gbfs-validator-java/tree/master</url> |
| 37 | + <connection>scm:git:ssh://git@github.com/MobilityData/gbfs-validator-java.git</connection> |
| 38 | + <developerConnection>scm:git:ssh://git@github.com/MobilityData/gbfs-validator-java.git</developerConnection> |
| 39 | + <url>https://github.com/MobilityData/gbfs-validator-java.git</url> |
34 | 40 | <tag>HEAD</tag> |
35 | 41 | </scm> |
36 | 42 | <properties> |
|
126 | 132 | </dependency> |
127 | 133 |
|
128 | 134 | <dependency> |
129 | | - <groupId>org.entur.gbfs</groupId> |
| 135 | + <groupId>org.mobilitydata</groupId> |
130 | 136 | <artifactId>gbfs-validator-java-loader</artifactId> |
131 | | - <version>2.0.67-SNAPSHOT</version> |
| 137 | + <version>2.0.67</version> |
132 | 138 | </dependency> |
133 | 139 |
|
134 | 140 | <dependency> |
135 | | - <groupId>org.entur.gbfs</groupId> |
| 141 | + <groupId>org.mobilitydata</groupId> |
136 | 142 | <artifactId>gbfs-validator-java</artifactId> |
137 | | - <version>2.0.67-SNAPSHOT</version> |
| 143 | + <version>2.0.67</version> |
138 | 144 | </dependency> |
139 | 145 | <dependency> |
140 | 146 | <groupId>com.google.guava</groupId> |
|
0 commit comments