mirror of
https://github.com/valitydev/adapter-common-lib.git
synced 2024-11-06 02:05:18 +00:00
Remove distribution management from pom (#31)
This commit is contained in:
parent
3fbf3b6782
commit
87f7d6c6a8
@ -1,5 +1,7 @@
|
||||
# Adapter-common-lib
|
||||
|
||||
[![Build Status](http://ci.rbkmoney.com/buildStatus/icon?job=rbkmoney_private/adapter-common-lib/master)](http://ci.rbkmoney.com/job/rbkmoney_private/job/adapter-common-lib/job/master/)
|
||||
|
||||
Библиотека, которая включает общие для всех адаптеров классы.
|
||||
|
||||
|
||||
|
20
pom.xml
20
pom.xml
@ -8,7 +8,7 @@
|
||||
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>adapter-common-lib</artifactId>
|
||||
<version>0.0.24</version>
|
||||
<version>0.0.25</version>
|
||||
|
||||
<name>adapter-common-lib</name>
|
||||
<description>Adapter common libs</description>
|
||||
@ -183,24 +183,6 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<downloadUrl>http://java-nexus.msk1.rbkmoney.net:8081/nexus/content/groups/public</downloadUrl>
|
||||
<repository>
|
||||
<uniqueVersion>false</uniqueVersion>
|
||||
<id>releases</id>
|
||||
<name>RBKmoney releases repository</name>
|
||||
<url>http://java-nexus.msk1.rbkmoney.net:8081/nexus/content/repositories/releases</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<uniqueVersion>true</uniqueVersion>
|
||||
<id>snapshots</id>
|
||||
<name>RBKmoney snapshots repository</name>
|
||||
<url>http://java-nexus.msk1.rbkmoney.net:8081/nexus/content/repositories/snapshots</url>
|
||||
<layout>default</layout>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user