Skip to content

Commit

Permalink
Merge branch 'v2.7.10-rc' into 'master'
Browse files Browse the repository at this point in the history
Update to v2.7.10

See merge request ghsc/hazdev/pdl!148
  • Loading branch information
emartinez-usgs committed Jun 22, 2021
2 parents 32b6370 + 5e8e330 commit 287095e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Product Distribution Layer",
"organization": "U.S. Geological Survey",
"description": "Distribution system used for derived earthquake information",
"version": "v2.7.9",
"version": "v2.7.10",
"status": "Production",
"permissions": {
"usageType": "openSource",
Expand All @@ -27,7 +27,7 @@
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2021-02-10"
"metadataLastUpdated": "2021-06-21"
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class ProductClient extends DefaultConfigurable implements
ProductClientMBean, Bootstrappable {

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

/** Property name used on products for current RELEASE_VERSION. */
public static final String PDL_CLIENT_VERSION_PROPERTY = "pdl-client-version";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gov/usgs/util/FutureExecutorTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class FutureExecutorTask<T> extends ExecutorTask<T> {
* Construct a new ExecutorTask
*
* @param backgroundService
* ExecutorService used to execute callableÍ
* ExecutorService used to execute callable.
* @param service
* ExecutorService that this task will be submitted to.
* @param maxTries
Expand Down

0 comments on commit 287095e

Please sign in to comment.