Skip to content

Commit

Permalink
Merge tag '3.1.1' into develop
Browse files Browse the repository at this point in the history
Release 3.1.1
  • Loading branch information
msqr committed Jan 12, 2024
2 parents 364aa8e + a9f77dd commit 7825900
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.1.0'
version = '2.2.0'

base {
archivesName = 'solarnet-datum'
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.1.0'
version = '2.1.1'

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

base {
archivesName = 'solardnp3'
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.1.0'
version = '2.1.1'

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.1.0'
version = '2.1.1'

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.1.0'
version = '2.1.1'

base {
archivesName = 'solarocpp'
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.1.0'
version = '2.1.1'

base {
archivesName = 'solaruser'
Expand Down

0 comments on commit 7825900

Please sign in to comment.