Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
tbkennisnet committed Aug 23, 2024
1 parent 3aaaef5 commit 6bd5990
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
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,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-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>
<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
23 changes: 23 additions & 0 deletions release/src/site/markdown/docs/2.3.2-SNAPSHOT/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OC SSO Notification Service - Release Notes

| Field | Value |
|:--------------------------|:----------------------------|
| Application | OC SSO Notification Service |
| Version | 2.3.2-SNAPSHOT |
| Changes since version | 2.3.1 |
| Release date | dd-mm-yyyy (dd-mm-yyyy) |
| Delivery type | Full release |

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

| # | Description |
|:---------|:--------------------------------------------------------------|
| ENT-XXXX | |


## Configuration changes

## 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 6bd5990

Please sign in to comment.