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

Commit 57f4fac

Browse files
committed
updated bom to use parent to avoid putting build specifics in it
1 parent c56039e commit 57f4fac

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

bom/pom.xml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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>com.stormpath.sdk</groupId>
7+
<artifactId>stormpath-sdk-root</artifactId>
8+
<version>1.3.0-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
10+
</parent>
11+
512
<groupId>com.stormpath.sdk</groupId>
613
<artifactId>stormpath-bom</artifactId>
714
<name>Stormpath Java SDK :: BOM</name>
@@ -139,21 +146,4 @@
139146
</dependency>
140147
</dependencies>
141148
</dependencyManagement>
142-
143-
<build>
144-
<plugins>
145-
<plugin>
146-
<groupId>org.sonatype.plugins</groupId>
147-
<artifactId>nexus-staging-maven-plugin</artifactId>
148-
<version>1.6.7</version>
149-
<extensions>true</extensions>
150-
<configuration>
151-
<serverId>sonatype-nexus-staging</serverId>
152-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
153-
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
154-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
155-
</configuration>
156-
</plugin>
157-
</plugins>
158-
</build>
159149
</project>

0 commit comments

Comments
 (0)