Skip to content

Commit 0ced3f6

Browse files
committed
technical update
1 parent 559ac2d commit 0ced3f6

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.m-m-m</groupId>
77
<artifactId>mmm</artifactId>
8-
<version>22</version>
8+
<version>23</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>mmm-crypto-parent</artifactId>

0 commit comments

Comments
 (0)