Skip to content

Commit

Permalink
Prepere release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Aug 12, 2024
1 parent 16a91b5 commit 009c781
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 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.1 - 2024-08-12

- Update dependencies

## 1.2.0 - 2024-07-20

- Change group `io.github.vitalijr2.aws-lambda` -> `io.github.vitalijr2.logging`
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>
</project>
15 changes: 8 additions & 7 deletions json-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<artifactId>aws-lambda-slf4j-core</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
<dependency>
<artifactId>json</artifactId>
Expand Down Expand Up @@ -93,7 +93,7 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>
<profiles>
<profile>
Expand All @@ -103,11 +103,12 @@
<artifactId>maven-javadoc-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<configuration>
<links>
<link>
https://javadoc.io/doc/io.github.vitalijr2.logging/aws-lambda-slf4j-core/${project.version}/
</link>
</links>
<offlineLinks>
<offlineLink>
<url>https://javadoc.io/doc/io.github.vitalijr2.logging/aws-lambda-slf4j-core/${project.version}/</url>
<location>${project.basedir}/../core/target/apidocs</location>
</offlineLink>
</offlineLinks>
</configuration>
</plugin>
</plugins>
Expand Down
15 changes: 8 additions & 7 deletions logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<artifactId>aws-lambda-slf4j-core</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
<!-- test -->
<dependency>
Expand Down Expand Up @@ -82,7 +82,7 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>
<profiles>
<profile>
Expand All @@ -92,11 +92,12 @@
<artifactId>maven-javadoc-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<configuration>
<links>
<link>
https://javadoc.io/doc/io.github.vitalijr2.logging/aws-lambda-slf4j-core/${project.version}/
</link>
</links>
<offlineLinks>
<offlineLink>
<url>https://javadoc.io/doc/io.github.vitalijr2.logging/aws-lambda-slf4j-core/${project.version}/</url>
<location>${project.basedir}/../core/target/apidocs</location>
</offlineLink>
</offlineLinks>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<executions>
<execution>
<goals>
<goal>jar</goal>
<goal>aggregate-jar</goal>
</goals>
<id>attach-javadocs</id>
</execution>
Expand Down Expand Up @@ -451,5 +451,5 @@
<url>https://github.com/vitalijr2/aws-lambda-slf4j</url>
</scm>
<url>https://github.com/vitalijr2/aws-lambda-slf4j</url>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</project>

0 comments on commit 009c781

Please sign in to comment.