Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from ttsokov/master
Browse files Browse the repository at this point in the history
Rename modules name and increase version of dependency
  • Loading branch information
ttsokov committed Nov 16, 2018
2 parents 771077b + 6b41f68 commit 0dad113
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deploy",
"dependencies": {
"@sap/hdi-deploy": "3.6.0"
"@sap/hdi-deploy": ">=3.6.0"
},
"scripts": {
"start": "node node_modules/@sap/hdi-deploy/"
Expand Down
6 changes: 3 additions & 3 deletions cloud-hdi-zdm-ref-app.blue/mta-jee/mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ID: cloud-hdi-zdm-ref-app
version: 0.0.1

modules:
- name: cloud-hdi-zdm-ref-app-backend
- name: backend
type: java
path: ../cloud-hdi-zdm-ref-app.backend.jee.blue
properties:
Expand All @@ -15,9 +15,9 @@ modules:
buildpack: sap_java_buildpack
requires:
- name: hdi-container
- name: cloud-hdi-zdm-ref-app-db
- name: db

- name: cloud-hdi-zdm-ref-app-db
- name: db
type: com.sap.xs.hdi
path: ../cloud-hdi-zdm-ref-app.db.blue
parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deploy",
"dependencies": {
"@sap/hdi-deploy": "3.6.0"
"@sap/hdi-deploy": ">=3.6.0"
},
"scripts": {
"start": "node node_modules/@sap/hdi-deploy/"
Expand Down
6 changes: 3 additions & 3 deletions cloud-hdi-zdm-ref-app.green/mta-jee/mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ID: cloud-hdi-zdm-ref-app
version: 0.0.1

modules:
- name: cloud-hdi-zdm-ref-app-backend
- name: backend
type: java
path: ../cloud-hdi-zdm-ref-app.backend.jee.green
properties:
Expand All @@ -15,9 +15,9 @@ modules:
buildpack: sap_java_buildpack
requires:
- name: hdi-container
- name: cloud-hdi-zdm-ref-app-db
- name: db

- name: cloud-hdi-zdm-ref-app-db
- name: db
type: com.sap.xs.hdi
path: ../cloud-hdi-zdm-ref-app.db.green
parameters:
Expand Down
2 changes: 1 addition & 1 deletion config.mtaext
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ID: cloud-hdi-zdm-ref-app.config
extends: cloud-hdi-zdm-ref-app

modules:
- name: cloud-hdi-zdm-ref-app-db
- name: db
parameters:
zdm-mode: true
6 changes: 3 additions & 3 deletions mtad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ID: cloud-hdi-zdm-ref-app
version: 0.0.1

modules:
- name: cloud-hdi-zdm-ref-app-backend
- name: backend
type: java.tomee
path: cloud-hdi-zdm-ref-app.backend/target/cloud-hdi-zdm-ref-app-backend.war
parameters:
Expand All @@ -13,9 +13,9 @@ modules:
SET_LOGGING_LEVEL: "{OpenEJB: DEBUG, OpenEJB.options: DEBUG, OpenEJB.server: DEBUG, OpenEJB.startup: DEBUG, OpenEJB.startup.service: DEBUG, OpenEJB.startup.config: DEBUG, OpenEJB.hsql: DEBUG, openjpa.Tool: DEBUG, openjpa.Runtime: INFO, openjpa.Remote: DEBUG, openjpa.DataCache: DEBUG, openjpa.MetaData: DEBUG, openjpa.Enhance: DEBUG, openjpa.Query: DEBUG, openjpa.jdbc.SQL: DEBUG, openjpa.jdbc.SQLDiag: DEBUG, openjpa.jdbc.JDBC: DEBUG, openjpa.jdbc.Schema: DEBUG}"
requires:
- name: hdi-container
- name: cloud-hdi-zdm-ref-app-db
- name: db

- name: cloud-hdi-zdm-ref-app-db
- name: db
type: com.sap.xs.hdi
path: cloud-hdi-zdm-ref-app.db/
requires:
Expand Down

0 comments on commit 0dad113

Please sign in to comment.