diff --git a/README.md b/README.md index f01734f..e4afb4c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ mkdir $BAHMNI_DIR ### Download the Docker Compose project itself: ``` -export VERSION=2.0.0-SNAPSHOT && \ +export VERSION=2.9.0-SNAPSHOT && \ # Download the project && \ mvn org.apache.maven.plugins:maven-dependency-plugin:3.2.0:get -DremoteRepositories=https://nexus.mekomsolutions.net/repository/maven-public -Dartifact=net.mekomsolutions:bahmni-docker-compose:$VERSION:zip -Dtransitive=false --legacy-local-repository && \ # Unzip the project in $BAHMNI_DIR/bahmni-docker-compose-$VERSION && \