mirror of
https://github.com/valitydev/library-parent-pom.git
synced 2024-11-06 02:45:17 +00:00
fix private profile (#12)
This commit is contained in:
parent
3607c7b7f0
commit
2b1dd6a22f
6
pom.xml
6
pom.xml
@ -5,7 +5,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>library-parent-pom</artifactId>
|
||||
<version>1.0.7</version>
|
||||
<version>1.0.8</version>
|
||||
<name>RBKmoney parent</name>
|
||||
<description>RBKmoney library parent pom</description>
|
||||
<url>https://github.com/rbkmoney/library-parent-pom</url>
|
||||
@ -42,6 +42,10 @@
|
||||
<pubSnapRepo>https://oss.sonatype.org/content/repositories/snapshots</pubSnapRepo>
|
||||
<pubStagingRepoId>ossrh</pubStagingRepoId>
|
||||
<pubStagingRepo>https://oss.sonatype.org/</pubStagingRepo>
|
||||
<privRepoId>releases</privRepoId>
|
||||
<privRepo>http://java-nexus.msk1.rbkmoney.net:8081/nexus/content/repositories/releases</privRepo>
|
||||
<privSnapRepoId>snapshots</privSnapRepoId>
|
||||
<privSnapRepo>http://java-nexus.msk1.rbkmoney.net:8081/nexus/content/repositories/snapshots</privSnapRepo>
|
||||
<checkstyle.config.path>https://raw.githubusercontent.com/rbkmoney/java-checkstyle-config/master/conf/rbkmoney_google_checkstyle.xml</checkstyle.config.path>
|
||||
<checkstyle.config.suppressions.path>https://raw.githubusercontent.com/rbkmoney/java-checkstyle-config/master/conf/checkstyle-suppressions.xml</checkstyle.config.suppressions.path>
|
||||
</properties>
|
||||
|
Loading…
Reference in New Issue
Block a user