This repository was archived by the owner on Dec 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments