Skip to content

Commit f85ccce

Browse files
committed
Rename spec version 1.1a to 2.2a
1 parent dcccfc4 commit f85ccce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/proxyConfiguration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ async function getConfigurationForProject(tree) {
4141
}
4242

4343
mapProjectDependencies(tree, (project) => {
44-
if (project.specVersion !== "1.1a") {
44+
if (project.specVersion !== "2.2a") {
4545
log.warn(`Project ${project.metadata.name} defines specification version ${project.specVersion}. ` +
46-
`Some proxy configuration features require projects to define specification version 1.1a`);
46+
`Some proxy configuration features require projects to define specification version 2.2a`);
4747
}
4848
log.verbose(`Using ABAP URI ${project.metadata.abapUri} from metadata of project ${project.metadata.name}`);
4949
let prefix = "";

0 commit comments

Comments
 (0)