Skip to content

Commit 287095e

Browse files
Merge branch 'v2.7.10-rc' into 'master'
Update to v2.7.10 See merge request ghsc/hazdev/pdl!148
2 parents 32b6370 + 5e8e330 commit 287095e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

code.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Product Distribution Layer",
44
"organization": "U.S. Geological Survey",
55
"description": "Distribution system used for derived earthquake information",
6-
"version": "v2.7.9",
6+
"version": "v2.7.10",
77
"status": "Production",
88
"permissions": {
99
"usageType": "openSource",
@@ -27,7 +27,7 @@
2727
"email": "jmfee@usgs.gov"
2828
},
2929
"date": {
30-
"metadataLastUpdated": "2021-02-10"
30+
"metadataLastUpdated": "2021-06-21"
3131
}
3232
}
3333
]

src/main/java/gov/usgs/earthquake/distribution/ProductClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class ProductClient extends DefaultConfigurable implements
6464
ProductClientMBean, Bootstrappable {
6565

6666
/** The "release" version number. */
67-
public static final String RELEASE_VERSION = "Version 2.7.9 2021-02-10";
67+
public static final String RELEASE_VERSION = "Version 2.7.10 2021-06-21";
6868

6969
/** Property name used on products for current RELEASE_VERSION. */
7070
public static final String PDL_CLIENT_VERSION_PROPERTY = "pdl-client-version";

src/main/java/gov/usgs/util/FutureExecutorTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class FutureExecutorTask<T> extends ExecutorTask<T> {
3737
* Construct a new ExecutorTask
3838
*
3939
* @param backgroundService
40-
* ExecutorService used to execute callableÍ
40+
* ExecutorService used to execute callable.
4141
* @param service
4242
* ExecutorService that this task will be submitted to.
4343
* @param maxTries

0 commit comments

Comments
 (0)