Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 5c168bf

Browse files
committed
Merge branch 'update-from-template' into develop
2 parents edb2178 + bbe498d commit 5c168bf

File tree

9 files changed

+311
-435
lines changed

9 files changed

+311
-435
lines changed

.idea/checkstyle-idea.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ You should have the following things installed:
3636
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/microstream-afs-ibm-cos/release.yml?branch=master)](https://github.com/xdev-software/microstream-afs-ibm-cos/actions/workflows/release.yml)
3737

3838
Before releasing:
39-
40-
* Consider doing
41-
a [test-deployment](https://github.com/xdev-software/microstream-afs-ibm-cos/actions/workflows/test-deploy.yml?query=branch%3Adevelop)
42-
before actually releasing.
39+
* Consider doing a [test-deployment](https://github.com/xdev-software/microstream-afs-ibm-cos/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
4340
* Check the [changelog](CHANGELOG.md)
4441

4542
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 XDEV Software
189+
Copyright 2024 XDEV Software
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

SECURITY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
## Reporting a Vulnerability
44

5-
Please report a security
6-
vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/microstream-afs-ibm-cos/security/advisories/new).
5+
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/microstream-afs-ibm-cos/security/advisories/new).

microstream-afs-ibm-cos-demo/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<version>1.0.3-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

12-
<inceptionYear>2023</inceptionYear>
13-
1412
<organization>
1513
<name>XDEV Software</name>
1614
<url>https://xdev.software</url>

microstream-afs-ibm-cos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-gpg-plugin</artifactId>
212-
<version>3.2.3</version>
212+
<version>3.2.4</version>
213213
<executions>
214214
<execution>
215215
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)