xref: /JGit/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
1e9c5ec55SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?>
2e9c5ec55SMatthias Sohn<!--
35c5f7c6bSMatthias Sohn  Copyright (C) 2009-2012, Matthias Sohn <matthias.sohn@sap.com> and others
4e9c5ec55SMatthias Sohn
55c5f7c6bSMatthias Sohn  This program and the accompanying materials are made available under the
65c5f7c6bSMatthias Sohn  terms of the Eclipse Distribution License v. 1.0 which is available at
75c5f7c6bSMatthias Sohn  http://www.eclipse.org/org/documents/edl-v10.php.
8e9c5ec55SMatthias Sohn
95c5f7c6bSMatthias Sohn  SPDX-License-Identifier: BSD-3-Clause
10e9c5ec55SMatthias Sohn-->
11e9c5ec55SMatthias Sohn
12e9c5ec55SMatthias Sohn<project xmlns="http://maven.apache.org/POM/4.0.0"
13e9c5ec55SMatthias Sohn    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14e9c5ec55SMatthias Sohn    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
15e9c5ec55SMatthias Sohn  <modelVersion>4.0.0</modelVersion>
16e9c5ec55SMatthias Sohn
17e9c5ec55SMatthias Sohn  <parent>
18e9c5ec55SMatthias Sohn    <groupId>org.eclipse.jgit</groupId>
19e9c5ec55SMatthias Sohn    <artifactId>jgit.tycho.parent</artifactId>
20*1cbfea9eSMatthias Sohn    <version>5.13.0-SNAPSHOT</version>
21e9c5ec55SMatthias Sohn  </parent>
22e9c5ec55SMatthias Sohn
2343543e79SMatthias Sohn  <groupId>org.eclipse.jgit.feature</groupId>
2443543e79SMatthias Sohn  <artifactId>org.eclipse.jgit.source</artifactId>
25e9c5ec55SMatthias Sohn  <packaging>eclipse-feature</packaging>
26e9c5ec55SMatthias Sohn
27f5f1536fSMatthias Sohn  <name>JGit Source Feature</name>
28e9c5ec55SMatthias Sohn
29eeab3757SThomas Wolf  <dependencies>
30eeab3757SThomas Wolf    <dependency>
31eeab3757SThomas Wolf      <groupId>org.eclipse.jgit.feature</groupId>
32eeab3757SThomas Wolf      <artifactId>org.eclipse.jgit</artifactId>
33*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
34eeab3757SThomas Wolf    </dependency>
35eeab3757SThomas Wolf  </dependencies>
36eeab3757SThomas Wolf
37e9c5ec55SMatthias Sohn</project>
38