Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoltyns committed Feb 10, 2021
1 parent e536939 commit 6f4d3a3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Feature Requests welcome!
<dependency>
<groupId>org.appenders.log4j</groupId>
<artifactId>log4j2-elasticsearch-jest</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion log4j2-elasticsearch-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use it, add this XML snippet to your `pom.xml` file:
<dependency>
<groupId>org.appenders.log4j</groupId>
<artifactId>log4j2-elasticsearch-core</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion log4j2-elasticsearch-hc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Output is generated with FasterXML Jackson based [JacksonJsonLayout](https://git
<dependency>
<groupId>org.appenders.log4j</groupId>
<artifactId>log4j2-elasticsearch-hc</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion log4j2-elasticsearch-jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use it, add this XML snippet to your `pom.xml` file:
<dependency>
<groupId>org.appenders.log4j</groupId>
<artifactId>log4j2-elasticsearch-jest</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion log4j2-elasticsearch2-bulkprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use it, add this XML snippet to your `pom.xml` file:
<dependency>
<groupId>org.appenders.log4j</groupId>
<artifactId>log4j2-elasticsearch2-bulkprocessor</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion log4j2-elasticsearch5-bulkprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use it, add this XML snippet to your `pom.xml` file:
<dependency>
<groupId>org.appenders.log4j</groupId>
<artifactId>log4j2-elasticsearch5-bulkprocessor</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion log4j2-elasticsearch6-bulkprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use it, add this XML snippet to your `pom.xml` file:
<dependency>
<groupId>org.appenders.log4j</groupId>
<artifactId>log4j2-elasticsearch6-bulkprocessor</artifactId>
<version>1.4.4</version>
<version>1.4.6</version>
</dependency>
```

Expand Down

0 comments on commit 6f4d3a3

Please sign in to comment.