Skip to content

Commit 5350e52

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template'
2 parents d5dfd64 + 4d4b380 commit 5350e52

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3+
4+
# Force sh files to have LF
5+
*.sh text eol=lf
6+
7+
# Force MVN Wrapper Linux files LF
8+
mvnw text eol=lf
9+
.mvn/wrapper/maven-wrapper.properties text eol=lf

template-placeholder-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>com.puppycrawl.tools</groupId>
107107
<artifactId>checkstyle</artifactId>
108-
<version>10.15.0</version>
108+
<version>10.16.0</version>
109109
</dependency>
110110
</dependencies>
111111
<configuration>

template-placeholder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
<dependency>
465465
<groupId>com.puppycrawl.tools</groupId>
466466
<artifactId>checkstyle</artifactId>
467-
<version>10.15.0</version>
467+
<version>10.16.0</version>
468468
</dependency>
469469
</dependencies>
470470
<configuration>

0 commit comments

Comments
 (0)