Skip to content

Commit

Permalink
version 0.1.5 and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
laidig committed Jan 27, 2017
1 parent 9d07e26 commit 51a787a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ The Google TransitFeed-based [validator](https://github.com/google/transitfeed/b

This validator uses the [Onebusaway-GTFS](https://github.com/OneBusAway/onebusaway-gtfs-modules) library, written in Java and is far faster at processing large feeds.

How is this different than Conveyal's branch?
=============
This project originated at Conveyal. This fork includes a number of updates and improvements, namely:
* Requiring Java 8
* Updated dependencies to currently supported versions
* Minor bug fixes and light refactoring
* More testing
* Continuous Integration via Travis, and
* A number of additional validations

Using this framework
==============
Expand Down
4 changes: 2 additions & 2 deletions gtfs-validation-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>gtfs-validator</artifactId>
<groupId>com.conveyal</groupId>
<version>0.1.4</version>
<version>0.1.5</version>
</parent>
<groupId>com.conveyal</groupId>
<artifactId>gtfs-validation-lib</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<description>A Java framework for GTFS validation and statistics</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gtfs-validator-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.conveyal</groupId>
<artifactId>gtfs-validation-lib</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
</dependency>
<dependency>
<groupId>org.onebusaway</groupId>
Expand Down

0 comments on commit 51a787a

Please sign in to comment.