File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed
Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com.hirezstudios </groupId >
7+ <groupId >pl.stachu540 </groupId >
88 <artifactId >HiRezAPI</artifactId >
9- <version >0.1.0</version >
9+ <version >0.6.0</version >
10+ <packaging >jar</packaging >
11+
12+ <name >Hi-Rez API</name >
13+ <description >Java-Based API Wrapper for Hi-Rez Studios games.</description >
14+ <url >https://github.com/stachu540/HiRezAPI/releases</url >
15+
16+ <licenses >
17+ <license >
18+ <name >MIT License</name >
19+ <url >https://github.com/stachu540/HiRezAPI/blob/master/LICENSE</url >
20+ <distribution >repo</distribution >
21+ </license >
22+ </licenses >
23+
24+ <developers >
25+ <developer >
26+ <name >Damian Staszewski</name >
27+ 28+ </developer >
29+ </developers >
30+
31+ <scm >
32+ <connection >scm:git:git://github.com/stachu540/HiRezAPI.git</connection >
33+ <developerConnection >scm:git:ssh://github.com:stachu540/HiRezAPI.git</developerConnection >
34+ <url >https://github.com/stachu540/HiRezAPI</url >
35+ </scm >
36+
37+ <properties >
38+ <projec .build.sourceEncodingt>UTF-8</projec .build.sourceEncodingt>
39+ </properties >
40+
1041 <build >
1142 <plugins >
1243 <plugin >
You can’t perform that action at this time.
0 commit comments