Skip to content
Open
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
8 changes: 4 additions & 4 deletions sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

<description>UnifiedFeed SDK is a client library that enables easier integration with the Betradar XML feeds. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing, data caching and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions.</description>
<inceptionYear>2016</inceptionYear>
<url>http://sdk.sportradar.com/unifiedfeed/java2</url>
<url>https://sdk.sportradar.com/unifiedfeed/java2</url>
<licenses>
<license>
<name>SDK licence</name>
<url>http://sdk.sportradar.com/unifiedfeed/java2</url>
<url>https://sdk.sportradar.com/unifiedfeed/java2</url>
<comments>See end-user agreement on sdk website</comments>
</license>
</licenses>
Expand All @@ -27,9 +27,9 @@
<id>sportradar</id>
<name>Sportradar AG</name>
<email>[email protected]</email>
<url>http://sdk.sportradar.com</url>
<url>https://sdk.sportradar.com</url>
<organization>Sportradar AG</organization>
<organizationUrl>http://www.sportradar.com</organizationUrl>
<organizationUrl>https://sportradar.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
Expand Down