Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
-
ba647d4c
by 166231 at 2018-03-12T11:05:32Z
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:
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 |
|
| 29 | 29 |
<groupId>fr.ird.t3</groupId>
|
| 30 | 30 |
<artifactId>ird-t3</artifactId>
|
| 31 |
- <version>2.3-SNAPSHOT</version>
|
|
| 31 |
+ <version>2.4-SNAPSHOT</version>
|
|
| 32 | 32 |
<packaging>pom</packaging>
|
| 33 | 33 |
|
| 34 | 34 |
<name>T3 :: Pom</name>
|
| ... | ... | @@ -482,7 +482,7 @@ |
| 482 | 482 |
<!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
|
| 483 | 483 |
<tasks>
|
| 484 | 484 |
<echo message="Delete test data cache at ${test.cache.dir}" />
|
| 485 |
- <delete dir="${test.cache.dir}"/>
|
|
| 485 |
+ <delete dir="${test.cache.dir}" />
|
|
| 486 | 486 |
</tasks>
|
| 487 | 487 |
</configuration>
|
| 488 | 488 |
<goals>
|
| ... | ... | @@ -512,7 +512,7 @@ |
| 512 | 512 |
<!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
|
| 513 | 513 |
<tasks>
|
| 514 | 514 |
<echo message="Delete installer data cache at ${installer.cache.dir}" />
|
| 515 |
- <delete dir="${installer.cache.dir}"/>
|
|
| 515 |
+ <delete dir="${installer.cache.dir}" />
|
|
| 516 | 516 |
</tasks>
|
| 517 | 517 |
</configuration>
|
| 518 | 518 |
<goals>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-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.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-domain</artifactId>
|
| ... | ... | @@ -18,14 +18,13 @@ |
| 18 | 18 |
along with this program. If not, see <http://www.gnu.org/licenses />.
|
| 19 | 19 |
#L%
|
| 20 | 20 |
-->
|
| 21 |
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
| 22 |
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
| 21 |
+<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">
|
|
| 23 | 22 |
<modelVersion>4.0.0</modelVersion>
|
| 24 | 23 |
|
| 25 | 24 |
<parent>
|
| 26 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 27 | 26 |
<artifactId>ird-t3</artifactId>
|
| 28 |
- <version>2.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-SNAPSHOT</version>
|
|
| 29 | 28 |
</parent>
|
| 30 | 29 |
|
| 31 | 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.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-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.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-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.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-SNAPSHOT</version>
|
|
| 28 | 28 |
</parent>
|
| 29 | 29 |
|
| 30 | 30 |
<artifactId>t3-installer</artifactId>
|
| ... | ... | @@ -235,10 +235,10 @@ |
| 235 | 235 |
<configuration>
|
| 236 | 236 |
<skip>${installer.cache.skip}</skip>
|
| 237 | 237 |
<tasks>
|
| 238 |
- <unzip src="${installer.cache.dir}/t3-data-${t3-data.version}-ddl.zip" dest="${installer.cache.dir}"/>
|
|
| 239 |
- <unzip src="${installer.cache.dir}/t3-data-${t3-data.version}-referential.zip" dest="${installer.cache.dir}"/>
|
|
| 240 |
- <unzip src="${installer.cache.dir}/t3-data-${t3-data.version}-zones.zip" dest="${installer.cache.dir}"/>
|
|
| 241 |
- <unzip src="${installer.cache.dir}/t3-data-${t3-data.version}-h2.zip" dest="${installer.cache.dir}"/>
|
|
| 238 |
+ <unzip src="${installer.cache.dir}/t3-data-${t3-data.version}-ddl.zip" dest="${installer.cache.dir}" />
|
|
| 239 |
+ <unzip src="${installer.cache.dir}/t3-data-${t3-data.version}-referential.zip" dest="${installer.cache.dir}" />
|
|
| 240 |
+ <unzip src="${installer.cache.dir}/t3-data-${t3-data.version}-zones.zip" dest="${installer.cache.dir}" />
|
|
| 241 |
+ <unzip src="${installer.cache.dir}/t3-data-${t3-data.version}-h2.zip" dest="${installer.cache.dir}" />
|
|
| 242 | 242 |
</tasks>
|
| 243 | 243 |
</configuration>
|
| 244 | 244 |
<goals>
|
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
<parent>
|
| 25 | 25 |
<groupId>fr.ird.t3</groupId>
|
| 26 | 26 |
<artifactId>ird-t3</artifactId>
|
| 27 |
- <version>2.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-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.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-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.3-SNAPSHOT</version>
|
|
| 27 |
+ <version>2.4-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.3-SNAPSHOT</version>
|
|
| 29 |
+ <version>2.4-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>t3</artifactId>
|