Skip to content

Commit 0ecca48

Browse files
authored
Merge pull request #397 from kbase/dev-fix_release
Merge the 0.1.8 changes into 0.1.7
2 parents ff5bc82 + b0f6cfd commit 0ecca48

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
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

src/main/java/us/kbase/groups/service/api/Root.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/test/java/us/kbase/test/groups/service/api/RootTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public 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

0 commit comments

Comments
 (0)