Tony CHEMIT pushed to branch develop at ultreia.io / ird-observe

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -86,11 +86,11 @@ stage:
    86 86
       <<: *before_script_clone
    
    87 87
       script:
    
    88 88
         - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y
    
    89
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/develop/bin/close-milestone.sh | bash
    
    90
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/develop/bin/create-stage.sh | bash
    
    91
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/develop/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
    
    92
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/develop/bin/create-milestone.sh | bash
    
    93
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/develop/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    89
    +    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/close-milestone.sh | bash
    
    90
    +    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/create-stage.sh | bash
    
    91
    +    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
    
    92
    +    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/create-milestone.sh | bash
    
    93
    +    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    94 94
     
    
    95 95
     latest-site:
    
    96 96
       <<: *env_test
    
    ... ... @@ -146,13 +146,13 @@ release:
    146 146
       <<: *staging
    
    147 147
       when: manual
    
    148 148
       script:
    
    149
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/develop/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    149
    +    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    150 150
     
    
    151 151
     drop:
    
    152 152
       <<: *staging
    
    153 153
       when: manual
    
    154 154
       script:
    
    155
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/develop/bin/drop-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    155
    +    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/drop-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    156 156
     
    
    157 157
     production:
    
    158 158
       stage: Production
    

  • pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>io.ultreia.maven</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>4</version>
    
    29
    +    <version>5</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <groupId>fr.ird.observe</groupId>