Skip to content

Commit

Permalink
technical update
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Aug 10, 2024
1 parent e2be42d commit 7cbb453
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* eol=lf
*.bat eol=crlf
*.png binary
*.zip binary
*.tgz binary
*.tar binary
*.bz2 binary
*.gz binary
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.*
!.github
!.gitignore
!.gitattributes
!.mvn
!.travis.yml
*.bak
*.log
*.diff
*.patch
*.iml
target
eclipse-target
war
war
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm</artifactId>
<version>22</version>
<version>23</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>mmm-ui-api-parent</artifactId>
Expand Down

0 comments on commit 7cbb453

Please sign in to comment.