This repository was archived by the owner on Dec 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 3333 <system >GitHub</system >
3434 <url >https://github.com/stormpath/stormpath-sdk-java/issues</url >
3535 </issueManagement >
36+ <developers >
37+ <developer >
38+ <id >jsdk-team</id >
39+ <name >Java SDK Team</name >
40+ 41+ <url >http://stormpath.com</url >
42+ <timezone >-8</timezone >
43+ <organization >Stormpath, Inc.</organization >
44+ <organizationUrl >http://www.stormpath.com</organizationUrl >
45+ </developer >
46+ </developers >
3647
3748 <properties >
3849 <stormpath .version>1.3.0-SNAPSHOT</stormpath .version>
132143 </dependency >
133144 </dependencies >
134145 </dependencyManagement >
146+
147+ <build >
148+ <plugins >
149+ <plugin >
150+ <groupId >org.sonatype.plugins</groupId >
151+ <artifactId >nexus-staging-maven-plugin</artifactId >
152+ <version >1.6.7</version >
153+ <extensions >true</extensions >
154+ <configuration >
155+ <serverId >sonatype-nexus-staging</serverId >
156+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
157+ <skipStagingRepositoryClose >true</skipStagingRepositoryClose >
158+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
159+ </configuration >
160+ </plugin >
161+ </plugins >
162+ </build >
135163</project >
Original file line number Diff line number Diff line change 670670 <configuration >
671671 <serverId >sonatype-nexus-staging</serverId >
672672 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
673+ <skipStagingRepositoryClose >true</skipStagingRepositoryClose >
673674 <autoReleaseAfterClose >false</autoReleaseAfterClose >
674675 </configuration >
675676 </plugin >
You can’t perform that action at this time.
0 commit comments