Skip to content

Commit 5ba0b15

Browse files
committed
technical update
1 parent 22f01b8 commit 5ba0b15

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* eol=lf
2+
*.bat eol=crlf
3+
*.png binary
4+
*.zip binary
5+
*.tgz binary
6+
*.tar binary
7+
*.bz2 binary
8+
*.gz binary

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.*
22
!.github
33
!.gitignore
4+
!.gitattributes
45
!.mvn
5-
!.travis.yml
66
*.bak
77
*.log
88
*.diff
99
*.patch
1010
*.iml
1111
target
1212
eclipse-target
13-
war
13+
war

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.m-m-m</groupId>
66
<artifactId>mmm</artifactId>
7-
<version>22</version>
7+
<version>23</version>
88
<relativePath>../parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>mmm-code-parent</artifactId>

0 commit comments

Comments
 (0)