File: pom.xml.diff

package info (click to toggle)
freehep-graphics2d 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 328 kB
  • ctags: 631
  • sloc: java: 2,631; xml: 148; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 636 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
From: Gabriele Giacone <losgarbo@libero.it>
Subject: [PATCH] patch/pom.xml

fh-chartableconverter-plugin version hardcoded

Signed-off-by: Gabriele Giacone <losgarbo@libero.it>

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

diff --git a/pom.xml b/pom.xml
index 9196988..e6cb900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
       <plugin>
         <groupId>org.freehep</groupId>
         <artifactId>freehep-chartableconverter-plugin</artifactId>
+	<version>2.0</version>
         <executions>
           <execution>
             <id>Expert</id>
-- 
tg: (de278b6..) patch/pom.xml (depends on: master)