Okapi root build file's url setting is incorrect

Issue #496 resolved
John O'Conner created an issue

The okapi root pom file references an outdated URL for the project:

<artifactId>build-okapi-root</artifactId>
<packaging>pom</packaging>
<name>Okapi Build Root</name>
<url>http://code.google.com/p/okapi</url>

The url should be this:

<url>https://bitbucket.org/okapiframework/okapi</url>

Comments (2)

  1. Log in to comment