Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.1 #142

Merged
merged 9 commits into from
Feb 18, 2024
4 changes: 2 additions & 2 deletions appender-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>appender-core</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
<name>appender-core</name>
<description>Core functionality to send content to various channels, used by appender-log4j2</description>
<url>https://github.com/bluedenim/log4j-s3-search</url>
<parent>
<groupId>com.therealvan</groupId>
<artifactId>log4j-s3-search</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions appender-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>appender-log4j2</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
<name>appender-log4j2</name>
<description>Log4j 2.x appender to capture and send log events to remote storage (AWS S3, Azure Blob Storage, Google Cloud Storage) and search (Solr, Elasticsearch)</description>
<url>https://github.com/bluedenim/log4j-s3-search</url>
Expand All @@ -11,7 +11,7 @@
<parent>
<groupId>com.therealvan</groupId>
<artifactId>log4j-s3-search</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.therealvan</groupId>
<artifactId>appender-core</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<exclusions>
<exclusion>
<groupId>com.amazonaws</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.therealvan</groupId>
<artifactId>log4j-s3-search</artifactId>
<packaging>pom</packaging>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
<name>log4j-s3-search</name>
<description>Parent POM for the log4j-s3-search project and used by appender-core, appender-log4j, and appender-log4j2 projects.</description>
<url>https://github.com/bluedenim/log4j-s3-search</url>
Expand Down
Loading