diff --git a/server/src/com/gip/xyna/update/Updater.java b/server/src/com/gip/xyna/update/Updater.java index 35a474522..9d613d67f 100644 --- a/server/src/com/gip/xyna/update/Updater.java +++ b/server/src/com/gip/xyna/update/Updater.java @@ -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)