Skip to content

Commit c228850

Browse files
committed
fixed pom.xml
1 parent 372ce87 commit c228850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srv/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
<plugin>
107107
<groupId>org.springframework.boot</groupId>
108108
<artifactId>spring-boot-maven-plugin</artifactId>
109-
<configuration>
109+
<version>${spring.boot.version}</version>
110+
<configuration>
110111
<skip>false</skip>
111112
</configuration>
112113
<executions>
@@ -126,7 +127,6 @@
126127
<plugin>
127128
<groupId>com.sap.cds</groupId>
128129
<artifactId>cds-maven-plugin</artifactId>
129-
<version>${cds.services.version}</version>
130130
<executions>
131131
<execution>
132132
<id>cds.clean</id>

0 commit comments

Comments
 (0)