File tree 1 file changed +43
-0
lines changed
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+ <modelVersion >4.0.0</modelVersion >
5
+
6
+ <parent >
7
+ <groupId >net.ess3</groupId >
8
+ <artifactId >EssentialsParent</artifactId >
9
+ <version >2.x-SNAPSHOT</version >
10
+ </parent >
11
+
12
+ <artifactId >EssentialsGroupManager</artifactId >
13
+
14
+ <url >http://ess3.net/</url >
15
+
16
+ <organization >
17
+ <name >Essentials Team</name >
18
+ <url >http://ess3.net/</url >
19
+ </organization >
20
+
21
+ <licenses >
22
+ <license >
23
+ <name >GPLv3</name >
24
+ <url >http://www.gnu.org/copyleft/gpl.html</url >
25
+ </license >
26
+ </licenses >
27
+
28
+ <scm >
29
+ <connection >scm:git:https://github.com/essentials/Essentials.git</connection >
30
+ <developerConnection >scm:git:https://github.com/essentials/Essentials.git</developerConnection >
31
+ <url >https://github.com/essentials/Essentials</url >
32
+ </scm >
33
+
34
+ <issueManagement >
35
+ <system >JIRA</system >
36
+ <url >http://essentials3.atlassian.net</url >
37
+ </issueManagement >
38
+
39
+ <ciManagement >
40
+ <system >TeamCity</system >
41
+ <url >http://ci.ess3.net/</url >
42
+ </ciManagement >
43
+ </project >
You can’t perform that action at this time.
0 commit comments