Skip to content

Commit 7d9e327

Browse files
authored
#359: redo changes (remove BOM, replace Tabs, fix indent) (#379)
1 parent 959ea9f commit 7d9e327

File tree

1 file changed

+4
-4
lines changed
  • templates/server/src/main/resources/archetype-resources/core

1 file changed

+4
-4
lines changed

templates/server/src/main/resources/archetype-resources/core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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>
@@ -230,14 +230,14 @@
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>

0 commit comments

Comments
 (0)