diff --git a/ascii-render-api/pom.xml b/ascii-render-api/pom.xml index 991fb9d..34e727e 100644 --- a/ascii-render-api/pom.xml +++ b/ascii-render-api/pom.xml @@ -7,7 +7,7 @@ <groupId>com.indvd00m.ascii.render</groupId> <artifactId>ascii-render-api</artifactId> <packaging>jar</packaging> - <version>2.2.1-SNAPSHOT</version> + <version>0.0.101</version> <name>ascii-render-api</name> <description>ASCII renderer in pure java with no external dependencies. API interfaces.</description> <url>https://github.com/indvd00m/java-ascii-render</url> @@ -28,11 +28,11 @@ <distributionManagement> <snapshotRepository> <id>ossrh</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> + <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> @@ -160,7 +160,7 @@ <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> - <nexusUrl>https://oss.sonatype.org/</nexusUrl> + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> diff --git a/ascii-render/pom.xml b/ascii-render/pom.xml index 34d3f49..1cfe241 100644 --- a/ascii-render/pom.xml +++ b/ascii-render/pom.xml @@ -7,7 +7,7 @@ <groupId>com.indvd00m.ascii.render</groupId> <artifactId>ascii-render</artifactId> <packaging>jar</packaging> - <version>2.2.1-SNAPSHOT</version> + <version>0.0.101</version> <name>ascii-render</name> <description>ASCII renderer in pure java with no external dependencies. API implementation.</description> <url>https://github.com/indvd00m/java-ascii-render</url> @@ -175,7 +175,7 @@ <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> - <nexusUrl>https://oss.sonatype.org/</nexusUrl> + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> diff --git a/pom.xml b/pom.xml index 5d702ff..1a9c2b9 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <groupId>com.indvd00m.ascii.render</groupId> <artifactId>java-ascii-render</artifactId> <packaging>pom</packaging> - <version>2.2.1-SNAPSHOT</version> + <version>0.0.101</version> <name>java-ascii-render</name> <description>ASCII renderer in pure java with no external dependencies. Root pom.</description> <url>https://github.com/indvd00m/java-ascii-render</url> @@ -28,11 +28,11 @@ <distributionManagement> <snapshotRepository> <id>ossrh</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> + <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> @@ -62,7 +62,7 @@ <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> - <nexusUrl>https://oss.sonatype.org/</nexusUrl> + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin>