This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M7-RC1 in repository https://gitbox.apache.org/repos/asf/isis.git
commit 7ba6e12b2f54355383e295557e0d23da8e577916 Author: Dan Haywood <[email protected]> AuthorDate: Sat Feb 12 14:11:18 2022 +0000 ISIS-2859: updates hardcoded reference to 2.0.0-M6 up to M7 --- .../isis/core/internaltestsupport/config/IsisConfigurationLegacy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/internaltestsupport/src/main/java/org/apache/isis/core/internaltestsupport/config/IsisConfigurationLegacy.java b/core/internaltestsupport/src/main/java/org/apache/isis/core/internaltestsupport/config/IsisConfigurationLegacy.java index 1a9d790..8c31c63 100644 --- a/core/internaltestsupport/src/main/java/org/apache/isis/core/internaltestsupport/config/IsisConfigurationLegacy.java +++ b/core/internaltestsupport/src/main/java/org/apache/isis/core/internaltestsupport/config/IsisConfigurationLegacy.java @@ -33,7 +33,7 @@ public interface IsisConfigurationLegacy { // -- VERSION public default String getVersion() { - return "2.0.0-M6"; + return "2.0.0-M7"; } // --
