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 Dec 4, 2024
1 parent f736307 commit 5d2a31a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Java CI with Maven

on:
push:
branches: [ master ]
branches: [ main ]

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.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>
<versions>2.3.3-SNAPSHOT,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
23 changes: 23 additions & 0 deletions release/src/site/markdown/docs/2.3.3-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.3-SNAPSHOT |
| Changes since version | 2.3.2 |
| 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 5d2a31a

Please sign in to comment.