| ... |
... |
@@ -26,7 +26,7 @@ |
|
26
|
26
|
<parent>
|
|
27
|
27
|
<groupId>io.ultreia.maven</groupId>
|
|
28
|
28
|
<artifactId>pom</artifactId>
|
|
29
|
|
- <version>2017.36</version>
|
|
|
29
|
+ <version>2017.38</version>
|
|
30
|
30
|
</parent>
|
|
31
|
31
|
|
|
32
|
32
|
<groupId>fr.ird.observe</groupId>
|
| ... |
... |
@@ -153,8 +153,8 @@ |
|
153
|
153
|
<buildDate>${maven.build.timestamp}</buildDate>
|
|
154
|
154
|
|
|
155
|
155
|
<observeToolkitVersion>1.7-SNAPSHOT</observeToolkitVersion>
|
|
156
|
|
- <eugenePluginVersion>3.0-alpha-16</eugenePluginVersion>
|
|
157
|
|
- <processorPluginVersion>1.3</processorPluginVersion>
|
|
|
156
|
+ <plugin.version.eugene>3.0-alpha-16</plugin.version.eugene>
|
|
|
157
|
+ <plugin.version.processor>1.3</plugin.version.processor>
|
|
158
|
158
|
|
|
159
|
159
|
<jaxx.version>3.0-alpha-17</jaxx.version>
|
|
160
|
160
|
<i18n.version>4.0-alpha-7-SNAPSHOT</i18n.version>
|
| ... |
... |
@@ -174,12 +174,11 @@ |
|
174
|
174
|
<webmotionVersion>2.5.3</webmotionVersion>
|
|
175
|
175
|
<httpComponentsVersion>4.5.3</httpComponentsVersion>
|
|
176
|
176
|
<geoToolsVersion>17.2</geoToolsVersion>
|
|
177
|
|
- <guavaVersion>23.2-jre</guavaVersion>
|
|
|
177
|
+ <guavaVersion>23.3-jre</guavaVersion>
|
|
178
|
178
|
|
|
179
|
179
|
<!-- license header configuration -->
|
|
180
|
180
|
<license.licenseName>gpl_v3</license.licenseName>
|
|
181
|
181
|
<license.organizationName>IRD, Code Lutin, Ultreia.io</license.organizationName>
|
|
182
|
|
- <license.excludes>**/ftl/*.ftl,**/i18n/*.properties,**/THIRD-PARTY.properties,**/*.sh,**/*.json</license.excludes>
|
|
183
|
182
|
|
|
184
|
183
|
<!-- i18n configuration -->
|
|
185
|
184
|
<i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles>
|
| ... |
... |
@@ -598,13 +597,6 @@ |
|
598
|
597
|
</exclusions>
|
|
599
|
598
|
</dependency>
|
|
600
|
599
|
|
|
601
|
|
- <!-- FreeMarker -->
|
|
602
|
|
- <dependency>
|
|
603
|
|
- <groupId>org.freemarker</groupId>
|
|
604
|
|
- <artifactId>freemarker</artifactId>
|
|
605
|
|
- <version>2.3.23</version>
|
|
606
|
|
- </dependency>
|
|
607
|
|
-
|
|
608
|
600
|
<!-- db -->
|
|
609
|
601
|
<dependency>
|
|
610
|
602
|
<groupId>com.h2database</groupId>
|
| ... |
... |
@@ -867,7 +859,7 @@ |
|
867
|
859
|
<plugin>
|
|
868
|
860
|
<groupId>io.ultreia.java4all.eugene</groupId>
|
|
869
|
861
|
<artifactId>eugene-maven-plugin</artifactId>
|
|
870
|
|
- <version>${eugenePluginVersion}</version>
|
|
|
862
|
+ <version>${plugin.version.eugene}</version>
|
|
871
|
863
|
</plugin>
|
|
872
|
864
|
|
|
873
|
865
|
<plugin>
|
| ... |
... |
@@ -951,7 +943,7 @@ |
|
951
|
943
|
|
|
952
|
944
|
<plugin>
|
|
953
|
945
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
954
|
|
- <version>${projectInfoReportsPluginVersion}</version>
|
|
|
946
|
+ <version>${plugin.version.projectInfoReports}</version>
|
|
955
|
947
|
<inherited>false</inherited>
|
|
956
|
948
|
<reportSets>
|
|
957
|
949
|
<reportSet>
|
| ... |
... |
@@ -976,7 +968,7 @@ |
|
976
|
968
|
|
|
977
|
969
|
<plugin>
|
|
978
|
970
|
<artifactId>maven-changes-plugin</artifactId>
|
|
979
|
|
- <version>${changesPluginVersion}</version>
|
|
|
971
|
+ <version>${plugin.version.changes}</version>
|
|
980
|
972
|
<inherited>false</inherited>
|
|
981
|
973
|
<configuration>
|
|
982
|
974
|
<issueLinkTemplatePerSystem>
|
| ... |
... |
@@ -995,21 +987,21 @@ |
|
995
|
987
|
|
|
996
|
988
|
<plugin>
|
|
997
|
989
|
<artifactId>maven-changelog-plugin</artifactId>
|
|
998
|
|
- <version>${changelogPluginVersion}</version>
|
|
|
990
|
+ <version>${plugin.version.changelog}</version>
|
|
999
|
991
|
<inherited>false</inherited>
|
|
1000
|
992
|
</plugin>
|
|
1001
|
993
|
|
|
1002
|
994
|
<plugin>
|
|
1003
|
995
|
<groupId>org.codehaus.mojo</groupId>
|
|
1004
|
996
|
<artifactId>license-maven-plugin</artifactId>
|
|
1005
|
|
- <version>${licensePluginVersion}</version>
|
|
|
997
|
+ <version>${plugin.version.license}</version>
|
|
1006
|
998
|
<inherited>false</inherited>
|
|
1007
|
999
|
</plugin>
|
|
1008
|
1000
|
|
|
1009
|
1001
|
<plugin>
|
|
1010
|
1002
|
<groupId>org.codehaus.mojo</groupId>
|
|
1011
|
1003
|
<artifactId>versions-maven-plugin</artifactId>
|
|
1012
|
|
- <version>${versionsPluginVersion}</version>
|
|
|
1004
|
+ <version>${plugin.version.versions}</version>
|
|
1013
|
1005
|
<inherited>false</inherited>
|
|
1014
|
1006
|
<reportSets>
|
|
1015
|
1007
|
<reportSet>
|