Tony CHEMIT pushed to branch develop-9.3.x at ultreiaio / ird-observe
Commits:
-
722d72e3
by Tony Chemit at 2024-09-19T15:35:42+02:00
2 changed files:
Changes:
| ... | ... | @@ -76,7 +76,7 @@ |
| 76 | 76 | <artifactId>wagon-maven-plugin</artifactId>
|
| 77 | 77 | <configuration>
|
| 78 | 78 | <serverId>doc.ultreia.io</serverId>
|
| 79 | - <url>scpexe://ultreia.io/var/www/observe/release/observe/${major}/${minor}</url>
|
|
| 79 | + <url>scpexe://ultreia.io/var/www/observe/release/observe/${version.series}</url>
|
|
| 80 | 80 | </configuration>
|
| 81 | 81 | <executions>
|
| 82 | 82 | <execution>
|
| ... | ... | @@ -83,7 +83,7 @@ |
| 83 | 83 | <stageId>frirdobserve</stageId>
|
| 84 | 84 | <java.version>11</java.version>
|
| 85 | 85 | <major>9.x</major>
|
| 86 | - <minor>9.3.x</minor>
|
|
| 86 | + <version.series>9.3.x</version.series>
|
|
| 87 | 87 | <!-- dev version -->
|
| 88 | 88 | <devMode>true</devMode>
|
| 89 | 89 | <model.name>Observe</model.name>
|
| ... | ... | @@ -163,8 +163,8 @@ |
| 163 | 163 | <http.serviceProviderName>fr.ird.observe.services.ObserveServicesProvider</http.serviceProviderName>
|
| 164 | 164 | <http.serviceType>fr.ird.observe.services.service.ObserveService</http.serviceType>
|
| 165 | 165 | <!--gitflow configuration-->
|
| 166 | - <jgitflow.masterBranchName>master-9.3.x</jgitflow.masterBranchName>
|
|
| 167 | - <jgitflow.developBranchName>develop-9.3.x</jgitflow.developBranchName>
|
|
| 166 | + <jgitflow.masterBranchName>master-${version.series}</jgitflow.masterBranchName>
|
|
| 167 | + <jgitflow.developBranchName>develop-${version.series}</jgitflow.developBranchName>
|
|
| 168 | 168 | </properties>
|
| 169 | 169 | <dependencyManagement>
|
| 170 | 170 | <dependencies>
|