Skip to content

Commit 92c4a85

Browse files
committed
Rename spec version 1.1a to 2.2a
1 parent 056ee63 commit 92c4a85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/types/application/ApplicationFormatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ApplicationFormatter extends AbstractUi5Formatter {
2222

2323
project.metadata.namespace = await this.getNamespace();
2424

25-
if (project.specVersion === "1.1a") {
25+
if (project.specVersion === "2.2a") {
2626
try {
2727
project.metadata.abapUri = await this.getAbapUri();
2828
} catch (err) {

lib/types/library/LibraryFormatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class LibraryFormatter extends AbstractUi5Formatter {
5555
log.verbose(err.message);
5656
}
5757

58-
if (project.specVersion === "1.1a") {
58+
if (project.specVersion === "2.2a") {
5959
try {
6060
project.metadata.abapUri = await this.getAbapUri();
6161
} catch (err) {

0 commit comments

Comments
 (0)