EGit v5.0.1.201806211838-r
[egit/eclipse.git] / org.eclipse.egit.ui.smartimport / pom.xml
blobeeba54988889606afce05b5f1e4c3680bd05ea7d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    Copyright (C) 2016 Mickael Istria <mistria@redhat.com>
5    All rights reserved. This program and the accompanying materials
6    are made available under the terms of the Eclipse Public License 2.0
7    which accompanies this distribution, and is available at
8    https://www.eclipse.org/legal/epl-2.0/
10    SPDX-License-Identifier: EPL-2.0
11 -->
12 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14         <modelVersion>4.0.0</modelVersion>
15         <parent>
16                 <groupId>org.eclipse.egit</groupId>
17                 <version>5.0.1.201806211838-r</version>
18                 <artifactId>egit-parent</artifactId>
19         </parent>
20         <artifactId>org.eclipse.egit.ui.smartimport</artifactId>
21         <packaging>eclipse-plugin</packaging>
23         <name>Git Team Provider (auto-import wizard)</name>
25         <build>
26                 <plugins>
27                         <plugin>
28                                 <groupId>org.eclipse.tycho</groupId>
29                                 <artifactId>tycho-source-plugin</artifactId>
30                         </plugin>
31                 </plugins>
32         </build>
33 </project>