Skip to content

Commit

Permalink
Next development 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jan 11, 2024
1 parent b0cbab5 commit b292102
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tasks:
- name: Run Ozone FOSS
init: scripts/mvnw clean package
- command: source target/go-to-scripts-dir.sh && ./start-demo.sh 1.0.0-alpha.9 # Replace by the version of your choice
- command: source target/go-to-scripts-dir.sh && ./start-demo.sh 1.0.0-SNAPSHOT # Replace by the version of your choice
ports:
- name: OpenMRS
description: OpenMRS 3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ scripts/mvnw clean package
Run
```bash
source target/go-to-scripts-dir.sh
./fetch-ozone-distro.sh 1.0.0-alpha.9 # Replace by the version of your choice
./fetch-ozone-distro.sh 1.0.0-SNAPSHOT # Replace by the version of your choice
./start-demo.sh
```

Expand All @@ -49,7 +49,7 @@ scripts/mvnw clean package
Run
```bash
source target/go-to-scripts-dir.sh
./fetch-ozone-distro.sh 1.0.0-alpha.9 # Replace by the version of your choice
./fetch-ozone-distro.sh 1.0.0-SNAPSHOT # Replace by the version of your choice
export TRAEFIK="true"
./start-demo.sh
```
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-demo-data</artifactId>
<name>Resources to create demo data for Ozone</name>
<version>1.0.0-alpha.9</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:
services:

env-substitution:
image: mekomsolutions/env-substitution:1e6fa02
image: mekomsolutions/env-substitution
networks:
- ozone
restart: on-failure
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-odoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ADDONS=sale_management,stock,account_account,purchase,mrp,odoo_initializer,ozone_settings,mrp_product_expiry,product_expiry,l10n_generic_coa
- INITIALIZER_DATA_FILES_PATH=/mnt/odoo_config
- INITIALIZER_CONFIG_FILE_PATH=/mnt/odoo_config/initializer_config.json
image: mekomsolutions/odoo:2c1706f
image: mekomsolutions/odoo
labels:
traefik.enable: true
# https
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
- ODOO_ENABLE_EXTRA_CUSTOMER_FIELDS_ROUTE=${ODOO_ENABLE_EXTRA_CUSTOMER_FIELDS_ROUTE}
- ODOO_ENABLE_EXTRA_QUOTATION_FIELDS_ROUTE=${ODOO_ENABLE_EXTRA_QUOTATION_FIELDS_ROUTE}
- ODOO_URL=http://odoo:8069
image: mekomsolutions/eip-client:sha-90f12ce
image: mekomsolutions/eip-client
networks:
ozone:
aliases:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-senaite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- SITE=${SITE}
- ADMIN_USER=${SENAITE_ADMIN_USER}
- ADMIN_PASSWORD=${SENAITE_ADMIN_PASSWORD}
image: mekomsolutions/senaite:sha-272c0f5
image: mekomsolutions/senaite:latest
labels:
- "traefik.enable=true"
- "traefik.http.services.senaite.loadbalancer.server.port=8080"
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
- EIP_DB_PASSWORD=${EIP_DB_PASSWORD_SENAITE}
- BAHMNI_TEST_ORDER_TYPE_UUID=${BAHMNI_TEST_ORDER_TYPE_UUID}
- SENAITE_URL=http://senaite:8080
image: mekomsolutions/eip-client:sha-90f12ce
image: mekomsolutions/eip-client
networks:
ozone:
aliases:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-docker-compose</artifactId>
<name>Ozone Docker Compose</name>
<version>1.0.0-alpha.9</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand All @@ -20,7 +20,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ozoneDemoDataVersion>1.0.0-alpha.9</ozoneDemoDataVersion>
<ozoneDemoDataVersion>1.0.0-SNAPSHOT</ozoneDemoDataVersion>
<true>true</true>
</properties>

Expand Down

0 comments on commit b292102

Please sign in to comment.