Skip to content

Commit

Permalink
[JENKINS-33467] Adjust reported Jenkins version number for LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed May 25, 2016
1 parent 12e7996 commit d53cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/CauseAction.java
Expand Up @@ -187,7 +187,7 @@ public static class ConverterImpl extends XStream2.PassthruConverter<CauseAction
ca.causeBag = new LinkedHashMap<>();
}
ca.addCauses(ca.causes);
OldDataMonitor.report(context, "1.653");
OldDataMonitor.report(context, " 1.651.2");
ca.causes = null;
}
}
Expand Down

0 comments on commit d53cab3

Please sign in to comment.