aboutsummaryrefslogtreecommitdiffstats
path: root/postgresql-config/src/repackage.json
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-config/src/repackage.json')
-rw-r--r--postgresql-config/src/repackage.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/postgresql-config/src/repackage.json b/postgresql-config/src/repackage.json
index 9e86b04..4a33f03 100644
--- a/postgresql-config/src/repackage.json
+++ b/postgresql-config/src/repackage.json
@@ -1,25 +1,25 @@
{
+ "applicationName": "postgresql-config",
"debian": {
- "replaces": [],
"conflicts": [],
+ "externalDependencies": [],
"groupId": "org.openecomp.dcae.storage.pgaas",
- "externalDependencies": []
+ "replaces": []
},
- "fileGroup": "postgres",
- "version": "1.1.0",
- "applicationName": "postgresql-config",
- "internalDependencies": [],
+ "description": " PostgreSQL as a Service main scripts ",
"directoryTreeTops": {
"/opt": "/opt/app/postgresql-config"
},
- "executionUser": "postgres",
- "maintainer": "OpenECOMP <dcae@lists.openecomp.org>",
- "fileUser": "postgres",
"docker": {
- "tag": "latest",
- "externalDependencies": []
+ "externalDependencies": [],
+ "tag": "latest"
},
+ "executionGroup": "postgres",
+ "executionUser": "postgres",
+ "fileGroup": "postgres",
+ "fileUser": "postgres",
"groupId": "org.openecomp.dcae.storage.pgaas",
- "description": " PostgreSQL as a Service main scripts ",
- "executionGroup": "postgres"
-}
+ "internalDependencies": [],
+ "maintainer": "OpenECOMP <dcae@lists.openecomp.org>",
+ "version": "1.1.0"
+} \ No newline at end of file