Skip to content

Commit bf22814

Browse files
committed
docs(site): update to latest version
1 parent 76c9edd commit bf22814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Azkarra is available in [Maven Central](https://mvnrepository.com/artifact/io.st
3030
<dependency>
3131
<groupId>io.streamthoughts</groupId>
3232
<artifactId>azkarra-streams</artifactId>
33-
<version>0.9.0</version>
33+
<version>0.9.2</version>
3434
</dependency>
3535
```
3636

site/content/en/docs/Getting started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ First, run this following command :
2727
```bash
2828
$> mvn archetype:generate -DarchetypeGroupId=io.streamthoughts \
2929
-DarchetypeArtifactId=azkarra-quickstart-java \
30-
-DarchetypeVersion=0.9.0 \
30+
-DarchetypeVersion=0.9.2 \
3131
-DgroupId=azkarra.streams \
3232
-DartifactId=azkarra-getting-started \
3333
-Dversion=1.0-SNAPSHOT \

0 commit comments

Comments
 (0)