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

Commit 6662b8a

Browse files
committed
Update documentation
1 parent 27924ff commit 6662b8a

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

readme.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,15 @@ than **logback** (716K).
4242

4343
## Acquire
4444

45-
The package is not published to Maven Central yet.
46-
Use bot-by's GitLab repository instead, please:
47-
48-
```xml
49-
<repositories>
50-
<repository>
51-
<id>gitlab-maven</id>
52-
<url>https://gitlab.com/api/v4/projects/35359780/packages/maven</url>
53-
</repository>
54-
</repositories>
55-
```
45+
![Maven Central](https://img.shields.io/maven-central/v/uk.bot-by/slf4j-aws-lambda)
5646

5747
Please add dependency to your project:
5848

5949
```xml
6050
<dependency>
6151
<groupId>uk.bot-by</groupId>
6252
<artifactId>slf4j-aws-lambda</artifactId>
63-
<version>1.0.0</version>
53+
<version>1.0.1</version>
6454
</dependency>
6555
```
6656

src/site/markdown/acquire.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
# Acquire
22

3-
The package is not published to Maven Central yet.
4-
Use bot-by's GitLab repository instead, please:
5-
6-
```language-xml
7-
<repositories>
8-
<repository>
9-
<id>gitlab-maven</id>
10-
<url>https://gitlab.com/api/v4/projects/35359780/packages/maven</url>
11-
</repository>
12-
</repositories>
13-
```
3+
![Maven Central](https://img.shields.io/maven-central/v/uk.bot-by/slf4j-aws-lambda)
144

155
Please add dependency to your project:
166

177
```language-xml
188
<dependency>
199
<groupId>uk.bot-by</groupId>
2010
<artifactId>slf4j-aws-lambda</artifactId>
21-
<version>1.0.0</version>
11+
<version>1.0.1</version>
2212
</dependency>
2313
```

0 commit comments

Comments
 (0)