You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by ca...@apache.org on 2017/04/12 20:19:28 UTC

incubator-rya git commit: RYA-270 Build Fix for Geowave repo move. Closes #152

Repository: incubator-rya
Updated Branches:
  refs/heads/master c734a4c16 -> e2a979dec


RYA-270 Build Fix for Geowave repo move. Closes #152


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

Branch: refs/heads/master
Commit: e2a979dec53bf49bc6c9ad295cc3b86b0e5e0ca1
Parents: c734a4c
Author: Aaron Mihalik <mi...@alum.mit.edu>
Authored: Tue Apr 11 17:36:40 2017 -0400
Committer: Caleb Meier <ca...@parsons.com>
Committed: Wed Apr 12 13:09:24 2017 -0700

----------------------------------------------------------------------
 extras/rya.geoindexing/pom.xml | 5 +++++
 pom.xml                        | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/e2a979de/extras/rya.geoindexing/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.geoindexing/pom.xml b/extras/rya.geoindexing/pom.xml
index e27b0b8..b2574be 100644
--- a/extras/rya.geoindexing/pom.xml
+++ b/extras/rya.geoindexing/pom.xml
@@ -32,6 +32,11 @@
             <name>Open Source Geospatial Foundation Repository</name>
             <url>http://download.osgeo.org/webdav/geotools/</url>
         </repository>
+        <repository>
+            <id>boundlessgeo</id>
+            <name>Boundless Geospatial Software and Open Source GIS\u200e Repository</name>
+            <url>https://repo.boundlessgeo.com/main/</url>
+        </repository>
     </repositories>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/e2a979de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3fa35ba..ef2e7d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -952,7 +952,7 @@ under the License.
         <repository>
             <id>geowave-maven-releases</id>
             <name>GeoWave AWS Release Repository</name>
-            <url>http://geowave-maven.s3-website-us-east-1.amazonaws.com/release</url>
+            <url>https://s3.amazonaws.com/geowave-maven/release</url>
             <releases>
                 <enabled>true</enabled>
             </releases>
@@ -963,7 +963,7 @@ under the License.
         <repository>
             <id>geowave-maven-snapshot</id>
             <name>GeoWave AWS Snapshot Repository</name>
-            <url>http://geowave-maven.s3-website-us-east-1.amazonaws.com/snapshot</url>
+            <url>https://s3.amazonaws.com/geowave-maven/snapshot</url>
             <releases>
                 <enabled>false</enabled>
             </releases>