Update org.apache.commons:commons-compress to 1.25.0
[egit/eclipse.git] / org.eclipse.egit.gitflow.ui / pom.xml
blob680911ac50ae3a979266c46f5c7c992e14c3cb58
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    Copyright (C) 2018, Max Hohenegger <eclipse@hohenegger.eu>
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 -->
13 <project xmlns="http://maven.apache.org/POM/4.0.0"
14     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16   <modelVersion>4.0.0</modelVersion>
18   <parent>
19     <groupId>org.eclipse.egit</groupId>
20     <artifactId>egit-parent</artifactId>
21     <version>6.8.0-SNAPSHOT</version>
22   </parent>
24   <artifactId>org.eclipse.egit.gitflow.ui</artifactId>
25   <packaging>eclipse-plugin</packaging>
27   <name>Git Flow UI</name>
29  <build>
30     <plugins>
31       <plugin>
32         <groupId>org.eclipse.tycho</groupId>
33         <artifactId>tycho-source-plugin</artifactId>
34       </plugin>
35     </plugins>
36     <pluginManagement>
37       <plugins>
38         <plugin>
39           <groupId>com.github.spotbugs</groupId>
40           <artifactId>spotbugs-maven-plugin</artifactId>
41           <configuration>
42             <excludeFilterFile>findBugs/FindBugsExcludeFilter.xml</excludeFilterFile>
43           </configuration>
44         </plugin>
45       </plugins>
46     </pluginManagement>
47   </build>
49 </project>