Skip to content

Commit

Permalink
Merge pull request #33 from pjreed/27/only-read-complete-bags
Browse files Browse the repository at this point in the history
Fixing an issue that would cause the DB to fail to read bag messages
  • Loading branch information
pjreed authored Jun 20, 2016
2 parents 22b64f1 + dcfe24c commit 66392de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

2.3-SNAPSHOT

- Updating the bag reader library to 1.5 to handle errors better
- Using Liquibase to handle database versioning and migration
- Using spatial columns for storing data for bags and their positions
- Dropping MySQL support
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<dependency>
<groupId>com.github.swri-robotics</groupId>
<artifactId>bag-reader-java</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 66392de

Please sign in to comment.