Skip to content

Commit

Permalink
Formatting Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelg committed Jan 20, 2016
1 parent 11eab62 commit 8e76ef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ and work with version as early as 5 and up. This library is available on Maven C
&ltdependency&gt;<br>
&nbsp&ltgroupId&gt;com.github.michaelgantman&lt&#47;groupId&gt;<br>
&nbsp&ltartifactId&gt;MgntUtils&lt&#47;artifactId&gt;<br>
&nbsp&ltversion&gt;1.03&lt&#47;version&gt;<br>
&nbsp&ltversion&gt;1.04&lt&#47;version&gt;<br>
&lt&#47;dependency&gt;<br><br>
&ltdependency&gt;<br>
&nbsp&ltgroupId&gt;com.github.michaelgantman&lt&#47;groupId&gt;<br>
&nbsp&ltartifactId&gt;MgntUtils&lt&#47;artifactId&gt;<br>
&nbsp&ltversion&gt;1.03&lt&#47;version&gt;<br>
&nbsp&ltversion&gt;1.04&lt&#47;version&gt;<br>
&nbsp&ltclassifier&gt;javadoc&lt&#47;classifier&gt;<br>
&lt&#47;dependency&gt;<br><br>
&ltdependency&gt;<br>
&nbsp&ltgroupId&gt;com.github.michaelgantman&lt&#47;groupId&gt;<br>
&nbsp&ltartifactId&gt;MgntUtils&lt&#47;artifactId&gt;<br>
&nbsp&ltversion&gt;1.03&lt&#47;version&gt;<br>
&nbsp&ltversion&gt;1.04&lt&#47;version&gt;<br>
&nbsp&ltclassifier&gt;sources&lt&#47;classifier&gt;<br>
&lt&#47;dependency&gt;<br>
</p>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.michaelgantman</groupId>
<artifactId>MgntUtils</artifactId>
<version>1.03</version>
<version>1.04</version>
<name>MgntUtils</name>
<description>
Set of various Utils: stacktrace noice filter, String to/from unicode sequence converter, Silent String parsing
Expand Down

0 comments on commit 8e76ef0

Please sign in to comment.