Prepare 5.1.3-SNAPSHOT builds
[egit/eclipse.git] / org.eclipse.egit.core / pom.xml
blob3ec34ff7c217b0852dfb6070cf0bd23bd478abcf
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 2.0
8    which accompanies this distribution, and is available at
9    https://www.eclipse.org/legal/epl-2.0/
11    SPDX-License-Identifier: EPL-2.0
12 -->
14 <project xmlns="http://maven.apache.org/POM/4.0.0"
15     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17   <modelVersion>4.0.0</modelVersion>
19   <parent>
20     <groupId>org.eclipse.egit</groupId>
21     <artifactId>egit-parent</artifactId>
22     <version>5.1.3-SNAPSHOT</version>
23   </parent>
25   <artifactId>org.eclipse.egit.core</artifactId>
26   <packaging>eclipse-plugin</packaging>
28   <name>Git Team Provider (Core)</name>
30  <build>
31     <plugins>
32       <plugin>
33         <groupId>org.eclipse.tycho</groupId>
34         <artifactId>tycho-source-plugin</artifactId>
35       </plugin>
36     </plugins>
37   </build>
39 </project>