Repository: incubator-rya
Updated Branches:
  refs/heads/develop 3157bc466 -> 1a3839607


RYA-37 Bump GeoMesa version to 1.2.0


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

Branch: refs/heads/develop
Commit: 6b2944693ac5bc4ef0ea9e067715c63c9b78bf88
Parents: 3157bc4
Author: Mike Pfaffenberger <mppf...@ccri.com>
Authored: Thu Feb 18 09:47:09 2016 -0500
Committer: Mike Pfaffenberger <mppf...@ccri.com>
Committed: Thu Feb 18 09:47:09 2016 -0500

----------------------------------------------------------------------
 extras/indexingExample/pom.xml                        | 2 +-
 extras/indexingExample/src/main/assembly/assembly.xml | 2 +-
 pom.xml                                               | 6 ++----
 3 files changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/6b294469/extras/indexingExample/pom.xml
----------------------------------------------------------------------
diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml
index 1150a80..394af94 100644
--- a/extras/indexingExample/pom.xml
+++ b/extras/indexingExample/pom.xml
@@ -62,7 +62,7 @@ under the License.
 
         <dependency>
             <groupId>org.locationtech.geomesa</groupId>
-            <artifactId>geomesa-distributed-runtime</artifactId>
+            <artifactId>geomesa-accumulo-distributed-runtime</artifactId>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/6b294469/extras/indexingExample/src/main/assembly/assembly.xml
----------------------------------------------------------------------
diff --git a/extras/indexingExample/src/main/assembly/assembly.xml 
b/extras/indexingExample/src/main/assembly/assembly.xml
index 0e8fd6d..98dec7f 100644
--- a/extras/indexingExample/src/main/assembly/assembly.xml
+++ b/extras/indexingExample/src/main/assembly/assembly.xml
@@ -32,7 +32,7 @@ under the License.
             <outputDirectory>accumulo/lib/ext</outputDirectory>
             <includes>
                 
<include>org.apache.rya:rya.indexing:*:accumulo-server</include>
-                
<include>org.locationtech.geomesa:geomesa-distributed-runtime:*</include>
+                
<include>org.locationtech.geomesa:geomesa-accumulo-distributed-runtime:*</include>
             </includes>
         </dependencySet>
         <dependencySet>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/6b294469/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d55822..b6eace5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@ under the License.
 
         <pig.version>0.9.2</pig.version> <!-- Newest: 0.15.0 -->
 
-        <geomesa.version>1.1.0-rc.6</geomesa.version> <!-- Newest: 1.1.0-rc.6 
-->
+        <geomesa.version>1.2.0</geomesa.version> <!-- Newest: 1.2.0 -->
         <lucene.version>3.6.2</lucene.version> <!-- Newest: 5.3.1 -->
         <joda-time.version>2.1</joda-time.version> <!-- Newest: 2.9.1 -->
 
@@ -168,13 +168,11 @@ under the License.
                 <classifier>map-reduce</classifier>
                 <version>${project.version}</version>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.accumulo</groupId>
                 <artifactId>accumulo-core</artifactId>
                 <version>${accumulo.version}</version>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.rya</groupId>
                 <artifactId>sesame-runtime-osgi</artifactId>
@@ -436,7 +434,7 @@ under the License.
             </dependency>
             <dependency>
                 <groupId>org.locationtech.geomesa</groupId>
-                <artifactId>geomesa-distributed-runtime</artifactId>
+                <artifactId>geomesa-accumulo-distributed-runtime</artifactId>
                 <version>${geomesa.version}</version>
             </dependency>
 

Reply via email to