Skip to content

Commit 3cb5fcd

Browse files
committed
Update to v2.7.10
1 parent 32b6370 commit 3cb5fcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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";

0 commit comments

Comments
 (0)