File tree Expand file tree Collapse file tree
main/java/us/kbase/groups/service/api
test/java/us/kbase/test/groups/service/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# KBase Groups Service release notes
22
3- ## 0.1.8
3+ ## 0.1.7
44
55* The MongoDB clients have been updated to the most recent version.
66* Added the `` mongo-retrywrites `` configuration setting in `` deploy.cfg `` , defaulting to
77 `` false `` .
8-
9- ## 0.1.7
10-
118* The build tool has been switched from Ant to Gradle.
129
1310## 0.1.6
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class Root {
2626 //TODO ZLATER ROOT add configurable contact email or link
2727 //TODO ZLATER swagger
2828
29- private static final String VERSION = "0.1.8 " ;
29+ private static final String VERSION = "0.1.7 " ;
3030 private static final String SERVER_NAME = "Groups service" ;
3131
3232 /** Return the root information.
Original file line number Diff line number Diff line change 1717
1818public class RootTest {
1919
20- public static final String SERVER_VER = "0.1.8 " ;
20+ public static final String SERVER_VER = "0.1.7 " ;
2121 private static final String GIT_ERR =
2222 "Missing git commit file gitcommit, should be in us.kbase.groups" ;
2323
You can’t perform that action at this time.
0 commit comments