Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
-
6a5ab77f
by Tony CHEMIT at 2018-03-02T14:27:19Z
-
d1ff484a
by Tony CHEMIT at 2018-03-02T14:27:19Z
-
a533b2b3
by Tony CHEMIT at 2018-03-02T14:27:49Z
4 changed files:
Changes:
| ... | ... | @@ -56,7 +56,7 @@ image: registry.gitlab.com/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}/docker:lat |
| 56 | 56 |
- if [ -n "${MAKE_STAGE}" ]; then ultreiaio-milestone-close; fi
|
| 57 | 57 |
- if [ -n "${MAKE_STAGE}" ]; then ultreiaio-release-start; fi
|
| 58 | 58 |
- if [ -n "${MAKE_STAGE}" ]; then ultreiaio-release-finish; fi
|
| 59 |
- - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-stage-drop; fi
|
|
| 59 |
+ - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-stage-close; fi
|
|
| 60 | 60 |
- if [ -n "${MAKE_STAGE}" ]; then ultreiaio-changelog-update-staging; fi
|
| 61 | 61 |
- if [ -n "${MAKE_STAGE}" ]; then ultreiaio-milestone-create; fi
|
| 62 | 62 |
|
| ... | ... | @@ -230,6 +230,45 @@ |
| 230 | 230 |
</configuration>
|
| 231 | 231 |
</plugin>
|
| 232 | 232 |
|
| 233 |
+ <plugin>
|
|
| 234 |
+ <groupId>io.ultreia.java4all.jgitflow</groupId>
|
|
| 235 |
+ <artifactId>jgitflow-maven-plugin</artifactId>
|
|
| 236 |
+ <version>${plugin.version.jgitflow}</version>
|
|
| 237 |
+ <configuration>
|
|
| 238 |
+ <flowInitContext>
|
|
| 239 |
+ <versionTagPrefix>v</versionTagPrefix>
|
|
| 240 |
+ <masterBranchName>${jgitflow.masterBranchName}</masterBranchName>
|
|
| 241 |
+ <developBranchName>${jgitflow.developBranchName}</developBranchName>
|
|
| 242 |
+ </flowInitContext>
|
|
| 243 |
+ <scmCommentPrefix>[jgitflow-maven-plugin]</scmCommentPrefix>
|
|
| 244 |
+ <scmCommentSuffix>[skip ci]</scmCommentSuffix>
|
|
| 245 |
+ <autoVersionSubmodules>true</autoVersionSubmodules>
|
|
| 246 |
+ <addScmCommentSuffixOnMerge>false</addScmCommentSuffixOnMerge>
|
|
| 247 |
+ |
|
| 248 |
+ </configuration>
|
|
| 249 |
+ <executions>
|
|
| 250 |
+ <execution>
|
|
| 251 |
+ <id>default-release-start</id>
|
|
| 252 |
+ <goals>
|
|
| 253 |
+ <goal>release-start</goal>
|
|
| 254 |
+ </goals>
|
|
| 255 |
+ <configuration>
|
|
| 256 |
+ <pushReleases>true</pushReleases>
|
|
| 257 |
+ <enableSshAgent>true</enableSshAgent>
|
|
| 258 |
+ </configuration>
|
|
| 259 |
+ </execution>
|
|
| 260 |
+ <execution>
|
|
| 261 |
+ <goals>
|
|
| 262 |
+ <goal>release-finish</goal>
|
|
| 263 |
+ </goals>
|
|
| 264 |
+ <configuration>
|
|
| 265 |
+ <pushReleases>true</pushReleases>
|
|
| 266 |
+ <enableSshAgent>true</enableSshAgent>
|
|
| 267 |
+ </configuration>
|
|
| 268 |
+ </execution>
|
|
| 269 |
+ </executions>
|
|
| 270 |
+ </plugin>
|
|
| 271 |
+ |
|
| 233 | 272 |
</plugins>
|
| 234 | 273 |
</pluginManagement>
|
| 235 | 274 |
<plugins>
|
| ... | ... | @@ -276,7 +315,7 @@ |
| 276 | 315 |
<profiles>
|
| 277 | 316 |
|
| 278 | 317 |
<profile>
|
| 279 |
- <id>release-modules-profile</id>
|
|
| 318 |
+ <id>release-profile</id>
|
|
| 280 | 319 |
<activation>
|
| 281 | 320 |
<property>
|
| 282 | 321 |
<name>performRelease</name>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.t3</groupId>
|
| 29 | 29 |
<artifactId>ird-t3</artifactId>
|
| 30 |
- <version>2.2-SNAPSHOT</version>
|
|
| 30 |
+ <version>2.3-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>t3-installer</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.t3</groupId>
|
| 28 | 28 |
<artifactId>ird-t3</artifactId>
|
| 29 |
- <version>2.2-SNAPSHOT</version>
|
|
| 29 |
+ <version>2.3-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>t3</artifactId>
|