Update versions for next release
[cps.git] / checkstyle / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <groupId>org.onap.cps</groupId>
7     <artifactId>checkstyle</artifactId>
8     <version>1.1.0-SNAPSHOT</version>
9
10     <properties>
11         <nexusproxy>https://nexus.onap.org</nexusproxy>
12         <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
13         <sonar.skip>true</sonar.skip>
14         <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
15     </properties>
16
17     <distributionManagement>
18         <repository>
19             <id>ecomp-releases</id>
20             <name>ECOMP Release Repository</name>
21             <url>${nexusproxy}${releaseNexusPath}</url>
22         </repository>
23         <snapshotRepository>
24             <id>ecomp-snapshots</id>
25             <name>ECOMP Snapshot Repository</name>
26             <url>${nexusproxy}${snapshotNexusPath}</url>
27         </snapshotRepository>
28     </distributionManagement>
29 </project>