Skip to content

Commit 991a3b6

Browse files
committed
release 4.0.3
2 parents fb27cc1 + fc2c119 commit 991a3b6

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

pom.xml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.peruntech</groupId>
66
<artifactId>perun-assets</artifactId>
7-
<version>4.0.2</version>
7+
<version>4.0.3</version>
88
<packaging>bundle</packaging>
99
<name>perun-assets</name>
1010
<description>A bundle that provides assets for the Perun Core GUI</description>
@@ -13,6 +13,34 @@
1313
<name>Perun Technologies</name>
1414
<url>http://peruntech.org</url>
1515
</organization>
16+
<scm>
17+
<connection>scm:git:git://github.com/PerunTech/perun-assets.git</connection>
18+
<developerConnection>scm:git:git@github.com:PerunTech/perun-assets.git</developerConnection>
19+
<url>https://github.com/PerunTech/perun-assets</url>
20+
</scm>
21+
<licenses>
22+
<license>
23+
<name>Apache 2.0</name>
24+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
25+
<distribution>repo</distribution>
26+
<comments>A business-friendly OSS license</comments>
27+
</license>
28+
</licenses>
29+
<developers>
30+
<developer>
31+
<id>karikjtomi</id>
32+
<name>Tomi Karikj</name>
33+
<email>t.karikj@prtech.mk</email>
34+
<url>http://www.perun.tech</url>
35+
<organization>Perun Technologies</organization>
36+
<organizationUrl>http://peruntech.org</organizationUrl>
37+
<roles>
38+
<role>architect</role>
39+
<role>developer</role>
40+
</roles>
41+
<timezone>Europe/Skopje</timezone>
42+
</developer>
43+
</developers>
1644
<properties>
1745
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1846
</properties>

0 commit comments

Comments
 (0)