diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2015-05-08 20:39:21 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2015-05-08 20:39:21 -0400 |
commit | 3f8c512ad3cda5b5130fa204f8e0b6afa0ee403e (patch) | |
tree | 5f1127f8e36164b85daf9fbf15d627cc659a9d70 /sangria-test/pom.xml | |
parent | e6abcbca2da316f1d0c40a08313e477ad7cd399a (diff) | |
download | sangria-3f8c512ad3cda5b5130fa204f8e0b6afa0ee403e.tar.xz |
Bump the version to 1.3.1.3
Diffstat (limited to 'sangria-test/pom.xml')
-rw-r--r-- | sangria-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sangria-test/pom.xml b/sangria-test/pom.xml index 4ee89c3..f10e8de 100644 --- a/sangria-test/pom.xml +++ b/sangria-test/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.tavianator.sangria</groupId> <artifactId>sangria</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> </parent> <artifactId>sangria-test</artifactId> |