Skip to content

Commit

Permalink
Merge branch 'release/3.21.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr committed Jun 19, 2024
2 parents 5224d1a + 9cc015a commit fd7bf67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion solarnet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ subprojects {
snCommonOcpp16JakartaVersion = '4.0.2'
snCommonOcpp201Version = '1.2.3'
snCommonOcppWebJakartaVersion = '3.0.2'
snCommonPkiBcVersion = '3.0.0'
snCommonPkiBcVersion = '3.1.0'
snCommonWebJakartaVersion = '2.0.1'
snExternalOcpp16JakartaVersion = '1.0.0'
snExternalOcpp201Version = '1.0.0'
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.1'
version = '2.7.2'

base {
archivesName = 'solarquery'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
* Controller for querying datum stream related data.
*
* @author matt
* @version 1.3
* @version 1.4
*/
@Controller("v1DatumStreamController")
@RequestMapping("/api/v1/sec/datum/stream")
@RequestMapping({ "/api/v1/pub/datum/stream", "/api/v1/sec/datum/stream" })
@GlobalExceptionRestController
public class DatumStreamController {

Expand Down

0 comments on commit fd7bf67

Please sign in to comment.