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)
|