Skip to content

Commit

Permalink
ENT-5093: Build release OC SSO Notification 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbkennisnet committed Oct 29, 2024
1 parent 6bd5990 commit c2d92ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
16 changes: 6 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,23 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<jacoco.version>0.8.10</jacoco.version>
<dependency-check-maven.version>10.0.3</dependency-check-maven.version>
<checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
<dependency-check-maven.version>10.0.4</dependency-check-maven.version>
<logback.encoder.version>5.3</logback.encoder.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>
<maven.assembly.version>3.1.1</maven.assembly.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.5</version>
</parent>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.version}</version>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -79,7 +75,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.version}</version>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
Expand Down Expand Up @@ -117,7 +113,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven.release.version}</version>
<version>${maven-release-plugin.version}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release</releaseProfiles>
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.2-SNAPSHOT,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>
<versions>2.3.2,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.project.info.version>2.8</maven.project.info.version>
<maven.site.version>3.8.2</maven.site.version>
<maven.install.version>2.4</maven.install.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.2-SNAPSHOT |
| Version | 2.3.2 |
| Changes since version | 2.3.1 |
| Release date | dd-mm-yyyy (dd-mm-yyyy) |
| Release date | 29-10-2024 (dd-mm-yyyy) |
| Delivery type | Full release |

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

| # | Description |
|:---------|:--------------------------------------------------------------|
| ENT-XXXX | |
| # | Description |
|:---------|:----------------------------------------|
| ENT-5093 | Build release OC SSO Notification 2.3.2 |


## Configuration changes

N/A

## 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 c2d92ba

Please sign in to comment.