Skip to content

Commit

Permalink
Merge tag '3.25.0' into develop
Browse files Browse the repository at this point in the history
Release 3.25.0
  • Loading branch information
msqr committed Aug 5, 2024
2 parents c324e2c + e3df0af commit 5b216e2
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 = '2.10.3'
version = '2.11.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 = '2.9.2'
version = '2.9.3'

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 = '2.7.3'
version = '2.8.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 = '2.15.4'
version = '2.15.5'

base {
archivesName = 'solaruser'
Expand Down

0 comments on commit 5b216e2

Please sign in to comment.