-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdeploy-artifacts-descriptor.json
42 lines (42 loc) · 1.45 KB
/
deploy-artifacts-descriptor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"author-publish-dispatcher": {
"packages": [
{
"source": "https://repo.maven.apache.org/maven2/com/shinesolutions/aem-helloworld-content/0.0.2/aem-helloworld-content-0.0.2.zip",
"group": "shinesolutions",
"name": "aem-helloworld-content",
"version": "0.0.2",
"replicate": false,
"activate": false,
"force": false,
"aem_id": "author"
},
{
"source": "https://github.com/shinesolutions/aem-helloworld-osgi-config/releases/download/1.0-SNAPSHOT/aem-helloworld-osgi-config-package-sandpit-1.0-SNAPSHOT.zip",
"group": "shinesolutions",
"name": "aem-helloworld-osgi-config-package-sandpit",
"version": "1.0-SNAPSHOT",
"replicate": false,
"activate": false,
"force": false,
"aem_id": "author"
},
{
"source": "https://repo.maven.apache.org/maven2/com/shinesolutions/aem-helloworld-content/0.0.2/aem-helloworld-content-0.0.2.zip",
"group": "shinesolutions",
"name": "aem-helloworld-content",
"version": "0.0.2",
"replicate": false,
"activate": false,
"force": false,
"aem_id": "publish"
}
],
"artifacts": [
{
"name": "aem-helloworld-author-publish-dispatcher",
"source": "https://github.com/shinesolutions/aem-helloworld-publish-dispatcher/releases/download/0.11.1/aem-helloworld-publish-dispatcher-0.11.1.zip"
}
]
}
}