Skip to content

Commit

Permalink
Merge pull request #198 from ajkannan/fix-joda-version
Browse files Browse the repository at this point in the history
Fix joda-time version
  • Loading branch information
aozarov committed Oct 1, 2015
2 parents a6a2898 + 88a1031 commit f004c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>RELEASE</version>
<version>2.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f004c1f

Please sign in to comment.