From 16d58e2e84af13f39056d83adbfe32d4e4ebe5f9 Mon Sep 17 00:00:00 2001
From: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com>
Date: Mon, 3 Apr 2023 16:41:12 -0500
Subject: [PATCH] Deploy to `oss.sonatype.org`

Signed-off-by: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com>
---
 pom-dist.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom-dist.xml b/pom-dist.xml
index 21c15f714..03520d5a4 100644
--- a/pom-dist.xml
+++ b/pom-dist.xml
@@ -7,7 +7,7 @@
   <groupId>net.sf.jt400</groupId>
   <artifactId>jt400</artifactId>
   <packaging>jar</packaging>
-  <version>20.0.0</version>
+  <version>20.0.0-alpha-1</version>
   <name>JT400</name>
   <description>The Open Source version of the IBM Toolbox for Java</description>
   <url>http://github.com/IBM/JTOpen</url>
@@ -684,7 +684,7 @@
         <extensions>true</extensions>
         <configuration>
           <serverId>ossrh</serverId>
-          <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
+          <nexusUrl>https://oss.sonatype.org/</nexusUrl>
           <autoReleaseAfterClose>false</autoReleaseAfterClose>
         </configuration>
       </plugin>
@@ -693,7 +693,7 @@
   <distributionManagement>
     <snapshotRepository>
       <id>ossrh</id>
-      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
     </snapshotRepository>
   </distributionManagement>
 </project>