Skip to content

Commit 298b936

Browse files
committed
Formatting
1 parent 31fc1cf commit 298b936

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
<groupId>com.sap.cloud.sdk.datamodel</groupId>
158158
<artifactId>openapi-generator-maven-plugin</artifactId>
159159
<configuration>
160-
<skip>true</skip> <!-- TODO: remove this once Cloud SDK 5.15.0 is released -->
160+
<skip>true</skip>
161+
<!-- TODO: remove this once Cloud SDK 5.15.0 is released -->
161162
<outputDirectory>${project.basedir}/src/main/java</outputDirectory>
162163
<apiMaturity>released</apiMaturity>
163164
<enableOneOfAnyOfGeneration>true</enableOneOfAnyOfGeneration>

orchestration/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147
<groupId>com.sap.cloud.sdk.datamodel</groupId>
148148
<artifactId>openapi-generator-maven-plugin</artifactId>
149149
<configuration>
150-
<skip>true</skip> <!-- TODO: remove this once Cloud SDK 5.15.0 is released -->
150+
<skip>true</skip>
151+
<!-- TODO: remove this once Cloud SDK 5.15.0 is released -->
151152
<outputDirectory>${project.basedir}/src/main/java</outputDirectory>
152153
<apiMaturity>released</apiMaturity>
153154
<enableOneOfAnyOfGeneration>true</enableOneOfAnyOfGeneration>

0 commit comments

Comments
 (0)