We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4563209 commit aeccd62Copy full SHA for aeccd62
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>MultiChainJavaAPI</groupId>
5
<artifactId>MultiChainJavaAPI</artifactId>
6
- <version>0.4.8-SNAPSHOT</version>
+ <version>0.4.9-SNAPSHOT</version>
7
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -16,6 +16,12 @@
16
<commons-collections4.version>4.1</commons-collections4.version>
17
</properties>
18
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
+
25
<build>
26
<plugins>
27
<plugin>
@@ -62,4 +68,4 @@
62
68
<scope>test</scope>
63
69
</dependency>
64
70
</dependencies>
65
-</project>
71
+</project>
0 commit comments