Skip to content

Commit b422ba8

Browse files
committed
ADAP-77: added sonatype maven repository
1 parent e9b53ea commit b422ba8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<developers>
3232
<developer>
33-
<email>support@gmail.com</email>
33+
<email>support@openfin.co</email>
3434
<name>OpenFin</name>
3535
<url>https://openfin.co</url>
3636
<id>openfin</id>
@@ -43,6 +43,17 @@
4343
<url>https://github.com/openfin/java-example.git</url>
4444
</scm>
4545

46+
<repositories>
47+
<repository>
48+
<id>oss-sonatype</id>
49+
<name>oss-sonatype</name>
50+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
51+
<snapshots>
52+
<enabled>true</enabled>
53+
</snapshots>
54+
</repository>
55+
</repositories>
56+
4657
<dependencies>
4758
<dependency>
4859
<groupId>co.openfin</groupId>

0 commit comments

Comments
 (0)