Skip to content

Commit 7c2ecb8

Browse files
committed
updated Zikula core target versions
1 parent 3a69eaf commit 7c2ecb8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/extensions

bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/extensions/Utils.xtend

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ class Utils {
147147
def targetSemVer(Application it, Boolean withPoint) {
148148
switch getCoreVersion {
149149
case ZK2DEV:
150-
if (!withPoint) '2.0' else '2.0.2'
150+
if (!withPoint) '2.0' else '2.0.3'
151151
case ZK20:
152-
if (!withPoint) '2.0' else '2.0.1'
152+
if (!withPoint) '2.0' else '2.0.2'
153153
case ZK15:
154-
if (!withPoint) '1.5' else '1.5.1'
155-
case ZK15DEV:
156154
if (!withPoint) '1.5' else '1.5.2'
155+
case ZK15DEV:
156+
if (!withPoint) '1.5' else '1.5.3'
157157
default:
158-
if (!withPoint) '1.5' else '2.0.1'
158+
if (!withPoint) '1.5' else '2.0.2'
159159
}
160160
}
161161

0 commit comments

Comments
 (0)