diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2015-10-25 13:07:59 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2015-10-25 13:18:57 -0400 |
commit | 602f5aacaea071d2d64a550b19de8b6b3e4a1440 (patch) | |
tree | 23f103164e4752d52805f53ac1473ee19396cad9 /sangria-lazy | |
parent | 87b915de78717879bf3e77b45deafd0fb8ff0419 (diff) | |
download | sangria-602f5aacaea071d2d64a550b19de8b6b3e4a1440.tar.xz |
Bump the version to 1.3.1.release-1.3
Diffstat (limited to 'sangria-lazy')
-rw-r--r-- | sangria-lazy/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sangria-lazy/pom.xml b/sangria-lazy/pom.xml index ed65a96..9b11689 100644 --- a/sangria-lazy/pom.xml +++ b/sangria-lazy/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> </parent> <artifactId>sangria-lazy</artifactId> |