Skip to content

Commit

Permalink
docs(site): update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Mar 25, 2021
1 parent 76c9edd commit bf22814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ Azkarra is available in [Maven Central](https://mvnrepository.com/artifact/io.st
<dependency>
<groupId>io.streamthoughts</groupId>
<artifactId>azkarra-streams</artifactId>
<version>0.9.0</version>
<version>0.9.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Getting started/_index.md
Expand Up @@ -27,7 +27,7 @@ First, run this following command :
```bash
$> mvn archetype:generate -DarchetypeGroupId=io.streamthoughts \
-DarchetypeArtifactId=azkarra-quickstart-java \
-DarchetypeVersion=0.9.0 \
-DarchetypeVersion=0.9.2 \
-DgroupId=azkarra.streams \
-DartifactId=azkarra-getting-started \
-Dversion=1.0-SNAPSHOT \
Expand Down

0 comments on commit bf22814

Please sign in to comment.