Release Lithium-SR4
[integration/distribution.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <parent>
4     <groupId>org.opendaylight.odlparent</groupId>
5     <artifactId>odlparent</artifactId>
6     <version>1.5.4-Lithium-SR4</version>
7     <relativePath/>
8   </parent>
9   <modelVersion>4.0.0</modelVersion>
10   <groupId>org.opendaylight.integration</groupId>
11   <artifactId>root</artifactId>
12   <version>0.3.4-Lithium-SR4</version>
13   <name>integration</name> <!-- Used by Sonar to set project name -->
14   <packaging>pom</packaging>
15   <url>https://wiki.opendaylight.org/view/CrossProject:Integration_Group</url>
16   <scm>
17     <connection>scm:git:ssh://git.opendaylight.org:29418/integration.git</connection>
18     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration.git</developerConnection>
19     <url>https://wiki.opendaylight.org/view/CrossProject:Integration_Group</url>
20     <tag>HEAD</tag>
21   </scm>
22   <properties>
23     <!-- Keep this list sorted alphabetically please -->
24     <didm.version>0.1.4-Lithium-SR4</didm.version>
25     <feature.adsal.version>0.9.4-Lithium-SR4</feature.adsal.version>
26     <feature.alto.version>0.1.4-Lithium-SR4</feature.alto.version>
27     <feature.bgpcep.version>0.4.4-Lithium-SR4</feature.bgpcep.version>
28     <feature.capwap.version>0.1.4-Lithium-SR4</feature.capwap.version>
29     <feature.coretutorials.version>1.0.4-Lithium-SR4</feature.coretutorials.version>
30     <feature.dlux.version>0.2.4-Lithium-SR4</feature.dlux.version>
31     <feature.flow.version>1.2.4-Lithium-SR4</feature.flow.version>
32     <feature.groupbasedpolicy.version>0.2.4-Lithium-SR4</feature.groupbasedpolicy.version>
33     <feature.iotdm.version>0.0.5-Lithium-SR4</feature.iotdm.version>
34     <feature.lacp.version>1.0.4-Lithium-SR4</feature.lacp.version>
35     <feature.lispflowmapping.version>1.2.4-Lithium-SR4</feature.lispflowmapping.version>
36     <feature.mdsal.version>1.2.4-Lithium-SR4</feature.mdsal.version>
37     <feature.nic.version>1.0.4-Lithium-SR4</feature.nic.version>
38     <feature.nsf.version>0.5.4-Lithium-SR4</feature.nsf.version>
39     <feature.neutron.version>0.5.4-Lithium-SR4</feature.neutron.version>
40     <feature.openflowplugin.version>0.1.4-Lithium-SR4</feature.openflowplugin.version>
41     <feature.ovsdb.openstack.version>1.1.4-Lithium-SR4</feature.ovsdb.openstack.version>
42     <feature.ovsdb.version>1.1.4-Lithium-SR4</feature.ovsdb.version>
43     <feature.packetcable.version>1.2.4-Lithium-SR4</feature.packetcable.version>
44     <feature.reservation.version>1.0.4-Lithium-SR4</feature.reservation.version>
45     <feature.sfc.version>0.1.4-Lithium-SR4</feature.sfc.version>
46     <feature.snbi.version>1.1.4-Lithium-SR4</feature.snbi.version>
47     <feature.snmp4sdn.version>0.2.4-Lithium-SR4</feature.snmp4sdn.version>
48     <feature.sxp.version>1.1.4-Lithium-SR4</feature.sxp.version>
49     <feature.tcpmd5.version>1.1.4-Lithium-SR4</feature.tcpmd5.version>
50     <feature.topoprocessing.version>0.0.5-Lithium-SR4</feature.topoprocessing.version>
51     <feature.tsdr.version>1.0.4-Lithium-SR4</feature.tsdr.version>
52     <feature.ttp.version>0.1.4-Lithium-SR4</feature.ttp.version>
53     <feature.usc.version>1.0.4-Lithium-SR4</feature.usc.version>
54     <feature.vpnservice.version>0.1.4-Lithium-SR4</feature.vpnservice.version>
55     <feature.vtn-manager.version>0.3.4-Lithium-SR4</feature.vtn-manager.version>
56     <feature.yangtools.version>0.7.4-Lithium-SR4</feature.yangtools.version>
57     <junit.version>4.8.1</junit.version>
58     <karaf.branding.version>1.1.4-Lithium-SR4</karaf.branding.version>
59     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
60     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
61     <snmp.plugin.version>1.0.4-Lithium-SR4</snmp.plugin.version>
62     <!-- Keep this list sorted alphabetically please -->
63   </properties>
64   <modules>
65     <module>distributions/</module>
66     <module>features/</module>
67     <module>feature-selector</module>
68   </modules>
69
70   <distributionManagement>
71     <!-- OpenDayLight Released artifact -->
72     <repository>
73       <id>opendaylight-release</id>
74       <url>${nexusproxy}/repositories/opendaylight.release/</url>
75     </repository>
76     <!-- OpenDayLight Snapshot artifact -->
77     <snapshotRepository>
78       <id>opendaylight-snapshot</id>
79       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
80     </snapshotRepository>
81     <site>
82       <id>${project.artifactId}-site</id>
83       <url>./</url>
84     </site>
85   </distributionManagement>
86   <build>
87     <pluginManagement>
88       <plugins>
89         <plugin>
90           <groupId>org.apache.maven.plugins</groupId>
91           <artifactId>maven-surefire-plugin</artifactId>
92           <version>${maven.surefire.version}</version>
93         </plugin>
94       </plugins>
95     </pluginManagement>
96     <plugins>
97       <plugin>
98         <groupId>org.apache.maven.plugins</groupId>
99         <artifactId>maven-enforcer-plugin</artifactId>
100         <version>${enforcer.version}</version>
101         <executions>
102           <execution>
103             <id>enforce-maven</id>
104             <goals>
105               <goal>enforce</goal>
106             </goals>
107             <configuration>
108               <rules>
109                 <requireMavenVersion>
110                   <version>3.1.1</version>
111                 </requireMavenVersion>
112               </rules>
113             </configuration>
114           </execution>
115         </executions>
116       </plugin>
117     </plugins>
118   </build>
119 </project>