Skip to content

Commit

Permalink
Merge tag '2.46.0' into develop
Browse files Browse the repository at this point in the history
Release 2.46.0
  • Loading branch information
msqr committed Oct 18, 2023
2 parents 6efd6f2 + fd0d42c commit 1ac0947
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion solarnet/datum/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyManagement {
}

description = 'SolarNet: Datum'
version = '1.14.0'
version = '1.15.0'

base {
archivesName = 'solarnet-datum'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solarjobs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

description = 'SolarJobs'
version = '1.8.0'
version = '1.9.0'

base {
archivesName = 'solarjobs'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solarquery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

description = 'SolarQuery'
version = '1.9.0'
version = '1.10.0'

base {
archivesName = 'solarquery'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solaruser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

description = 'SolarUser'
version = '1.20.0'
version = '1.21.0'

base {
archivesName = 'solaruser'
Expand Down

0 comments on commit 1ac0947

Please sign in to comment.