Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3

Commits:

10 changed files:

Changes:

  • pom.xml
    ... ... @@ -28,7 +28,7 @@
    28 28
     
    
    29 29
       <groupId>fr.ird.t3</groupId>
    
    30 30
       <artifactId>ird-t3</artifactId>
    
    31
    -  <version>2.1-SNAPSHOT</version>
    
    31
    +  <version>2.2-SNAPSHOT</version>
    
    32 32
       <packaging>pom</packaging>
    
    33 33
     
    
    34 34
       <name>T3 :: Pom</name>
    
    ... ... @@ -245,13 +245,13 @@
    245 245
                 <configuration>
    
    246 246
                   <!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
    
    247 247
                   <tasks>
    
    248
    -                <echo message="Copy model to site"/>
    
    248
    +                <echo message="Copy model to site" />
    
    249 249
                     <copy verbose="true" failonerror="false" overwrite="true" todir="${project.reporting.outputDirectory}/model">
    
    250 250
                       <fileset dir="${basedir}/doc/modelisation/t3">
    
    251
    -                    <include name="**/*.png"/>
    
    251
    +                    <include name="**/*.png" />
    
    252 252
                       </fileset>
    
    253 253
                       <fileset dir="${basedir}/t3-domain/src/main/xmi">
    
    254
    -                    <include name="t3-persistence.zargo"/>
    
    254
    +                    <include name="t3-persistence.zargo" />
    
    255 255
                       </fileset>
    
    256 256
                     </copy>
    
    257 257
                   </tasks>
    

  • t3-actions/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-actions</artifactId>
    

  • t3-domain/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-domain</artifactId>
    

  • t3-input-avdthv33/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv33</artifactId>
    

  • t3-input-avdthv35/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv35</artifactId>
    

  • t3-input-avdthv36/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv36</artifactId>
    

  • t3-msaccess-importer/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-msaccess-importer</artifactId>
    

  • t3-output-balbayav32/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-output-balbayav32</artifactId>
    

  • t3-test/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-test</artifactId>
    

  • t3-web/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>ird-t3</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.2-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-web</artifactId>