Skip to content

Commit

Permalink
Merge tag '3.28.1' into develop
Browse files Browse the repository at this point in the history
Release 3.28.1
  • Loading branch information
msqr committed Sep 18, 2024
2 parents 2514a33 + 4505390 commit b6cdf66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solarnet/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyManagement {
}

description = 'SolarNet: Common'
version = '2.16.2'
version = '2.16.3'

base {
archivesName = 'solarnet-common'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solardin/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 = 'SolarDIN'
version = '1.8.6'
version = '1.8.7'

base {
archivesName = 'solardin'
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.16.2'
version = '2.16.3'

base {
archivesName = 'solaruser'
Expand Down

0 comments on commit b6cdf66

Please sign in to comment.