Skip to content

Commit

Permalink
[SUREFIRE-2140] Cannot release Surefire on Windows
Browse files Browse the repository at this point in the history
This closes #626
  • Loading branch information
michael-o committed May 4, 2023
1 parent 6718f14 commit e394f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Auto detect text files and perform LF normalization
* text eol=lf
* text eol=auto

*.xml text diff=xml
*.java text diff=java
*.html text diff=html
*.vm text
*.fml text
*.md text
*.css text
*.js text
*.sql text
*.png binary
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.21</version>
<version>1.23</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit e394f17

Please # to comment.