Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
-
bf17b0af
by Tony CHEMIT at 2018-05-04T14:24:06Z
11 changed files:
- pom.xml
- t3-actions/pom.xml
- t3-domain/pom.xml
- t3-input-avdthv33/pom.xml
- t3-input-avdthv35/pom.xml
- t3-input-avdthv36/pom.xml
- t3-installer/pom.xml
- t3-msaccess-importer/pom.xml
- t3-output-balbayav32/pom.xml
- t3-web/pom.xml
- t3/pom.xml
Changes:
| ... | ... | @@ -17,8 +17,7 @@ |
| 17 | 17 |
along with this program. If not, see <http://www.gnu.org/licenses />.
|
| 18 | 18 |
#L%
|
| 19 | 19 |
-->
|
| 20 |
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
| 21 |
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 20 |
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 22 | 21 |
<modelVersion>4.0.0</modelVersion>
|
| 23 | 22 |
|
| 24 | 23 |
<parent>
|
| ... | ... | @@ -29,7 +28,7 @@ |
| 29 | 28 |
|
| 30 | 29 |
<groupId>fr.ird.t3</groupId>
|
| 31 | 30 |
<artifactId>ird-t3</artifactId>
|
| 32 |
- <version>2.8-SNAPSHOT</version>
|
|
| 31 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 33 | 32 |
<packaging>pom</packaging>
|
| 34 | 33 |
|
| 35 | 34 |
<name>T3 :: Pom</name>
|
| ... | ... | @@ -296,13 +295,13 @@ |
| 296 | 295 |
<configuration>
|
| 297 | 296 |
<!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
|
| 298 | 297 |
<tasks>
|
| 299 |
- <echo message="Copy model to site"/>
|
|
| 298 |
+ <echo message="Copy model to site" />
|
|
| 300 | 299 |
<copy verbose="true" failonerror="false" overwrite="true" todir="${project.reporting.outputDirectory}/model">
|
| 301 | 300 |
<fileset dir="${basedir}/doc/modelisation/t3">
|
| 302 |
- <include name="**/*.png"/>
|
|
| 301 |
+ <include name="**/*.png" />
|
|
| 303 | 302 |
</fileset>
|
| 304 | 303 |
<fileset dir="${basedir}/t3-domain/src/main/xmi">
|
| 305 |
- <include name="t3-persistence.zargo"/>
|
|
| 304 |
+ <include name="t3-persistence.zargo" />
|
|
| 306 | 305 |
</fileset>
|
| 307 | 306 |
</copy>
|
| 308 | 307 |
</tasks>
|
| ... | ... | @@ -489,8 +488,8 @@ |
| 489 | 488 |
<configuration>
|
| 490 | 489 |
<!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
|
| 491 | 490 |
<tasks>
|
| 492 |
- <echo message="Delete test data cache at ${test.cache.dir}"/>
|
|
| 493 |
- <delete dir="${test.cache.dir}"/>
|
|
| 491 |
+ <echo message="Delete test data cache at ${test.cache.dir}" />
|
|
| 492 |
+ <delete dir="${test.cache.dir}" />
|
|
| 494 | 493 |
</tasks>
|
| 495 | 494 |
</configuration>
|
| 496 | 495 |
<goals>
|
| ... | ... | @@ -519,8 +518,8 @@ |
| 519 | 518 |
<configuration>
|
| 520 | 519 |
<!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
|
| 521 | 520 |
<tasks>
|
| 522 |
- <echo message="Delete installer data cache at ${installer.cache.dir}"/>
|
|
| 523 |
- <delete dir="${installer.cache.dir}"/>
|
|
| 521 |
+ <echo message="Delete installer data cache at ${installer.cache.dir}" />
|
|
| 522 |
+ <delete dir="${installer.cache.dir}" />
|
|
| 524 | 523 |
</tasks>
|
| 525 | 524 |
</configuration>
|
| 526 | 525 |
<goals>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-actions</artifactId>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-domain</artifactId>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-input-avdthv33</artifactId>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-input-avdthv35</artifactId>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-input-avdthv36</artifactId>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-installer</artifactId>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-msaccess-importer</artifactId>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-output-balbayav32</artifactId>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.8-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-web</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.t3</groupId>
|
| 28 | 28 |
<artifactId>ird-t3</artifactId>
|
| 29 |
- <version>2.8-SNAPSHOT</version>
|
|
| 29 |
+ <version>2.9-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>t3</artifactId>
|