File: 0001-add-version-to-plexus-classworlds.patch

package info (click to toggle)
plexus-component-api 1.0.0~alpha22-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 372 kB
  • ctags: 415
  • sloc: java: 1,136; xml: 61; sh: 11; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Torsten Werner <twerner@debian.org>
Date: Fri, 26 Aug 2011 11:00:10 +0200
Subject: [PATCH] add version to plexus-classworlds

---
 pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index c41864a..c809a2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-classworlds</artifactId>
+      <version>1.2-alpha-7</version>
     </dependency>
   </dependencies>
 
@@ -58,4 +59,4 @@
       </plugin>
     </plugins>
   </reporting>
-</project>
\ No newline at end of file
+</project>
--