Skip to content

Commit

Permalink
Update to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andylassiter committed Mar 4, 2024
1 parent 0819dc0 commit 35a55e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0-rc.snapshot] - 2024-02-06
## [1.1.0] - 2024-03-04

### Added

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
*/
plugins {
id "java"
id "org.nrg.xnat.build.xnat-data-builder" version "1.8.8"
id "org.nrg.xnat.build.xnat-data-builder" version "1.8.10"
id "io.freefair.lombok" version "6.0.0-m2"
id "jacoco"
}

group "org.nrg.xnatx.plugins"
version "1.1.0-rc.snapshot"
version "1.1.0"
description "JupyterHub Plugin for XNAT"

repositories {
Expand All @@ -27,7 +27,7 @@ configurations {
}

dependencies {
xnatProvided platform("org.nrg:parent:1.8.10-RC-SNAPSHOT")
xnatProvided platform("org.nrg:parent:1.8.10")
xnatProvided "org.nrg:framework"
xnatProvided "org.nrg.xnat:xnat-data-models"
xnatProvided "org.nrg.xnat:web"
Expand Down

0 comments on commit 35a55e3

Please sign in to comment.