Skip to content

Commit

Permalink
Merge pull request #397 from kbase/dev-fix_release
Browse files Browse the repository at this point in the history
Merge the 0.1.8 changes into 0.1.7
  • Loading branch information
Xiangs18 authored Nov 21, 2024
2 parents ff5bc82 + b0f6cfd commit 0ecca48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# KBase Groups Service release notes

## 0.1.8
## 0.1.7

* The MongoDB clients have been updated to the most recent version.
* Added the ``mongo-retrywrites`` configuration setting in ``deploy.cfg``, defaulting to
``false``.

## 0.1.7

* The build tool has been switched from Ant to Gradle.

## 0.1.6
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/us/kbase/groups/service/api/Root.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Root {
//TODO ZLATER ROOT add configurable contact email or link
//TODO ZLATER swagger

private static final String VERSION = "0.1.8";
private static final String VERSION = "0.1.7";
private static final String SERVER_NAME = "Groups service";

/** Return the root information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class RootTest {

public static final String SERVER_VER = "0.1.8";
public static final String SERVER_VER = "0.1.7";
private static final String GIT_ERR =
"Missing git commit file gitcommit, should be in us.kbase.groups";

Expand Down

0 comments on commit 0ecca48

Please sign in to comment.