File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 153153 <artifactId >maven-gpg-plugin</artifactId >
154154 <version >1.6</version >
155155 </plugin >
156- <plugin >
157- <groupId >org.sonatype.plugins</groupId >
158- <artifactId >nexus-staging-maven-plugin</artifactId >
159- <version >1.6.7</version >
160- </plugin >
161156 <plugin >
162157 <groupId >org.apache.maven.plugins</groupId >
163158 <artifactId >maven-jar-plugin</artifactId >
172167 </plugin >
173168 </plugins >
174169 </pluginManagement >
175- <plugins >
176- <plugin >
177- <groupId >org.sonatype.plugins</groupId >
178- <artifactId >nexus-staging-maven-plugin</artifactId >
179- <extensions >true</extensions >
180- <configuration >
181- <serverId >ossrh</serverId >
182- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
183- <autoReleaseAfterClose >true</autoReleaseAfterClose >
184- </configuration >
185- </plugin >
186- </plugins >
187170 </build >
188171
189- <distributionManagement >
190- <snapshotRepository >
191- <id >ossrh</id >
192- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
193- </snapshotRepository >
194- <repository >
195- <id >ossrh</id >
196- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
197- </repository >
198- </distributionManagement >
199-
200172 <profiles >
201173 <profile >
202174 <id >release</id >
You can’t perform that action at this time.
0 commit comments