Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBeeContrast committed Aug 23, 2023
1 parent c2d0eac commit 2e5991d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>YamlBeans</name>
<groupId>com.contrastsecurity</groupId>
<artifactId>yamlbeans</artifactId>
<version>1.18-SNAPSHOT</version>
<version>1.17-SNAPSHOT</version>

<description>Java object graphs, to and from YAML</description>
<url>https://github.com/Contrast-Security-OSS/yamlbeans</url>
Expand Down Expand Up @@ -164,7 +164,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://oss1.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 2e5991d

Please sign in to comment.