Skip to content

Commit

Permalink
Merge pull request #505 from Xyna-Factory/504-update-from-version-902…
Browse files Browse the repository at this point in the history
…x-to-9030

504-update-from-version-902x-to-9030
  • Loading branch information
PatrickVonMassow-GIP authored Sep 26, 2023
2 parents 1737c18 + 62fcb85 commit 3d6c324
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/com/gip/xyna/update/Updater.java
Original file line number Diff line number Diff line change
Expand Up @@ -1770,12 +1770,14 @@ private void init() {

// 9.0.2.0
Version v467 = new Version(v466).increaseToMajorVersion(3, 1);
ud.addFollowingBranchVersionsAsAllowedForUpdate(4); //9.0.1.x darf hier drauf updaten
ud = new UpdateJustVersion(v466, v467, true);
updates.add(ud);

// 9.0.3.0
Version v468 = new Version(v467).increaseToMajorVersion(3, 1);
ud = new UpdateJustVersion(v467, v468);
ud.addFollowingBranchVersionsAsAllowedForUpdate(4); //9.0.2.x darf hier drauf updaten
updates.add(ud);

//ACHTUNG: bei updates in einem branch muss gewährleistet werden, dass alle späteren versionen (trunk, spätere branches)
Expand Down

0 comments on commit 3d6c324

Please sign in to comment.