diff --git a/VERSION b/VERSION index c93ab31b..e3a4f193 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0-SNAPSHOT \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index c058882d..64c94f10 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ application { } group = "edu.sc.seis" -version = "2.2.0-SNAPSHOT" +version = "2.2.0" java { sourceCompatibility = JavaVersion.VERSION_11 diff --git a/docs/datalinkclient.html b/docs/datalinkclient.html index eda37768..88eaada8 100644 --- a/docs/datalinkclient.html +++ b/docs/datalinkclient.html @@ -585,7 +585,7 @@
mseed3 [-vV] [--2to3] [--data] [--help] [--max=<maxRecords>] [-o=<outputFile>] - [--quakeml=<quakemlFile>] [-r=<sourceIdPattern>] [--staxml=<staxmlFile>] - [<inputFileList>…]
+mseed3 [-vV] [--2to3] [--data] [--help] [--sacto3] [--max=<maxRecords>] + [-o=<outputFile>] [--quakeml=<quakemlFile>] [-r=<sourceIdPattern>] + [--staxml=<staxmlFile>] [<inputFileList>…]
regular expression of sourceids to search
convert SAC to miniseed3
+Set standard extra headers for station from stationxml file
@@ -638,7 +642,7 @@