Skip to content

Commit

Permalink
Change group
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Jul 20, 2024
1 parent adb7941 commit 1fc9259
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.2.0 - 2024-07-20

- Change group `io.github.vitalijr2.aws-lambda` -> `io.github.vitalijr2.logging`

## 1.1.3 - 2024-06-04

- Update dependencies
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<name>SLF4J for AWS Lambda : Core</name>
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.3</version>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
</parent>
</project>
8 changes: 4 additions & 4 deletions json-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
</dependency>
<dependency>
<artifactId>aws-lambda-slf4j-core</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.3</version>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
</dependency>
<dependency>
<artifactId>json</artifactId>
Expand Down Expand Up @@ -92,7 +92,7 @@
<name>SLF4J for AWS Lambda : JSON Logger</name>
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.3</version>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
</parent>
</project>
8 changes: 4 additions & 4 deletions logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
</dependency>
<dependency>
<artifactId>aws-lambda-slf4j-core</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.3</version>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
</dependency>
<!-- test -->
<dependency>
Expand Down Expand Up @@ -81,7 +81,7 @@
<name>SLF4J for AWS Lambda : Logger</name>
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.3</version>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<url>https://github.com/vitalijr2</url>
</developer>
</developers>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<groupId>io.github.vitalijr2.logging</groupId>
<inceptionYear>2022</inceptionYear>
<licenses>
<license>
Expand Down Expand Up @@ -452,5 +452,5 @@
<url>https://github.com/vitalijr2/aws-lambda-slf4j</url>
</scm>
<url>https://github.com/vitalijr2/aws-lambda-slf4j</url>
<version>1.1.3</version>
<version>1.2.0</version>
</project>
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ and [CloudWatch][cloudwatch].

| Logger | Release | Javadoc |
|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **aws-lambda-slf4j-logger** | [![Maven Central](https://img.shields.io/maven-central/v/io.github.vitalijr2.aws-lambda/aws-lambda-slf4j-logger)](https://search.maven.org/artifact/io.github.vitalijr2.aws-lambda/aws-lambda-slf4j-logger) | [![Javadoc](https://javadoc.io/badge2/io.github.vitalijr2.aws-lambda/aws-lambda-slf4j-logger/javadoc.svg)](https://javadoc.io/doc/io.github.vitalijr2.aws-lambda/aws-lambda-slf4j-logger) |
| **aws-lambda-slf4j-json-logger** | [![Maven Central](https://img.shields.io/maven-central/v/io.github.vitalijr2.aws-lambda/aws-lambda-slf4j-json-logger)](https://search.maven.org/artifact/io.github.vitalijr2.aws-lambda/aws-lambda-slf4j-json-logger) | [![Javadoc](https://javadoc.io/badge2/io.github.vitalijr2.aws-lambda/aws-lambda-slf4j-json-logger/javadoc.svg)](https://javadoc.io/doc/io.github.vitalijr2.aws-lambda/aws-lambda-slf4j-json-logger) |
| **aws-lambda-slf4j-logger** | [![Maven Central](https://img.shields.io/maven-central/v/io.github.vitalijr2.logging/aws-lambda-slf4j-logger)](https://search.maven.org/artifact/io.github.vitalijr2.logging/aws-lambda-slf4j-logger) | [![Javadoc](https://javadoc.io/badge2/io.github.vitalijr2.logging/aws-lambda-slf4j-logger/javadoc.svg)](https://javadoc.io/doc/io.github.vitalijr2.logging/aws-lambda-slf4j-logger) |
| **aws-lambda-slf4j-json-logger** | [![Maven Central](https://img.shields.io/maven-central/v/io.github.vitalijr2.logging/aws-lambda-slf4j-json-logger)](https://search.maven.org/artifact/io.github.vitalijr2.logging/aws-lambda-slf4j-json-logger) | [![Javadoc](https://javadoc.io/badge2/io.github.vitalijr2.logging/aws-lambda-slf4j-json-logger/javadoc.svg)](https://javadoc.io/doc/io.github.vitalijr2.logging/aws-lambda-slf4j-json-logger) |

## Table of Contents

Expand Down

0 comments on commit 1fc9259

Please sign in to comment.