Skip to content

Commit

Permalink
Create release 3.3.2 from latest release development branch (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 31, 2024
1 parent 9fefe43 commit ff67410
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ant-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: 'The version name of the binaries'
type: string
required: false
default: HDFView-3.3.99
default: HDFView-3.3.2
file_base:
description: "The common base name of the source tarballs"
required: true
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'hdf5-1.14.4'
version: 'releases/tag/hdf5_1.14.4.3'
file: '${{ inputs.use_hdf5 }}-win-vs2022_cl.zip'
if: ${{ (inputs.use_environ == 'release') }}

Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'hdf5-1.14.4'
version: 'releases/tag/hdf5_1.14.4.3'
file: '${{ inputs.use_hdf5 }}-ubuntu-2204_gcc.tar.gz'
if: ${{ (inputs.use_environ == 'release') }}

Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'hdf5-1.14.4'
version: 'releases/tag/hdf5_1.14.4.3'
file: '${{ inputs.use_hdf5 }}-osx.tar.gz'
if: ${{ (inputs.use_environ == 'release') }}

Expand All @@ -500,7 +500,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'hdf5-1.14.4'
version: 'releases/tag/hdf5_1.14.4.3'
file: '${{ inputs.use_hdf5 }}-osx12.tar.gz'
if: ${{ (inputs.use_environ == 'release') }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: 'The version name of the binaries'
type: string
required: false
default: HDFView-3.3.99
default: HDFView-3.3.2
file_base:
description: "The common base name of the source tarballs"
required: true
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'hdf5-1.14.4'
version: 'releases/tag/hdf5_1.14.4.3'
file: '${{ inputs.use_hdf5 }}-win-vs2022_cl.zip'
if: ${{ (inputs.use_environ == 'release') }}

Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'hdf5-1.14.4'
version: 'releases/tag/hdf5_1.14.4.3'
file: '${{ inputs.use_hdf5 }}-ubuntu-2204_gcc.tar.gz'
if: ${{ (inputs.use_environ == 'release') }}

Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'hdf5-1.14.4'
version: 'releases/tag/hdf5_1.14.4.3'
file: '${{ inputs.use_hdf5 }}-osx.tar.gz'
if: ${{ (inputs.use_environ == 'release') }}

Expand All @@ -500,7 +500,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'hdf5-1.14.4'
version: 'releases/tag/hdf5_1.14.4.3'
file: '${{ inputs.use_hdf5 }}-osx12.tar.gz'
if: ${{ (inputs.use_environ == 'release') }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Get hdfview release base name
uses: dsaltares/fetch-gh-release-asset@master
with:
version: 'tags/HDFView-3.3.99'
version: 'tags/HDFView-3.3.2'
file: 'last-file.txt'

- name: Read base-name file
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: ./.github/workflows/remove-files.yml
with:
file_base: ${{ needs.get-base-names.outputs.hdfview-name }}
use_tag: HDFView-3.3.99
use_tag: HDFView-3.3.2
use_environ: snapshots
if: ${{ ((needs.call-workflow-tarball.outputs.has_changes == 'true') || (needs.get-base-names.outputs.run-ignore == 'ignore')) }}

2 changes: 1 addition & 1 deletion .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: 'Release version tag'
type: string
required: false
default: HDFView-3.3.99
default: HDFView-3.3.2
use_environ:
description: 'Environment to locate files'
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: 'HDF5 Release version tag'
type: string
required: false
default: snapshot-1.14
default: hdf5_1.14.4.3'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: 'Release version tag'
type: string
required: false
default: HDFView-3.3.99
default: HDFView-3.3.2
use_environ:
description: 'Environment to locate files'
type: string
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=HDFView-3.3.99
VERSION=HDFView-3.3.2
2 changes: 1 addition & 1 deletion docs/Build_HDFView.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ From the top HDFView source code directory run: /<path to ANT executable>/ant ru
From the top HDFView source code directory run: /<path to ANT executable>/ant binaryPackage

Go into the build/dist directory that gets created to find the HDFView distribution.
For example, HDFView-3.3.99-Linux_64.tar.gz.
For example, HDFView-3.3.2-Linux_64.tar.gz.

Uncompress the HDFView binary and bring up HDFView by executing the bin/HDFView command.

2 changes: 1 addition & 1 deletion docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The current HDFView products can be downloaded at:

HDF Libraries
=============================================================================
This release was built and tested with HDF 4.3.x and HDF5 1.14.x.
This release was built and tested with HDF 4.3.0 and HDF5 1.14.4.


JDK
Expand Down
2 changes: 1 addition & 1 deletion docs/WorkingDirectory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following locations are involved in where the working directory for a file s
A. The initial working directory as described above.
B. The directory used to load a file specified as an argument on the command line invocation of HDFView.
java ... hdf.view.HDFView startDir=some_location "ARGS"
C. A location saved in the HDFView property file, .hdfview3.3.99 in the user home directory.
C. A location saved in the HDFView property file, .hdfview3.3.2 in the user home directory.
work.dir=dir_path
This is property is only set by using the "User Options" dialog.
D. The last directory used to load a file using the HDFView file search dialog.
Expand Down
16 changes: 8 additions & 8 deletions lib/macosx/distribution.plist
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
<pkg-ref id="org.hdfgroup.HDFView-3.3.99"/>
<product id="org.hdfgroup.HDFView-3.3.99" version="3.3.99"/>
<title>HDFView-3.3.99</title>
<pkg-ref id="org.hdfgroup.HDFView-3.3.2"/>
<product id="org.hdfgroup.HDFView-3.3.2" version="3.3.2"/>
<title>HDFView-3.3.2</title>
<options customize="never" require-scripts="false" hostArchitectures="x86_64"/>
<choices-outline>
<line choice="default">
<line choice="org.hdfgroup.HDFView-3.3.99"/>
<line choice="org.hdfgroup.HDFView-3.3.2"/>
</line>
</choices-outline>
<choice id="default" title="HDFView-3.3.99" versStr="3.3.99"/>
<choice id="org.hdfgroup.HDFView-3.3.99" title="HDFView-3.3.99" visible="false">
<pkg-ref id="org.hdfgroup.HDFView-3.3.99"/>
<choice id="default" title="HDFView-3.3.2" versStr="3.3.2"/>
<choice id="org.hdfgroup.HDFView-3.3.2" title="HDFView-3.3.2" visible="false">
<pkg-ref id="org.hdfgroup.HDFView-3.3.2"/>
</choice>
<pkg-ref id="org.hdfgroup.HDFView-3.3.99" version="3.3.99" onConclusion="none">org.hdfgroup.HDFView-3.3.99.pkg</pkg-ref>
<pkg-ref id="org.hdfgroup.HDFView-3.3.2" version="3.3.2" onConclusion="none">org.hdfgroup.HDFView-3.3.2.pkg</pkg-ref>
</installer-gui-script>
4 changes: 2 additions & 2 deletions package_files/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.3.99</string>
<string>3.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>CFBundleVersion</key>
<string>3.3.99</string>
<string>3.3.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2006 by The HDF Group</string>
<key>NSHighResolutionCapable</key>
Expand Down

0 comments on commit ff67410

Please sign in to comment.