Skip to content

Commit

Permalink
ENT-5035: Build release SSO notification 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbkennisnet committed Aug 23, 2024
1 parent b6ab001 commit ff00883
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<jacoco.version>0.8.10</jacoco.version>
<dependency-check-maven.version>9.0.10</dependency-check-maven.version>
<dependency-check-maven.version>10.0.3</dependency-check-maven.version>
<checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
<logback.encoder.version>5.3</logback.encoder.version>
<lombok.version>1.18.20</lombok.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<maven.release.version>2.5.3</maven.release.version>
Expand All @@ -49,7 +48,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.6</version>
<version>3.3.3</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<!-- A list of all the previous versions in reverse order, separated by a comma separator -->
<!-- The current version is automatically added in the release-notes-all overview. -->
<versions>2.3.1-SNAPSHOT,2.3.0,2.2.1,2.2.0,2.1.1,2.1.0,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,1.0.0</versions>
<versions>2.3.1,2.3.0,2.2.1,2.2.0,2.1.1,2.1.0,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,1.0.0</versions>
<maven.deploy.skip>false</maven.deploy.skip>
<maven.project.info.version>2.8</maven.project.info.version>
<maven.site.version>3.8.2</maven.site.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
| Field | Value |
|:--------------------------|:----------------------------|
| Application | OC SSO Notification Service |
| Version | 2.3.1-SNAPSHOT |
| Version | 2.3.1 |
| Changes since version | 2.3.0 |
| Release date | dd-mm-yyyy (dd-mm-yyyy) |
| Release date | 23-08-2024 (dd-mm-yyyy) |
| Delivery type | Full release |

## Changes
<!-- Please note only the stories should be added. -->

| # | Description |
|:---------|:--------------------------------------------------------------|
| ENT-XXXX | |
| # | Description |
|:---------|:-------------------------------------|
| ENT-5035 | Build release SSO notification 2.3.1 |


## Configuration changes

None.

## Known vulnerabilities

At the time of release, this version of the application had no known vulnerabilities with a CVE of 7 or higher.

0 comments on commit ff00883

Please sign in to comment.