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

Commit

Permalink
3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Feb 11, 2023
1 parent 45d58fc commit 28ce80b
Show file tree
Hide file tree
Showing 13 changed files with 293 additions and 302 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
slf4j-aws-lambda
Copyright 2022 Witalij Berdinskich
Copyright 2022-2023 Witalij Berdinskich

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.0.4 - 2023-02-07
## 3.0.5 - 2023-02-11
## Changed
- Downgrade slf4j-api to 2.0.5 because of javadocs

## 3.0.4 - 2023-02-07 - not published
### Fixed
- Properties throws NPE if the lambda-logger.properties is missed then initialisation fails.

Expand Down
8 changes: 4 additions & 4 deletions ci_settings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>gitlab-maven</id>
<configuration>
<httpHeaders>
<property>
Expand All @@ -13,11 +12,12 @@
</property>
</httpHeaders>
</configuration>
<id>gitlab-maven</id>
</server>
<server>
<id>ossrh</id>
<username>${NEXUS_USERNAME}</username>
<password>${NEXUS_PASSWORD}</password>
<username>${NEXUS_USERNAME}</username>
</server>
</servers>
</settings>
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2022 Witalij Berdinskich
Copyright 2022-2023 Witalij Berdinskich
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 28ce80b

Please sign in to comment.