File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
main/java/org/entur/gbfs/validation/validator/versions
test/resources/fixtures/v3.0-RC Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4646 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4747 <jdk .version>11</jdk .version>
4848
49- <gbfsGithubUrl >https://github.com/entur/gbfs-json-schema/archive/refs/tags/v3.0-RC .zip</gbfsGithubUrl >
50- <schemaVersion >3.0-RC </schemaVersion >
49+ <gbfsGithubUrl >https://github.com/entur/gbfs-json-schema/archive/refs/tags/v3.0-RC2 .zip</gbfsGithubUrl >
50+ <schemaVersion >3.0-RC2 </schemaVersion >
5151
5252 <everit-json-schema .version>1.14.2</everit-json-schema .version>
5353 <slf4j .version>1.7.36</slf4j .version>
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public static Version createVersion(String version) {
3535 return new Version22 ();
3636 case "2.3" :
3737 return new Version23 ();
38+ case "3.0" :
3839 case "3.0-RC" :
3940 return new Version30_RC ();
4041 default :
Original file line number Diff line number Diff line change 11{
22 "last_updated" : 1640887163 ,
33 "ttl" : 0 ,
4- "version" : " 3.0-RC " ,
4+ "version" : " 3.0" ,
55 "data" : {
66 "feeds" : [
77 {
You can’t perform that action at this time.
0 commit comments