Skip to content

Commit 3b53bcc

Browse files
author
Damian Staszewski
committed
version bumping to 0.6.0 + some changes with POM.xml
1 parent d792310 commit 3b53bcc

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

pom.xml

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,40 @@
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+
<email>[email protected]</email>
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>

0 commit comments

Comments
 (0)