Skip to content

Commit 180dbf4

Browse files
author
Wenjun Che
committed
ADAP-51: updated pom.xml for 6.0.0.2
1 parent d91eb5f commit 180dbf4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>co.openfin</groupId>
88
<artifactId>openfin-desktop-java-example</artifactId>
9-
<version>6.0.0.1</version>
9+
<version>6.0.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>openfin-desktop-java-example</name>
@@ -37,11 +37,17 @@
3737
</developer>
3838
</developers>
3939

40+
<scm>
41+
<connection>scm:hg:https://github.com/openfin/java-example.git</connection>
42+
<developerConnection>scm:hg:https://github.com/openfin/java-example.git</developerConnection>
43+
<url>https://github.com/openfin/java-example.git</url>
44+
</scm>
45+
4046
<dependencies>
4147
<dependency>
4248
<groupId>co.openfin</groupId>
4349
<artifactId>openfin-desktop-java-adapter</artifactId>
44-
<version>6.0.0.1</version>
50+
<version>6.0.0.2</version>
4551
</dependency>
4652
<dependency>
4753
<groupId>co.openfin</groupId>
@@ -151,4 +157,4 @@
151157

152158
</build>
153159

154-
</project>
160+
</project>

0 commit comments

Comments
 (0)