You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by pu...@apache.org on 2016/07/21 12:30:31 UTC

[2/2] incubator-rya git commit: adding location tech third party to pom

adding location tech third party to pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/c698b560
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/c698b560
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/c698b560

Branch: refs/heads/develop
Commit: c698b56036faf7fe2b77e0ccab71b37581e3f008
Parents: 6d857e4
Author: pujav65 <pu...@gmail.com>
Authored: Thu Jul 21 08:25:06 2016 -0400
Committer: pujav65 <pu...@gmail.com>
Committed: Thu Jul 21 08:25:06 2016 -0400

----------------------------------------------------------------------
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/c698b560/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e34db76..62238ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -760,7 +760,11 @@ under the License.
             <id>LocationTech - RELEASE</id>
             <url>https://repo.locationtech.org/content/repositories/releases/</url>
         </repository>
-    </repositories>
+        <repository>
+            <id>LocationTech - Third Party</id>
+            <url>https://repo.locationtech.org/content/repositories/thirdparty/</url>
+        </repository>
+   </repositories>
 
     <scm>
         <connection>scm:git:git://git.apache.org/incubator-rya.git</connection>