You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/01/18 17:05:46 UTC

[isis] branch v2 updated: ISIS-1811: bump IsisConfiguration#getVersion() -> 2.0.0-M3

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new f4671d2  ISIS-1811: bump IsisConfiguration#getVersion() -> 2.0.0-M3
f4671d2 is described below

commit f4671d2be62b3875977ad069cb7c546a116e5b4c
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 18 18:05:41 2019 +0100

    ISIS-1811: bump IsisConfiguration#getVersion() -> 2.0.0-M3
---
 core/config/src/main/java/org/apache/isis/config/IsisConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/config/src/main/java/org/apache/isis/config/IsisConfiguration.java b/core/config/src/main/java/org/apache/isis/config/IsisConfiguration.java
index a0e0717..51cd271 100644
--- a/core/config/src/main/java/org/apache/isis/config/IsisConfiguration.java
+++ b/core/config/src/main/java/org/apache/isis/config/IsisConfiguration.java
@@ -106,7 +106,7 @@ public interface IsisConfiguration {
     // -- VERSION
     
     public static String getVersion() {
-        return "2.0.0-M2";
+        return "2.0.0-M3";
     }
     
     // --