Change parent pom and repository
Change-Id: I7527e7f0da8fe0c0b4809074008ec97b93894992
This commit is contained in:
parent
e104672d83
commit
e17e20fadb
1 changed files with 18 additions and 10 deletions
28
pom.xml
28
pom.xml
|
@ -2,6 +2,12 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>pl.touk</groupId>
|
||||||
|
<artifactId>top</artifactId>
|
||||||
|
<version>1.0.7</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<groupId>pl.touk.mockserver</groupId>
|
<groupId>pl.touk.mockserver</groupId>
|
||||||
<artifactId>http-mock-server</artifactId>
|
<artifactId>http-mock-server</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -107,17 +113,19 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<distributionManagement>
|
<contributors>
|
||||||
|
<contributor>
|
||||||
|
<name>Dominik Przybysz</name>
|
||||||
|
<email>alien11689@gmail.com</email>
|
||||||
|
</contributor>
|
||||||
|
</contributors>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>touk.nexus.release</id>
|
<id>touk</id>
|
||||||
<name>TouK Virtual Repository</name>
|
<name>TouK Open source repository</name>
|
||||||
<url>http://nexus.touk.pl/nexus/content/repositories/releases</url>
|
<url>https://philanthropist.touk.pl/nexus/content/repositories/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
</repositories>
|
||||||
<id>touk.nexus.snapshots</id>
|
|
||||||
<name>TouK Virtual Repository</name>
|
|
||||||
<url>http://nexus.touk.pl/nexus/content/repositories/snapshots</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue