Skip to content

Commit

Permalink
version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Mar 13, 2024
1 parent c86fabc commit cb53a43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions mta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ID: html5userapi
_schema-version: "2.1"
version: 0.4.1
version: 0.4.2
parameters:
enable-parallel-deployments: true

Expand Down Expand Up @@ -214,17 +214,17 @@ resources:
URL: ~{srv_api/url}
HTML5.DynamicDestination: true
HTML5.ForwardAuthToken: true
# - Name: html5userapi-srv-java
# Description: html5userapi Java backend service
# Authentication: NoAuthentication
# ProxyType: Internet
# Type: HTTP
# URL: ~{srv_java_api/url}
# HTML5.DynamicDestination: true
# HTML5.ForwardAuthToken: true
# - Name: html5userapi-srv-java
# Description: html5userapi Java backend service
# Authentication: NoAuthentication
# ProxyType: Internet
# Type: HTTP
# URL: ~{srv_java_api/url}
# HTML5.DynamicDestination: true
# HTML5.ForwardAuthToken: true
requires:
- name: srv_api
# - name: srv_java_api
# - name: srv_java_api
- name: html5userapi-connectivity-service
parameters:
service-plan: lite
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5userapi-cf",
"version": "1.0.1",
"version": "0.4.2",
"description": "HTML5 User API for Cloud Foundry",
"repository": "https://github.com/gregorwolf/HTML5UserAPIforCF.git ",
"license": "Apache 2.0",
Expand Down

0 comments on commit cb53a43

Please sign in to comment.