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 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
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
+
5
12
<groupId >com.stormpath.sdk</groupId >
6
13
<artifactId >stormpath-bom</artifactId >
7
14
<name >Stormpath Java SDK :: BOM</name >
139
146
</dependency >
140
147
</dependencies >
141
148
</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 >
159
149
</project >
You can’t perform that action at this time.
0 commit comments