File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
site/content/en/docs/Getting started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments