Skip to content

Commit aeccd62

Browse files
author
ub
committed
Maven Repo initialization
1 parent 4563209 commit aeccd62

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>MultiChainJavaAPI</groupId>
55
<artifactId>MultiChainJavaAPI</artifactId>
6-
<version>0.4.8-SNAPSHOT</version>
6+
<version>0.4.9-SNAPSHOT</version>
77

88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -16,6 +16,12 @@
1616
<commons-collections4.version>4.1</commons-collections4.version>
1717
</properties>
1818

19+
<scm>
20+
<connection>scm:git:git://github.com/SimplyUb/MultiChainJavaAPI.git</connection>
21+
<developerConnection>scm:git:git@github.com/SimplyUb/MultiChainJavaAPI.git</developerConnection>
22+
<url>https://github.com/SimplyUb/MultiChainJavaAPI</url>
23+
</scm>
24+
1925
<build>
2026
<plugins>
2127
<plugin>
@@ -62,4 +68,4 @@
6268
<scope>test</scope>
6369
</dependency>
6470
</dependencies>
65-
</project>
71+
</project>

0 commit comments

Comments
 (0)