Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion ip-intelligence.cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>ip-intelligence.cloud</artifactId>
<name>51Degrees :: IP Intelligence :: Cloud</name>
<description>IP Intelligence that consumes the 51Degrees cloud service.</description>
<description>Provides IP Intelligence for the 51Degrees Pipeline API using the 51Degrees Cloud service. This can be used as an alternative to legacy IP Intelligence services such as MaxMind or IPinfo.</description>
<url>https://51degrees.com</url>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions ip-intelligence.engine.on-premise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<artifactId>ip-intelligence.engine.on-premise</artifactId>
<name>51Degrees :: IP Intelligence :: On Premise</name>
<description>Provides the On-premise IP Intelligence engine for the 51Degrees Pipeline API. This can be used as an alternative to legacy IP Intelligence services such as MaxMind or IPinfo.</description>
<url>https://51degrees.com</url>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ip-intelligence.shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>ip-intelligence.shared</artifactId>
<name>51Degrees :: IP Intelligence :: Shared</name>
<description>Shared functionality for implementing IP Intelligence engine for the 51Degrees Pipeline API</description>
<description>Shared code used by 51Degrees IP Intelligence modules for the Pipeline API.</description>
<url>https://51degrees.com</url>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ip-intelligence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>ip-intelligence</artifactId>
<name>51Degrees :: IP Intelligence</name>
<description>Parse HTTP headers to detect the device type, model, OS, browser, and crawler information. This is an alternative to popular UAParser, DeviceAtlas, and WURFL packages.</description>
<description>Provides IP Intelligence for the 51Degrees Pipeline API. This can be used as an alternative to legacy IP Intelligence services such as MaxMind or IPinfo.</description>
<url>https://51degrees.com</url>

<dependencies>
Expand Down