File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 77 <packaging >jar</packaging >
88
99 <parent >
10- <groupId >org.membrane-soa </groupId >
10+ <groupId >com.predic8 </groupId >
1111 <artifactId >soa-model-parent</artifactId >
1212 <relativePath >../pom.xml</relativePath >
1313 <version >2.1.0</version >
Original file line number Diff line number Diff line change 22 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- <groupId >org.membrane-soa </groupId >
5+ <groupId >com.predic8 </groupId >
66 <artifactId >soa-model-parent</artifactId >
77 <version >2.1.0</version >
88 <packaging >pom</packaging >
@@ -200,12 +200,14 @@ Analyze a WSDL or Schema document and generate an HMTL report</description>
200200 </configuration >
201201 </plugin >
202202 <plugin >
203- <groupId >org.sonatype.central </groupId >
204- <artifactId >central-publishing -maven-plugin</artifactId >
205- <version >0 .7.0</version >
203+ <groupId >org.sonatype.plugins </groupId >
204+ <artifactId >nexus-staging -maven-plugin</artifactId >
205+ <version >1 .7.0</version >
206206 <extensions >true</extensions >
207207 <configuration >
208- <publishingServerId >central</publishingServerId >
208+ <serverId >ossrh</serverId >
209+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
210+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
209211 </configuration >
210212 </plugin >
211213 </plugins >
You can’t perform that action at this time.
0 commit comments