From 9f8dc746f9e610b6e895acaf39c36c6e96a11f4e Mon Sep 17 00:00:00 2001 From: kchilton2 Date: Tue, 17 Apr 2018 00:20:13 -0400 Subject: [PATCH] RYA-486 Updated the project's version to 4.0.0-incubating-SNAPSHOT. --- common/pom.xml | 2 +- common/rya.api.function/pom.xml | 2 +- common/rya.api.model/pom.xml | 2 +- common/rya.api/pom.xml | 2 +- common/rya.provenance/pom.xml | 2 +- dao/accumulo.rya/pom.xml | 2 +- dao/mongodb.rya/pom.xml | 2 +- dao/pom.xml | 2 +- extras/indexing/pom.xml | 2 +- extras/indexingExample/pom.xml | 2 +- extras/periodic.notification/api/pom.xml | 2 +- extras/periodic.notification/pom.xml | 2 +- extras/periodic.notification/service/pom.xml | 2 +- extras/periodic.notification/tests/pom.xml | 2 +- extras/periodic.notification/twill.yarn/pom.xml | 4 ++-- extras/periodic.notification/twill/pom.xml | 2 +- extras/pom.xml | 2 +- extras/rya.benchmark/pom.xml | 2 +- extras/rya.export/export.accumulo/pom.xml | 2 +- extras/rya.export/export.api/pom.xml | 2 +- extras/rya.export/export.client/pom.xml | 2 +- extras/rya.export/export.integration/pom.xml | 2 +- extras/rya.export/export.mongo/pom.xml | 2 +- extras/rya.export/pom.xml | 2 +- extras/rya.forwardchain/pom.xml | 2 +- extras/rya.geoindexing/geo.common/pom.xml | 2 +- extras/rya.geoindexing/geo.geomesa/pom.xml | 2 +- extras/rya.geoindexing/geo.geowave/pom.xml | 2 +- extras/rya.geoindexing/geo.mongo/pom.xml | 2 +- extras/rya.geoindexing/pom.xml | 2 +- extras/rya.giraph/pom.xml | 2 +- extras/rya.indexing.pcj/pom.xml | 2 +- extras/rya.manual/pom.xml | 2 +- extras/rya.merger/pom.xml | 2 +- extras/rya.pcj.fluo/pcj.fluo.api/pom.xml | 2 +- extras/rya.pcj.fluo/pcj.fluo.app/pom.xml | 2 +- extras/rya.pcj.fluo/pcj.fluo.client/pom.xml | 2 +- extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml | 2 +- extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml | 2 +- extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml | 2 +- extras/rya.pcj.fluo/pom.xml | 2 +- extras/rya.pcj.fluo/rya.pcj.functions.geo/pom.xml | 2 +- extras/rya.prospector/pom.xml | 2 +- extras/rya.reasoning/pom.xml | 2 +- extras/rya.streams/api/pom.xml | 2 +- extras/rya.streams/client/pom.xml | 2 +- extras/rya.streams/geo/pom.xml | 2 +- extras/rya.streams/integration/pom.xml | 2 +- extras/rya.streams/kafka-test/pom.xml | 2 +- extras/rya.streams/kafka/pom.xml | 2 +- extras/rya.streams/pom.xml | 2 +- extras/rya.streams/query-manager/pom.xml | 2 +- extras/shell/pom.xml | 2 +- extras/vagrantExample/pom.xml | 2 +- mapreduce/pom.xml | 2 +- osgi/alx.rya.console/pom.xml | 2 +- osgi/alx.rya/pom.xml | 2 +- osgi/camel.rya/pom.xml | 2 +- osgi/pom.xml | 2 +- pig/accumulo.pig/pom.xml | 2 +- pig/pom.xml | 2 +- pom.xml | 2 +- sail/pom.xml | 2 +- spark/pom.xml | 2 +- test/kafka/pom.xml | 2 +- test/pom.xml | 2 +- test/rdf/pom.xml | 2 +- web/pom.xml | 2 +- web/web.rya/pom.xml | 2 +- 69 files changed, 70 insertions(+), 70 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 40abff36c..768fb7919 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.common diff --git a/common/rya.api.function/pom.xml b/common/rya.api.function/pom.xml index dbd83f6b9..cb09c2b7c 100644 --- a/common/rya.api.function/pom.xml +++ b/common/rya.api.function/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.common - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.api.evaluation diff --git a/common/rya.api.model/pom.xml b/common/rya.api.model/pom.xml index 30b05caac..6af68012d 100644 --- a/common/rya.api.model/pom.xml +++ b/common/rya.api.model/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.common - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.api.model diff --git a/common/rya.api/pom.xml b/common/rya.api/pom.xml index b3e79b3df..2529f2f88 100644 --- a/common/rya.api/pom.xml +++ b/common/rya.api/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.common - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.api diff --git a/common/rya.provenance/pom.xml b/common/rya.provenance/pom.xml index 3cfcacd95..509b30274 100644 --- a/common/rya.provenance/pom.xml +++ b/common/rya.provenance/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya.common - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.provenance diff --git a/dao/accumulo.rya/pom.xml b/dao/accumulo.rya/pom.xml index 459837b74..beed3a4bc 100644 --- a/dao/accumulo.rya/pom.xml +++ b/dao/accumulo.rya/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.dao - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT accumulo.rya diff --git a/dao/mongodb.rya/pom.xml b/dao/mongodb.rya/pom.xml index fb07ba07d..7203ea64f 100644 --- a/dao/mongodb.rya/pom.xml +++ b/dao/mongodb.rya/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya.dao - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT mongodb.rya diff --git a/dao/pom.xml b/dao/pom.xml index 968b65213..5b296f600 100644 --- a/dao/pom.xml +++ b/dao/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.dao diff --git a/extras/indexing/pom.xml b/extras/indexing/pom.xml index e85783b9b..7abc83ca8 100644 --- a/extras/indexing/pom.xml +++ b/extras/indexing/pom.xml @@ -16,7 +16,7 @@ org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.indexing diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml index 4f14cf906..c339152df 100644 --- a/extras/indexingExample/pom.xml +++ b/extras/indexingExample/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.indexing.example diff --git a/extras/periodic.notification/api/pom.xml b/extras/periodic.notification/api/pom.xml index 6797ca1ba..ebed3c75c 100644 --- a/extras/periodic.notification/api/pom.xml +++ b/extras/periodic.notification/api/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.periodic.notification.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.periodic.notification.api diff --git a/extras/periodic.notification/pom.xml b/extras/periodic.notification/pom.xml index 3adc457b2..cc8aa89c0 100644 --- a/extras/periodic.notification/pom.xml +++ b/extras/periodic.notification/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.periodic.notification.parent diff --git a/extras/periodic.notification/service/pom.xml b/extras/periodic.notification/service/pom.xml index 5f04d7c07..ef07131ba 100644 --- a/extras/periodic.notification/service/pom.xml +++ b/extras/periodic.notification/service/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.periodic.notification.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.periodic.notification.service diff --git a/extras/periodic.notification/tests/pom.xml b/extras/periodic.notification/tests/pom.xml index 1e493f8de..2f4de669b 100644 --- a/extras/periodic.notification/tests/pom.xml +++ b/extras/periodic.notification/tests/pom.xml @@ -23,7 +23,7 @@ org.apache.rya rya.periodic.notification.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.periodic.notification.tests diff --git a/extras/periodic.notification/twill.yarn/pom.xml b/extras/periodic.notification/twill.yarn/pom.xml index bcb1c3370..f157d2b5e 100644 --- a/extras/periodic.notification/twill.yarn/pom.xml +++ b/extras/periodic.notification/twill.yarn/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.periodic.notification.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.periodic.notification.twill.yarn @@ -48,7 +48,7 @@ org.apache.rya rya.periodic.notification.twill - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT twill-app provided diff --git a/extras/periodic.notification/twill/pom.xml b/extras/periodic.notification/twill/pom.xml index d903186ec..d62dddd21 100644 --- a/extras/periodic.notification/twill/pom.xml +++ b/extras/periodic.notification/twill/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.periodic.notification.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.periodic.notification.twill diff --git a/extras/pom.xml b/extras/pom.xml index f1b017041..bb6f914c9 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.extras diff --git a/extras/rya.benchmark/pom.xml b/extras/rya.benchmark/pom.xml index 094064d8e..c5887f581 100644 --- a/extras/rya.benchmark/pom.xml +++ b/extras/rya.benchmark/pom.xml @@ -24,7 +24,7 @@ rya.extras org.apache.rya - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.export/export.accumulo/pom.xml b/extras/rya.export/export.accumulo/pom.xml index 6ec360270..48a83d1fa 100644 --- a/extras/rya.export/export.accumulo/pom.xml +++ b/extras/rya.export/export.accumulo/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.export.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.export/export.api/pom.xml b/extras/rya.export/export.api/pom.xml index 1bed01831..b8ad3d272 100644 --- a/extras/rya.export/export.api/pom.xml +++ b/extras/rya.export/export.api/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.export.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.export/export.client/pom.xml b/extras/rya.export/export.client/pom.xml index 1d93aa781..979cb7dcb 100644 --- a/extras/rya.export/export.client/pom.xml +++ b/extras/rya.export/export.client/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.export.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.export/export.integration/pom.xml b/extras/rya.export/export.integration/pom.xml index 5ec3451a6..73cda6636 100644 --- a/extras/rya.export/export.integration/pom.xml +++ b/extras/rya.export/export.integration/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.export.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.export/export.mongo/pom.xml b/extras/rya.export/export.mongo/pom.xml index 9c38178d9..68cf8878b 100644 --- a/extras/rya.export/export.mongo/pom.xml +++ b/extras/rya.export/export.mongo/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.export.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.export/pom.xml b/extras/rya.export/pom.xml index 4b84e3c0f..6dd7d3819 100644 --- a/extras/rya.export/pom.xml +++ b/extras/rya.export/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.forwardchain/pom.xml b/extras/rya.forwardchain/pom.xml index 6e2ed6b2d..454cb748c 100644 --- a/extras/rya.forwardchain/pom.xml +++ b/extras/rya.forwardchain/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.forwardchain diff --git a/extras/rya.geoindexing/geo.common/pom.xml b/extras/rya.geoindexing/geo.common/pom.xml index 34c13e478..47baf96a7 100644 --- a/extras/rya.geoindexing/geo.common/pom.xml +++ b/extras/rya.geoindexing/geo.common/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.geoindexing - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.geo.common diff --git a/extras/rya.geoindexing/geo.geomesa/pom.xml b/extras/rya.geoindexing/geo.geomesa/pom.xml index 6ba7be557..488d29552 100644 --- a/extras/rya.geoindexing/geo.geomesa/pom.xml +++ b/extras/rya.geoindexing/geo.geomesa/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.geoindexing - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.geo.geomesa Apache Rya Geo Indexing using GeoMesa diff --git a/extras/rya.geoindexing/geo.geowave/pom.xml b/extras/rya.geoindexing/geo.geowave/pom.xml index 299cacfdd..b5a8c686f 100644 --- a/extras/rya.geoindexing/geo.geowave/pom.xml +++ b/extras/rya.geoindexing/geo.geowave/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.geoindexing - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.geo.geowave Apache Rya Geo indexing using GeoWave diff --git a/extras/rya.geoindexing/geo.mongo/pom.xml b/extras/rya.geoindexing/geo.mongo/pom.xml index 5cb6ab9c4..087207c3c 100644 --- a/extras/rya.geoindexing/geo.mongo/pom.xml +++ b/extras/rya.geoindexing/geo.mongo/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.geoindexing - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.geo.mongo Apache Rya Geo Indexing using MongoDB diff --git a/extras/rya.geoindexing/pom.xml b/extras/rya.geoindexing/pom.xml index b6315ffff..0a452c9b6 100644 --- a/extras/rya.geoindexing/pom.xml +++ b/extras/rya.geoindexing/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.geoindexing diff --git a/extras/rya.giraph/pom.xml b/extras/rya.giraph/pom.xml index 21d35856d..117290b26 100644 --- a/extras/rya.giraph/pom.xml +++ b/extras/rya.giraph/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.indexing.pcj/pom.xml b/extras/rya.indexing.pcj/pom.xml index 18f3cef32..d36e94bc2 100644 --- a/extras/rya.indexing.pcj/pom.xml +++ b/extras/rya.indexing.pcj/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.manual/pom.xml b/extras/rya.manual/pom.xml index 08b395568..27f0d172f 100644 --- a/extras/rya.manual/pom.xml +++ b/extras/rya.manual/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.manual diff --git a/extras/rya.merger/pom.xml b/extras/rya.merger/pom.xml index 0a1b7f685..fa109f031 100644 --- a/extras/rya.merger/pom.xml +++ b/extras/rya.merger/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.merger diff --git a/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml index 598034ca5..3c4130ad7 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.pcj.fluo.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml index 006d7100b..b62beafd5 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.rya rya.pcj.fluo.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml index 012bee027..418c19539 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.pcj.fluo.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml index 4dc61744f..3019c3794 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.pcj.fluo.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml index 5986df866..2d7eb7cbd 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.rya rya.pcj.fluo.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml index 3c33301aa..512666c9f 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.pcj.fluo.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.pcj.fluo.test.base diff --git a/extras/rya.pcj.fluo/pom.xml b/extras/rya.pcj.fluo/pom.xml index f58237c16..5d2358e9d 100644 --- a/extras/rya.pcj.fluo/pom.xml +++ b/extras/rya.pcj.fluo/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.pcj.fluo/rya.pcj.functions.geo/pom.xml b/extras/rya.pcj.fluo/rya.pcj.functions.geo/pom.xml index c519a80b2..dc8020627 100644 --- a/extras/rya.pcj.fluo/rya.pcj.functions.geo/pom.xml +++ b/extras/rya.pcj.fluo/rya.pcj.functions.geo/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.pcj.fluo.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.prospector/pom.xml b/extras/rya.prospector/pom.xml index 65ed9aeae..2d4334ffa 100644 --- a/extras/rya.prospector/pom.xml +++ b/extras/rya.prospector/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.prospector diff --git a/extras/rya.reasoning/pom.xml b/extras/rya.reasoning/pom.xml index 38fa01565..864cac8e5 100644 --- a/extras/rya.reasoning/pom.xml +++ b/extras/rya.reasoning/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.reasoning diff --git a/extras/rya.streams/api/pom.xml b/extras/rya.streams/api/pom.xml index 05c3c271c..9253d018b 100644 --- a/extras/rya.streams/api/pom.xml +++ b/extras/rya.streams/api/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.streams.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.streams/client/pom.xml b/extras/rya.streams/client/pom.xml index 54a475c6d..dc5009b88 100644 --- a/extras/rya.streams/client/pom.xml +++ b/extras/rya.streams/client/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.streams.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.streams/geo/pom.xml b/extras/rya.streams/geo/pom.xml index bb15fdc49..1da19b2c0 100644 --- a/extras/rya.streams/geo/pom.xml +++ b/extras/rya.streams/geo/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.streams.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.streams/integration/pom.xml b/extras/rya.streams/integration/pom.xml index d4a510153..3557d4495 100644 --- a/extras/rya.streams/integration/pom.xml +++ b/extras/rya.streams/integration/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.streams.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.streams/kafka-test/pom.xml b/extras/rya.streams/kafka-test/pom.xml index d70c962ee..af37153c1 100644 --- a/extras/rya.streams/kafka-test/pom.xml +++ b/extras/rya.streams/kafka-test/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.streams.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.streams/kafka/pom.xml b/extras/rya.streams/kafka/pom.xml index 40cdaafaf..3f3227d50 100644 --- a/extras/rya.streams/kafka/pom.xml +++ b/extras/rya.streams/kafka/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.streams.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.streams/pom.xml b/extras/rya.streams/pom.xml index 810af54a0..4c91d0bb4 100644 --- a/extras/rya.streams/pom.xml +++ b/extras/rya.streams/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/rya.streams/query-manager/pom.xml b/extras/rya.streams/query-manager/pom.xml index a946de21f..1c10ed81b 100644 --- a/extras/rya.streams/query-manager/pom.xml +++ b/extras/rya.streams/query-manager/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.streams.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/extras/shell/pom.xml b/extras/shell/pom.xml index 856d64404..5e671b31e 100644 --- a/extras/shell/pom.xml +++ b/extras/shell/pom.xml @@ -25,7 +25,7 @@ org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.shell diff --git a/extras/vagrantExample/pom.xml b/extras/vagrantExample/pom.xml index 650c90a16..6c71cc129 100644 --- a/extras/vagrantExample/pom.xml +++ b/extras/vagrantExample/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya.extras - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.vagrant.example diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml index 6852aa3b3..98b4200a0 100644 --- a/mapreduce/pom.xml +++ b/mapreduce/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.mapreduce diff --git a/osgi/alx.rya.console/pom.xml b/osgi/alx.rya.console/pom.xml index 6c8123daf..72ee63a3c 100644 --- a/osgi/alx.rya.console/pom.xml +++ b/osgi/alx.rya.console/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.osgi - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT alx.rya.console diff --git a/osgi/alx.rya/pom.xml b/osgi/alx.rya/pom.xml index df3f4c0d7..3a7ed8591 100644 --- a/osgi/alx.rya/pom.xml +++ b/osgi/alx.rya/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya.osgi - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT alx.rya diff --git a/osgi/camel.rya/pom.xml b/osgi/camel.rya/pom.xml index 300bd1c66..5b755d529 100644 --- a/osgi/camel.rya/pom.xml +++ b/osgi/camel.rya/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.osgi - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT camel.rya diff --git a/osgi/pom.xml b/osgi/pom.xml index ee64cf011..4ca9dd2fb 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.osgi diff --git a/pig/accumulo.pig/pom.xml b/pig/accumulo.pig/pom.xml index e807cd0ff..e9b14d059 100644 --- a/pig/accumulo.pig/pom.xml +++ b/pig/accumulo.pig/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya.pig - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT accumulo.pig diff --git a/pig/pom.xml b/pig/pom.xml index dd39c066b..98e997db9 100644 --- a/pig/pom.xml +++ b/pig/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.pig diff --git a/pom.xml b/pom.xml index 8a4604bbc..b3b9dbb9d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT pom diff --git a/sail/pom.xml b/sail/pom.xml index 21f8eb3bc..aedca1379 100644 --- a/sail/pom.xml +++ b/sail/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.sail diff --git a/spark/pom.xml b/spark/pom.xml index 575fe8c32..92ad4b068 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.spark diff --git a/test/kafka/pom.xml b/test/kafka/pom.xml index 131fb5932..008d254b8 100644 --- a/test/kafka/pom.xml +++ b/test/kafka/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.test.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index e14926c86..f19743e60 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -22,7 +22,7 @@ org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/test/rdf/pom.xml b/test/rdf/pom.xml index ee6550fdc..de4a58fc1 100644 --- a/test/rdf/pom.xml +++ b/test/rdf/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.rya rya.test.parent - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT 4.0.0 diff --git a/web/pom.xml b/web/pom.xml index 130cfb707..cda7f5c14 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.rya rya-project - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT rya.web diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml index 384b3f9bb..5ac191df6 100644 --- a/web/web.rya/pom.xml +++ b/web/web.rya/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.rya rya.web - 3.2.13-incubating-SNAPSHOT + 4.0.0-incubating-SNAPSHOT web.rya