Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 28ce80b

Browse files
committed
3.0.5
1 parent 45d58fc commit 28ce80b

File tree

13 files changed

+293
-302
lines changed

13 files changed

+293
-302
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
slf4j-aws-lambda
2-
Copyright 2022 Witalij Berdinskich
2+
Copyright 2022-2023 Witalij Berdinskich
33

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

changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 3.0.4 - 2023-02-07
7+
## 3.0.5 - 2023-02-11
8+
## Changed
9+
- Downgrade slf4j-api to 2.0.5 because of javadocs
10+
11+
## 3.0.4 - 2023-02-07 - not published
812
### Fixed
913
- Properties throws NPE if the lambda-logger.properties is missed then initialisation fails.
1014

ci_settings.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
44
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
55
<servers>
66
<server>
7-
<id>gitlab-maven</id>
87
<configuration>
98
<httpHeaders>
109
<property>
@@ -13,11 +12,12 @@
1312
</property>
1413
</httpHeaders>
1514
</configuration>
15+
<id>gitlab-maven</id>
1616
</server>
1717
<server>
1818
<id>ossrh</id>
19-
<username>${NEXUS_USERNAME}</username>
2019
<password>${NEXUS_PASSWORD}</password>
20+
<username>${NEXUS_USERNAME}</username>
2121
</server>
2222
</servers>
2323
</settings>

example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2022 Witalij Berdinskich
3+
Copyright 2022-2023 Witalij Berdinskich
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)