Set odl-version to 0.8.3-Beryllium-SR3 release
[yangide.git] / plugins / org.opendaylight.yangide.ui / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright (c) 2014, 2015 Cisco Systems, Inc. and others.  All rights reserved.
4      
5      This program and the accompanying materials are made available under the
6      terms of the Eclipse Public License v1.0 which accompanies this distribution,
7      and is available at http://www.eclipse.org/legal/epl-v10.html
8      
9  -->
10 <!--                                                                                -->
11 <!-- This program and the accompanying materials are made available under the       -->
12 <!-- terms of the Eclipse Public License v1.0 which accompanies this distribution,  -->
13 <!-- and is available at http://www.eclipse.org/legal/epl-v10.html                  -->
14 <!-- ============================================================================== -->
15 <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">
16   <modelVersion>4.0.0</modelVersion>
17
18   <parent>
19     <groupId>org.opendaylight.yangide</groupId>
20     <artifactId>org.opendaylight.yangide.parent</artifactId>
21     <version>1.1.1-SNAPSHOT</version>
22     <relativePath>../..</relativePath>
23   </parent>
24
25   <artifactId>org.opendaylight.yangide.ui</artifactId>
26   <packaging>eclipse-plugin</packaging>
27   <version>1.1.1-SNAPSHOT</version>
28   <properties>
29     <yangbinding_groupid>org.opendaylight.mdsal</yangbinding_groupid>
30     <yangbinding_artifactid>yang-binding</yangbinding_artifactid>
31     <yangbinding_version>0.8.3-Beryllium-SR3</yangbinding_version>
32     <yangplugin_groupid>org.opendaylight.yangtools</yangplugin_groupid>
33     <yangplugin_artifactid>yang-maven-plugin</yangplugin_artifactid>
34     <yangplugin_version>0.8.3-Beryllium-SR3</yangplugin_version>
35     <codegen_groupid>org.opendaylight.mdsal</codegen_groupid>
36     <codegen_artifactid>maven-sal-api-gen-plugin</codegen_artifactid>
37     <codegen_version>0.8.3-Beryllium-SR3</codegen_version>
38     <codegen_classname>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codegen_classname>
39     <codegen_outputdir>target/generated-sources/sal</codegen_outputdir>
40     <odl_release_url>https://nexus.opendaylight.org/content/repositories/opendaylight.release/</odl_release_url>
41     <odl_snapshot_url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</odl_snapshot_url>
42     <bundleplugin_groupid>org.apache.felix</bundleplugin_groupid>
43     <bundleplugin_artifactid>maven-bundle-plugin</bundleplugin_artifactid>
44     <bundleplugin_version>2.4.0</bundleplugin_version>
45   </properties>
46   <build>
47     <sourceDirectory>src</sourceDirectory>
48     <resources>
49         <resource>
50             <!-- The intent is to copy properties files from "resources" into the "resources" folder
51             in the resulting jar.  This works.  The doc for the "targetPath" property says that it
52             shouldn't be necessary, but this would write the file to the root without it.
53              -->
54             <directory>resources</directory>
55             <targetPath>resources</targetPath>
56             <filtering>true</filtering>
57             <includes>
58                 <include>**/*.properties</include>
59             </includes>
60         </resource>
61     </resources>
62   </build>
63 </project>