Skip to content

Commit

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

See merge request ghsc/hazdev/pdl!139
  • Loading branch information
jmfee-usgs committed Feb 10, 2021
2 parents b5eaece + 93f1f1b commit 36b6a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7",
"version": "v2.7.8",
"status": "Production",
"permissions": {
"usageType": "openSource",
Expand All @@ -27,7 +27,7 @@
"email": "jmfee@usgs.gov"
},
"date": {
"metadataLastUpdated": "2021-01-15"
"metadataLastUpdated": "2021-02-10"
}
}
]
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.7 2021-01-15";
public static final String RELEASE_VERSION = "Version 2.7.8 2021-02-10";

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

0 comments on commit 36b6a50

Please sign in to comment.