forked from TeamGalacticraft/Galacticraft-Legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pomrc
39 lines (38 loc) · 1.09 KB
/
.pomrc
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
{
"artifactId": "galacticraft-legacy",
"name": "Galacticraft-Legacy",
"url": "https://github.com/TeamGalacticraft/Galacticraft-Legacy",
"description": "An advanced space exploration mod for Minecraft",
"inceptionYear": "2021",
"organization": {
"name": "TeamGalacticraft",
"url": "https://github.com/TeamGalacticraft"
},
"licenses": [
{
"name": "MIT",
"url": "https://github.com/TeamGalacticraft/Galacticraft-Legacy/blob/master/LICENSE",
"distribution": "repo"
}
],
"issueManagement": {
"system": "github",
"url": "https://github.com/TeamGalacticraft/Galacticraft-Legacy/issues"
},
"scm": {
"connection": "scm:git:git://github.com/TeamGalacticraft/Galacticraft-Legacy.git",
"developerConnection": "scm:git:[email protected]:TeamGalacticraft/Galacticraft-Legacy.git",
"url": "https://github.com/TeamGalacticraft/Galacticraft-Legacy"
},
"developers": [
{
"id": "rom",
"name": "ROMVoid95",
"email": "[email protected]",
"roles": [
"developer"
],
"timezone": "CST/CDT"
}
]
}