Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit adf03da

Browse files
committed
Added sonatype to bom for release
1 parent a2e2975 commit adf03da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5+
<parent>
6+
<groupId>org.sonatype.oss</groupId>
7+
<artifactId>oss-parent</artifactId>
8+
<version>7</version>
9+
</parent>
10+
511
<groupId>com.stormpath.sdk</groupId>
612
<artifactId>stormpath-bom</artifactId>
713
<name>Stormpath Java SDK :: BOM</name>

0 commit comments

Comments
 (0)