20 lines
737 B
XML
20 lines
737 B
XML
<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>
|
|
<groupId>ch.psi</groupId>
|
|
<artifactId>ch.psi.fdaq</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<distributionManagement>
|
|
<snapshotRepository>
|
|
<id>i.snapshots</id>
|
|
<name>Artifactory Snapshots</name>
|
|
<url>http://yoke.psi.ch/artifactory/libs-snapshots-local</url>
|
|
</snapshotRepository>
|
|
<repository>
|
|
<id>i.releases</id>
|
|
<name>Atrifactory Releases</name>
|
|
<url>http://yoke.psi.ch/artifactory/libs-releases-local</url>
|
|
</repository>
|
|
</distributionManagement>
|
|
</project> |