We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfe590 commit af2f0f4Copy full SHA for af2f0f4
README.md
@@ -25,7 +25,7 @@ mkdir $BAHMNI_DIR
25
### Download the Docker Compose project itself:
26
27
```
28
-export VERSION=2.0.0-SNAPSHOT && \
+export VERSION=2.9.0-SNAPSHOT && \
29
# Download the project && \
30
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 && \
31
# Unzip the project in $BAHMNI_DIR/bahmni-docker-compose-$VERSION && \
0 commit comments