Skip to content
Snippets Groups Projects
Unverified Commit 2e5c3bec authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

8.3 release prep (#5593)

* 8.3 release prep

* Fixed version in Cmakelists

* Fixed version and missing slash in code.json
parent 1d31047d
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ release. ...@@ -35,6 +35,8 @@ release.
## [Unreleased] ## [Unreleased]
## [8.3.0] - 2024-08-16
### Added ### Added
- Added backplane options for SunIllumination and SurfaceObliqueDetectorResolution to phocube [#5467](https://github.com/DOI-USGS/ISIS3/issues/5467) - Added backplane options for SunIllumination and SurfaceObliqueDetectorResolution to phocube [#5467](https://github.com/DOI-USGS/ISIS3/issues/5467)
......
...@@ -55,14 +55,14 @@ ...@@ -55,14 +55,14 @@
"licenses": [ "licenses": [
{ {
"name": "Public Domain, CC0-1.0", "name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/7.1.0/LICENSE.md" "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.0.0/LICENSE.md"
} }
] ]
}, },
"homepageURL": "https://isis.astrogeology.usgs.gov", "homepageURL": "https://isis.astrogeology.usgs.gov",
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/7.1.0/isis-7.1.0.zip", "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.0.0/isis-8.0.0.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/7.1.0/DISCLAIMER.md", "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.0.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/isis.git", "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
"vcs": "git", "vcs": "git",
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
"name": "ISIS3", "name": "ISIS3",
"organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey",
"description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)", "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
"version": "8.1.0_RC2", "version": "8.3.0_RC1",
"status": "Production", "status": "Production",
"permissions": { "permissions": {
...@@ -99,14 +99,14 @@ ...@@ -99,14 +99,14 @@
"licenses": [ "licenses": [
{ {
"name": "Public Domain, CC0-1.0", "name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.1.0_RC2/LICENSE.md" "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0_RC1/LICENSE.md"
} }
] ]
}, },
"homepageURL": "https://isis.astrogeology.usgs.gov", "homepageURL": "https://isis.astrogeology.usgs.gov",
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.1.0_RC2/8.1.0_RC2.zip", "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0_RC1/8.3.0_RC1.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.1.0_RC2/DISCLAIMER.md", "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0_RC1/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/isis.git", "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
"vcs": "git", "vcs": "git",
...@@ -124,12 +124,12 @@ ...@@ -124,12 +124,12 @@
], ],
"contact": { "contact": {
"name": "Christine Kim", "name": "Adam Paquette",
"email": "chkim@usgs.gov" "email": "acpaquette@usgs.gov"
}, },
"date": { "date": {
"metadataLastUpdated": "2024-01-08" "metadataLastUpdated": "2024-08-16"
} }
} }
] ]
...@@ -34,7 +34,7 @@ set(PACKAGE "ISIS") ...@@ -34,7 +34,7 @@ set(PACKAGE "ISIS")
set(PACKAGE_NAME "USGS ISIS") set(PACKAGE_NAME "USGS ISIS")
# Version number # Version number
set(VERSION "8.1.0") set(VERSION "8.3.0")
string(REPLACE "." ";" VERSION_LIST ${VERSION}) string(REPLACE "." ";" VERSION_LIST ${VERSION})
list(GET VERSION_LIST 0 VERSION_MAJOR) list(GET VERSION_LIST 0 VERSION_MAJOR)
list(GET VERSION_LIST 1 VERSION_MINOR) list(GET VERSION_LIST 1 VERSION_MINOR)
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# A Public Release for ISIS3.6.1: {% set version = "3.6.1" %} # A Public Release for ISIS3.6.1: {% set version = "3.6.1" %}
# A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %} # A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %}
# A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %} # A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %}
{% set version = "8.1.0_RC2" %} {% set version = "8.3" %}
# This is the build number for the current version you are building. If this is the first build of # This is the build number for the current version you are building. If this is the first build of
# this version, the build number will be 0. It is incremented by 1 with every consecutive build of # this version, the build number will be 0. It is incremented by 1 with every consecutive build of
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
package: package:
name: isis name: isis
version: {{ version }} version: {{ version }}.0_RC1
source: source:
git_url: 'https://github.com/DOI-USGS/ISIS3.git' git_url: 'https://github.com/DOI-USGS/ISIS3.git'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment