Skip to content

Commit

Permalink
Merge pull request #95 from lunasoft/feature/updatePom
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
SwAeyrton authored May 23, 2024
2 parents 8d264fe + 1b0b8e7 commit 3fb6d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
</properties>
<artifactId>SW-JAVA</artifactId>
<version>1.0.18.1</version>
<version>1.0.19.1</version>
<packaging>jar</packaging>
<scm>
<url>https://github.com/lunasoft/sw-sdk-java</url>
Expand Down Expand Up @@ -122,6 +122,8 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<username>${ossrh.username}</username>
<password>${ossrh.password}</password>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
Expand Down

0 comments on commit 3fb6d5d

Please sign in to comment.