File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
templates/server/src/main/resources/archetype-resources/core Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55 <parent >
66 <groupId >${groupId} </groupId >
77 <artifactId >${rootArtifactId} </artifactId >
8- <version >${app.version} </version >
8+ <version >${app.version} </version >
99 </parent >
1010 <artifactId >${rootArtifactId} -core</artifactId >
1111 <packaging >jar</packaging >
230230 <profile >
231231 <id >embedded</id >
232232 <activation >
233- <activeByDefault >true</activeByDefault >
233+ <activeByDefault >true</activeByDefault >
234234 </activation >
235235 <dependencies >
236236 <dependency >
237237 <groupId >org.springframework.boot</groupId >
238238 <artifactId >spring-boot-starter-tomcat</artifactId >
239239 <!-- workaround as of https://github.com/mojohaus/flatten-maven-plugin/issues/70 -->
240- <version >${spring.boot.version} </version >
240+ <version >${spring.boot.version} </version >
241241 </dependency >
242242 </dependencies >
243243 </profile >
You can’t perform that action at this time.
0 commit comments