File: 01-sisu-maven-plugin.patch

package info (click to toggle)
eclipse-aether 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,588 kB
  • ctags: 6,397
  • sloc: java: 45,469; xml: 1,633; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Use the version of sisu-maven-plugin available in Debian
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/pom.xml
+++ b/pom.xml
@@ -490,7 +490,7 @@
         <plugin>
           <groupId>org.eclipse.sisu</groupId>
           <artifactId>sisu-maven-plugin</artifactId>
-          <version>0.0.0.M2</version>
+          <version>1.1</version>
           <executions>
             <execution>
               <id>generate-index</id>