Skip to content

Commit be940a2

Browse files
committed
switch back to nexus-staging-maven-plugin, switch group back to com.predic8
1 parent 874f047 commit be940a2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)