File: 0002-Update-maven-bundle-plugin-version.patch

package info (click to toggle)
super-csv 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,744 kB
  • sloc: java: 16,922; xml: 1,811; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Mon, 30 Apr 2018 11:09:32 +0200
Subject: Update maven-bundle-plugin version

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 18a84bf..a204c3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
 				<plugin>
 					<groupId>org.apache.felix</groupId>
 					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.5.3</version>
+					<version>3.5.0</version>
 				</plugin>
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>