EGit v4.9.0.201710071750-r
[egit/eclipse.git] / org.eclipse.egit.core / pom.xml
blob45132ebd55c4080adeb48c29e0961eea061f4201
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
4    Copyright (C) 2010, Chris Aniszczyk <caniszczyk@gmail.com>
6    All rights reserved. This program and the accompanying materials
7    are made available under the terms of the Eclipse Public License v1.0
8    which accompanies this distribution, and is available at
9    http://www.eclipse.org/legal/epl-v10.html
10 -->
12 <project xmlns="http://maven.apache.org/POM/4.0.0"
13     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
15   <modelVersion>4.0.0</modelVersion>
17   <parent>
18     <groupId>org.eclipse.egit</groupId>
19     <artifactId>egit-parent</artifactId>
20     <version>4.9.0.201710071750-r</version>
21   </parent>
23   <artifactId>org.eclipse.egit.core</artifactId>
24   <packaging>eclipse-plugin</packaging>
26   <name>Git Team Provider (Core)</name>
28  <build>
29     <plugins>
30       <plugin>
31         <groupId>org.eclipse.tycho</groupId>
32         <artifactId>tycho-source-plugin</artifactId>
33       </plugin>
34     </plugins>
35   </build>
37 </project>