Skip to content

Commit

Permalink
build(maven): change POM version number to 3.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
semantic-release expects the snapshot version to be no more than one patch version greater than the
latest tagged released found in git
  • Loading branch information
landonreed committed Aug 29, 2018
1 parent e960818 commit 4069ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.conveyal</groupId>
<artifactId>gtfs-lib</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit 4069ccd

Please sign in to comment.