Skip to content

Commit

Permalink
preparing for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonabrown committed Feb 4, 2017
1 parent 2e15ff1 commit 26a89f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gtfs-validation-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>gtfs-validator</artifactId>
<groupId>com.conveyal</groupId>
<version>0.1.6</version>
<version>0.1.7-SNAPSHOT</version>
</parent>
<groupId>com.conveyal</groupId>
<artifactId>gtfs-validation-lib</artifactId>
<version>0.1.6</version>
<version>0.1.7-SNAPSHOT</version>
<description>A Java framework for GTFS validation and statistics</description>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions gtfs-validator-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>gtfs-validator</artifactId>
<groupId>com.conveyal</groupId>
<version>0.1.6</version>
<version>0.1.7-SNAPSHOT</version>
</parent>
<groupId>com.conveyal</groupId>
<artifactId>gtfs-validator-json</artifactId>
<version>0.1.6</version>
<version>0.1.7-SNAPSHOT</version>
<name>gtfs-validator-json</name>
<url>http://conveyal.com</url>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.conveyal</groupId>
<artifactId>gtfs-validation-lib</artifactId>
<version>0.1.6</version>
<version>0.1.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onebusaway</groupId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.conveyal</groupId>
<artifactId>gtfs-validator</artifactId>
<version>0.1.6</version>
<version>0.1.7-SNAPSHOT</version>
<packaging>pom</packaging>

<repositories>
Expand Down Expand Up @@ -44,7 +44,6 @@
<connection>scm:git:[email protected]:conveyal/gtfs-validator.git</connection>
<developerConnection>scm:git:[email protected]:conveyal/gtfs-validator.git</developerConnection>
<url>scm:git:[email protected]:conveyal/gtfs-validator</url>
<tag>gtfs-validator-0.1.6</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 26a89f7

Please sign in to comment.