Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for issues 12, 13, 15, 16 & 24 #25

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
77be817
[Issue #16] Updated process colon to solve StringIndexOutOfBoundsExce…
Jul 3, 2017
9f26721
[Issue #16] Updated process colon to solve StringIndexOutOfBoundsExce…
Jul 3, 2017
d405160
[Issue #12] Fixed StringIndexOutOfBoundsException when given 'http://…
Jul 3, 2017
d9ab689
update version to 0.1.18-SNAPSHOT
pgalbraith Sep 16, 2018
0263803
Unit test demonstrating https://github.com/linkedin/URL-Detector/issu…
pgalbraith Sep 16, 2018
885dd1b
Merge commit '9f267214885c6f82fad0915ddb42db33fbddccd2' into feature/…
pgalbraith Sep 16, 2018
11eb5a7
Unit test demonstrating https://github.com/linkedin/URL-Detector/issu…
pgalbraith Sep 16, 2018
205ce31
Merge branch 'upstream-pull-request-17' into feature/upstream-issue-12
pgalbraith Sep 16, 2018
01e3424
update maven coordinates for publishing
pgalbraith Sep 16, 2018
9ecc625
Merge branch 'feature/upstream-issue-16' into develop
pgalbraith Sep 16, 2018
3a3e8f7
0.1.18 release
pgalbraith Sep 17, 2018
83c0c36
0.1.19-SNAPSHOT
pgalbraith Sep 17, 2018
a568345
Merge branch 'master' into publish
pgalbraith Sep 17, 2018
0bd1932
fix for https://github.com/linkedin/URL-Detector/issues/13
pgalbraith Sep 21, 2018
5f7a957
0.1.19 release
pgalbraith Sep 22, 2018
c5eca23
0.1.20 snapshot
pgalbraith Sep 22, 2018
09e0709
Merge master into publish
pgalbraith Sep 22, 2018
2fc2bbe
Merge publish into develop
pgalbraith Sep 22, 2018
e8e154c
Refactor so that domain read failures are handled at top level.
pgalbraith Sep 23, 2018
0ed5186
Remove endless loop detection to address https://github.com/linkedin/…
pgalbraith Sep 23, 2018
94397e7
Tighten maven build
pgalbraith Sep 23, 2018
33da6cf
Add EditorConfig configuration
pgalbraith Sep 23, 2018
61a6da5
0.1.20 release
pgalbraith Sep 29, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
0.1.19 release
pgalbraith committed Sep 22, 2018

Verified

This commit was signed with the committer’s verified signature.
commit 5f7a95760d2aa5b77d754d78d39b8438d2ca4954
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Version
version=0.1.19-SNAPSHOT
version=0.1.19

#long-running Gradle process speeds up local builds
#to stop the daemon run 'ligradle --stop'
2 changes: 1 addition & 1 deletion url-detector/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

<groupId>com.linkedin.urls</groupId>
<artifactId>url-detector</artifactId>
<version>0.1.19-SNAPSHOT</version>
<version>0.1.19</version>
<packaging>jar</packaging>

<name>com.linkedin.urls:url-detector</name>