-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement PrefixSuffixFormatter from api
- Loading branch information
Showing
4 changed files
with
69 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
*.java text diff=java encoding=utf-8 | ||
*.xml text | ||
*.yml text encoding=utf-8 | ||
*.md text | ||
|
||
# Ignore for export | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.travis export-ignore | ||
/.github/ export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>at.pcgamingfreaks</groupId> | ||
<artifactId>MarriageMaster</artifactId> | ||
<version>2.0-RC4</version> | ||
<version>2.0-RC5</version> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:GeorgH93/MarriageMaster.git</connection> | ||
|
@@ -77,7 +77,7 @@ | |
<dependency> | ||
<groupId>at.pcgamingfreaks</groupId> | ||
<artifactId>MarriageMaster-API</artifactId> | ||
<version>2.0-RC4</version> | ||
<version>2.0</version> | ||
</dependency> | ||
<!-- For documentation --> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters