This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M8-RC1 in repository https://gitbox.apache.org/repos/asf/isis.git
commit a6a875f8e3a42676089e7f21bcccc114bba3af84 Author: Dan Haywood <[email protected]> AuthorDate: Sun Aug 21 13:57:40 2022 +0100 ISIS-2965: bumps java file referencing 2.0.0-M7 to 2.0.0-M8 --- .../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 8c31c630a7..3bbb3c395b 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-M7"; + return "2.0.0-M8"; } // --
