diff --git a/manifest.yml b/manifest.yml index 4183b6b94..302f142db 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,7 +1,7 @@ # Configuration file for Cloud Foundry, see https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html applications: - name: taskana-rest - path: rest/target/rest-0.0.1-SNAPSHOT.jar + path: rest/target/rest-0.0.3-SNAPSHOT.jar buildpack: https://github.com/cloudfoundry/java-buildpack.git#v3.10 memory: 512M disk_quota: 256M