Skip to content

Commit 2aa49d5

Browse files
committed
update version to 0.0.1
prepare to release
1 parent 1586f86 commit 2aa49d5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.opensergo</groupId>
88
<artifactId>opensergo-java</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010

1111
<name>OpenSergo SDK for Java</name>
1212
<url>http://opensergo.io</url>
@@ -113,14 +113,12 @@
113113

114114
<distributionManagement>
115115
<snapshotRepository>
116-
<id>github</id>
117-
<name>GitHub OWNER Apache Maven Packages</name>
118-
<url>https://maven.pkg.github.com/opensergo/opensergo-java</url>
116+
<id>ossrh</id>
117+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
119118
</snapshotRepository>
120119
<repository>
121-
<id>sonatype-nexus-staging</id>
122-
<name>Nexus Release Repository</name>
123-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
120+
<id>ossrh</id>
121+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
124122
</repository>
125123
</distributionManagement>
126124
</project>

0 commit comments

Comments
 (0)