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

Commits:

2 changed files:

Changes:

  • client/runner/pom.xml
    ... ... @@ -268,7 +268,7 @@
    268 268
                 </goals>
    
    269 269
               </execution>
    
    270 270
               <execution>
    
    271
    -            <id>Prepare release files</id>
    
    271
    +            <id>Prepare jar release files</id>
    
    272 272
                 <phase>integration-test</phase>
    
    273 273
                 <configuration>
    
    274 274
                   <target>
    
    ... ... @@ -304,7 +304,7 @@
    304 304
                 <inherited>false</inherited>
    
    305 305
                 <executions>
    
    306 306
                   <execution>
    
    307
    -                <id>Prepare release files</id>
    
    307
    +                <id>Prepare exe release files</id>
    
    308 308
                     <phase>integration-test</phase>
    
    309 309
                     <configuration>
    
    310 310
                       <target>
    

  • tests/test/pom.xml
    ... ... @@ -92,7 +92,7 @@
    92 92
                     </goals>
    
    93 93
                     <configuration>
    
    94 94
                       <url>scpexe://ultreia.io</url>
    
    95
    -                  <serverId>download-tck</serverId>
    
    95
    +                  <serverId>doc.ultreia.io</serverId>
    
    96 96
                       <fromFile>/var/www/html/private/ird-observe/db/${tck.filename}</fromFile>
    
    97 97
                       <toDir>${project.build.directory}</toDir>
    
    98 98
                     </configuration>