Skip to content

Commit

Permalink
Merge tag '3.43.0' into develop
Browse files Browse the repository at this point in the history
Release 3.43.0
  • Loading branch information
msqr committed Nov 30, 2024
2 parents 2dab875 + e9a7ee5 commit 3e3bbe7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion solarnet/cloud-integrations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyManagement {
}

description = 'SolarNet: Cloud Integrations'
version = '1.13.1'
version = '1.13.2'

base {
archivesName = 'solarnet-cloud-integrations'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/oscp-fp/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 = 'SolarOSCP Flexibility Provider'
version = '2.5.0'
version = '2.6.0'

base {
archivesName = 'solaroscp-fp'
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.7'
version = '1.9.0'

base {
archivesName = 'solardin'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solardnp3/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 = 'SolarDNP3'
version = '2.4.3'
version = '2.5.0'

base {
archivesName = 'solardnp3'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solarflux-vernemq-webhook/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 = 'SolarFlux VerneMQ Webhook'
version = '2.1.1'
version = '2.2.0'

configurations {
all*.exclude group: 'commons-logging'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solarin/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 = 'SolarIn'
version = '2.6.8'
version = '2.7.0'

base {
archivesName = 'solarin'
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.20.1'
version = '2.21.0'

base {
archivesName = 'solarjobs'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solarocpp/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 = 'SolarOCPP'
version = '2.10.0'
version = '2.11.0'

base {
archivesName = 'solarocpp'
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.8.3'
version = '2.9.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.30.1'
version = '2.31.0'

base {
archivesName = 'solaruser'
Expand Down
2 changes: 1 addition & 1 deletion solarnet/user/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyManagement {
}

description = 'SolarNet: User'
version = '2.3.0'
version = '2.3.1'

base {
archivesName = 'solarnet-user'
Expand Down

0 comments on commit 3e3bbe7

Please sign in to comment.