Skip to content

Commit 841582e

Browse files
authored
Fix deploy url + bump proto (#69)
1 parent bcfe2d8 commit 841582e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

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

77
<groupId>dev.vality</groupId>
88
<artifactId>java-service-dependencies</artifactId>
9-
<version>1.0.29</version>
9+
<version>1.0.30</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Vality parent</name>
@@ -36,14 +36,14 @@
3636

3737
<properties>
3838
<pubRepoId>ossrh</pubRepoId>
39-
<pubRepo>https://s01.oss.sonatype.org/content/repositories/releases</pubRepo>
39+
<pubRepo>https://ossrh-staging-api.central.sonatype.com/content/repositories/releases</pubRepo>
4040
<pubSnapRepoId>ossrh</pubSnapRepoId>
41-
<pubSnapRepo>https://s01.oss.sonatype.org/content/repositories/snapshots</pubSnapRepo>
41+
<pubSnapRepo>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</pubSnapRepo>
4242
<pubStagingRepoId>ossrh</pubStagingRepoId>
43-
<pubStagingRepo>https://s01.oss.sonatype.org/</pubStagingRepo>
43+
<pubStagingRepo>https://ossrh-staging-api.central.sonatype.com</pubStagingRepo>
4444
<lombok.version>1.18.38</lombok.version>
4545
<msgpack-proto.version>1.17-7481bb4</msgpack-proto.version>
46-
<damsel.version>1.654-ab44b9d</damsel.version>
46+
<damsel.version>1.657-55c7169</damsel.version>
4747
<nop-rolling.version>1.0.1</nop-rolling.version>
4848
<geck.verion>1.0.2</geck.verion>
4949
<db-common-lib.version>0.0.1</db-common-lib.version>
@@ -175,7 +175,7 @@
175175
<plugin>
176176
<groupId>org.apache.maven.plugins</groupId>
177177
<artifactId>maven-gpg-plugin</artifactId>
178-
<version>3.2.7</version>
178+
<version>3.2.8</version>
179179
<executions>
180180
<execution>
181181
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)