File tree 3 files changed +8
-2
lines changed
test/java/us/kbase/test/auth2/service/common
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Authentication Service MKII release notes
2
2
3
+ ## 0.7.0
4
+
5
+ * BACKWARDS INCOMPATIBILITY - the auth server now logs to stdout vs. syslog.
6
+ * The the ` fatTestJar ` Gradle task has been replaced with the ` shadowJar ` task, which builds
7
+ a shadowed version of the test fat jar.
8
+
3
9
## 0.6.1
4
10
5
11
* Gradle has replaced Ant as the build tool. As a consequence, all the built artifacts
Original file line number Diff line number Diff line change 5
5
public class Version {
6
6
7
7
/** The version of the KBase Auth2 service. */
8
- public static final String VERSION = "0.6.1 " ;
8
+ public static final String VERSION = "0.7.0 " ;
9
9
10
10
}
Original file line number Diff line number Diff line change 47
47
public class ServiceCommonTest {
48
48
49
49
public static final String SERVICE_NAME = "Authentication Service" ;
50
- public static final String SERVER_VER = "0.6.1 " ;
50
+ public static final String SERVER_VER = "0.7.0 " ;
51
51
public static final String GIT_ERR =
52
52
"Missing git commit file gitcommit, should be in us.kbase.auth2" ;
53
53
You can’t perform that action at this time.
0 commit comments