Skip to content

Commit b2f2ed1

Browse files
committed
Bump to 1.2.0
1 parent dfd7f29 commit b2f2ed1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

pom.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.sandflow</groupId>
66
<artifactId>regxmllib</artifactId>
7-
<version>1.2.0-rc.1</version>
7+
<version>1.2.0</version>
88
<packaging>jar</packaging>
99

1010
<properties>
@@ -195,17 +195,15 @@
195195
</execution>
196196
</executions>
197197
</plugin>
198-
<plugin>
199-
<groupId>org.sonatype.plugins</groupId>
200-
<artifactId>nexus-staging-maven-plugin</artifactId>
201-
<version>1.6.7</version>
198+
<plugin>
199+
<groupId>org.sonatype.central</groupId>
200+
<artifactId>central-publishing-maven-plugin</artifactId>
201+
<version>0.8.0</version>
202202
<extensions>true</extensions>
203203
<configuration>
204-
<serverId>ossrh</serverId>
205-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
206-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
204+
<publishingServerId>central</publishingServerId>
207205
</configuration>
208-
</plugin>
206+
</plugin>
209207
</plugins>
210208
</build>
211209
</profile>

0 commit comments

Comments
 (0)