This is an automated email from the ASF dual-hosted git repository. mihalik pushed a commit to branch 4.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-rya.git
commit 824090ac1b33c3b4ba52bfb8a67abfdc4f0ceea3 Author: Aaron Mihalik <[email protected]> AuthorDate: Tue Jul 16 09:44:27 2019 -0400 [maven-release-plugin] prepare release rya-incubating-4.0.0-rc1 --- 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/kafka.connect/accumulo-it/pom.xml | 6 ++---- extras/kafka.connect/accumulo/pom.xml | 6 ++---- extras/kafka.connect/api/pom.xml | 6 ++---- extras/kafka.connect/client/pom.xml | 6 ++---- extras/kafka.connect/mongo-it/pom.xml | 6 ++---- extras/kafka.connect/mongo/pom.xml | 6 ++---- extras/kafka.connect/pom.xml | 6 ++---- 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 | 4 ++-- sail/pom.xml | 2 +- spark/pom.xml | 2 +- test/accumulo/pom.xml | 2 +- test/kafka/pom.xml | 2 +- test/mongo/pom.xml | 2 +- test/pom.xml | 2 +- test/rdf/pom.xml | 2 +- web/pom.xml | 2 +- web/web.rya/pom.xml | 2 +- 78 files changed, 87 insertions(+), 101 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 768fb79..3898b52 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.common</artifactId> diff --git a/common/rya.api.function/pom.xml b/common/rya.api.function/pom.xml index 293019f..fd19ba6 100644 --- a/common/rya.api.function/pom.xml +++ b/common/rya.api.function/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.common</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.api.evaluation</artifactId> diff --git a/common/rya.api.model/pom.xml b/common/rya.api.model/pom.xml index b03c389..cc0f9cb 100644 --- a/common/rya.api.model/pom.xml +++ b/common/rya.api.model/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.common</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.api.model</artifactId> diff --git a/common/rya.api/pom.xml b/common/rya.api/pom.xml index 5611132..694ef3b 100644 --- a/common/rya.api/pom.xml +++ b/common/rya.api/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.common</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.api</artifactId> diff --git a/common/rya.provenance/pom.xml b/common/rya.provenance/pom.xml index d7dc6f5..a4ac450 100644 --- a/common/rya.provenance/pom.xml +++ b/common/rya.provenance/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.common</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.provenance</artifactId> diff --git a/dao/accumulo.rya/pom.xml b/dao/accumulo.rya/pom.xml index 19e01d5..8440a75 100644 --- a/dao/accumulo.rya/pom.xml +++ b/dao/accumulo.rya/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.dao</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>accumulo.rya</artifactId> diff --git a/dao/mongodb.rya/pom.xml b/dao/mongodb.rya/pom.xml index c30bbe1..7fc5dc5 100644 --- a/dao/mongodb.rya/pom.xml +++ b/dao/mongodb.rya/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.dao</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>mongodb.rya</artifactId> diff --git a/dao/pom.xml b/dao/pom.xml index 5b296f6..86489f2 100644 --- a/dao/pom.xml +++ b/dao/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.dao</artifactId> diff --git a/extras/indexing/pom.xml b/extras/indexing/pom.xml index 329b980..d440c7c 100644 --- a/extras/indexing/pom.xml +++ b/extras/indexing/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.indexing</artifactId> diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml index ba69770..3dc9136 100644 --- a/extras/indexingExample/pom.xml +++ b/extras/indexingExample/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.indexing.example</artifactId> diff --git a/extras/kafka.connect/accumulo-it/pom.xml b/extras/kafka.connect/accumulo-it/pom.xml index af088a9..e137762 100644 --- a/extras/kafka.connect/accumulo-it/pom.xml +++ b/extras/kafka.connect/accumulo-it/pom.xml @@ -17,15 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.kafka.connect.accumulo.it</artifactId> diff --git a/extras/kafka.connect/accumulo/pom.xml b/extras/kafka.connect/accumulo/pom.xml index 54188db..3acd6e1 100644 --- a/extras/kafka.connect/accumulo/pom.xml +++ b/extras/kafka.connect/accumulo/pom.xml @@ -17,15 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.kafka.connect.accumulo</artifactId> diff --git a/extras/kafka.connect/api/pom.xml b/extras/kafka.connect/api/pom.xml index 3727394..ad0bfff 100644 --- a/extras/kafka.connect/api/pom.xml +++ b/extras/kafka.connect/api/pom.xml @@ -17,15 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.kafka.connect.api</artifactId> diff --git a/extras/kafka.connect/client/pom.xml b/extras/kafka.connect/client/pom.xml index 1ffc8d6..f31237d 100644 --- a/extras/kafka.connect/client/pom.xml +++ b/extras/kafka.connect/client/pom.xml @@ -17,15 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.kafka.connect.client</artifactId> diff --git a/extras/kafka.connect/mongo-it/pom.xml b/extras/kafka.connect/mongo-it/pom.xml index ca439ea..e1c0258 100644 --- a/extras/kafka.connect/mongo-it/pom.xml +++ b/extras/kafka.connect/mongo-it/pom.xml @@ -17,15 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.kafka.connect.mongo.it</artifactId> diff --git a/extras/kafka.connect/mongo/pom.xml b/extras/kafka.connect/mongo/pom.xml index 66eba1b..5d3bed5 100644 --- a/extras/kafka.connect/mongo/pom.xml +++ b/extras/kafka.connect/mongo/pom.xml @@ -17,15 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.kafka.connect.mongo</artifactId> diff --git a/extras/kafka.connect/pom.xml b/extras/kafka.connect/pom.xml index 9a9702c..6014cf5 100644 --- a/extras/kafka.connect/pom.xml +++ b/extras/kafka.connect/pom.xml @@ -17,15 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.kafka.connect.parent</artifactId> diff --git a/extras/periodic.notification/api/pom.xml b/extras/periodic.notification/api/pom.xml index 1118e14..bfbfb28 100644 --- a/extras/periodic.notification/api/pom.xml +++ b/extras/periodic.notification/api/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.periodic.notification.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.periodic.notification.api</artifactId> diff --git a/extras/periodic.notification/pom.xml b/extras/periodic.notification/pom.xml index cc8aa89..9c654a1 100644 --- a/extras/periodic.notification/pom.xml +++ b/extras/periodic.notification/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.periodic.notification.parent</artifactId> diff --git a/extras/periodic.notification/service/pom.xml b/extras/periodic.notification/service/pom.xml index dc68d3d..dc41a36 100644 --- a/extras/periodic.notification/service/pom.xml +++ b/extras/periodic.notification/service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.periodic.notification.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.periodic.notification.service</artifactId> diff --git a/extras/periodic.notification/tests/pom.xml b/extras/periodic.notification/tests/pom.xml index 2f4de66..4c8e1bb 100644 --- a/extras/periodic.notification/tests/pom.xml +++ b/extras/periodic.notification/tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.periodic.notification.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.periodic.notification.tests</artifactId> diff --git a/extras/periodic.notification/twill.yarn/pom.xml b/extras/periodic.notification/twill.yarn/pom.xml index f157d2b..d8d57f4 100644 --- a/extras/periodic.notification/twill.yarn/pom.xml +++ b/extras/periodic.notification/twill.yarn/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.periodic.notification.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.periodic.notification.twill.yarn</artifactId> @@ -48,7 +48,7 @@ <dependency> <groupId>org.apache.rya</groupId> <artifactId>rya.periodic.notification.twill</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> <classifier>twill-app</classifier> <scope>provided</scope> <!-- prevent these dependencies from showing up on the classpath --> </dependency> diff --git a/extras/periodic.notification/twill/pom.xml b/extras/periodic.notification/twill/pom.xml index d62dddd..a542200 100644 --- a/extras/periodic.notification/twill/pom.xml +++ b/extras/periodic.notification/twill/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.periodic.notification.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.periodic.notification.twill</artifactId> diff --git a/extras/pom.xml b/extras/pom.xml index 65dd4cc..2ad66d4 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.extras</artifactId> diff --git a/extras/rya.benchmark/pom.xml b/extras/rya.benchmark/pom.xml index c5887f5..a205168 100644 --- a/extras/rya.benchmark/pom.xml +++ b/extras/rya.benchmark/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>rya.extras</artifactId> <groupId>org.apache.rya</groupId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.export/export.accumulo/pom.xml b/extras/rya.export/export.accumulo/pom.xml index 06201dc..04df63e 100644 --- a/extras/rya.export/export.accumulo/pom.xml +++ b/extras/rya.export/export.accumulo/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.export/export.api/pom.xml b/extras/rya.export/export.api/pom.xml index b8ad3d2..7631321 100644 --- a/extras/rya.export/export.api/pom.xml +++ b/extras/rya.export/export.api/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.export/export.client/pom.xml b/extras/rya.export/export.client/pom.xml index c942702..83dca95 100644 --- a/extras/rya.export/export.client/pom.xml +++ b/extras/rya.export/export.client/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.export/export.integration/pom.xml b/extras/rya.export/export.integration/pom.xml index 577a0bf..8a7f29b 100644 --- a/extras/rya.export/export.integration/pom.xml +++ b/extras/rya.export/export.integration/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.export/export.mongo/pom.xml b/extras/rya.export/export.mongo/pom.xml index 68cf887..ff18d3d 100644 --- a/extras/rya.export/export.mongo/pom.xml +++ b/extras/rya.export/export.mongo/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.export/pom.xml b/extras/rya.export/pom.xml index 6dd7d38..ac155ba 100644 --- a/extras/rya.export/pom.xml +++ b/extras/rya.export/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.forwardchain/pom.xml b/extras/rya.forwardchain/pom.xml index 2b93186..1139353 100644 --- a/extras/rya.forwardchain/pom.xml +++ b/extras/rya.forwardchain/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.forwardchain</artifactId> diff --git a/extras/rya.geoindexing/geo.common/pom.xml b/extras/rya.geoindexing/geo.common/pom.xml index 47baf96..00918c6 100644 --- a/extras/rya.geoindexing/geo.common/pom.xml +++ b/extras/rya.geoindexing/geo.common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.geoindexing</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.geo.common</artifactId> diff --git a/extras/rya.geoindexing/geo.geomesa/pom.xml b/extras/rya.geoindexing/geo.geomesa/pom.xml index 488d295..e7beb03 100644 --- a/extras/rya.geoindexing/geo.geomesa/pom.xml +++ b/extras/rya.geoindexing/geo.geomesa/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.geoindexing</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.geo.geomesa</artifactId> <name>Apache Rya Geo Indexing using GeoMesa</name> diff --git a/extras/rya.geoindexing/geo.geowave/pom.xml b/extras/rya.geoindexing/geo.geowave/pom.xml index b5a8c68..20240e3 100644 --- a/extras/rya.geoindexing/geo.geowave/pom.xml +++ b/extras/rya.geoindexing/geo.geowave/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.geoindexing</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.geo.geowave</artifactId> <name>Apache Rya Geo indexing using GeoWave</name> diff --git a/extras/rya.geoindexing/geo.mongo/pom.xml b/extras/rya.geoindexing/geo.mongo/pom.xml index b33d57c..9d41694 100644 --- a/extras/rya.geoindexing/geo.mongo/pom.xml +++ b/extras/rya.geoindexing/geo.mongo/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.geoindexing</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.geo.mongo</artifactId> <name>Apache Rya Geo Indexing using MongoDB</name> diff --git a/extras/rya.geoindexing/pom.xml b/extras/rya.geoindexing/pom.xml index 0a452c9..301b3a4 100644 --- a/extras/rya.geoindexing/pom.xml +++ b/extras/rya.geoindexing/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.geoindexing</artifactId> diff --git a/extras/rya.giraph/pom.xml b/extras/rya.giraph/pom.xml index 117290b..7081b2d 100644 --- a/extras/rya.giraph/pom.xml +++ b/extras/rya.giraph/pom.xml @@ -21,7 +21,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.indexing.pcj/pom.xml b/extras/rya.indexing.pcj/pom.xml index d92b04a..0632300 100644 --- a/extras/rya.indexing.pcj/pom.xml +++ b/extras/rya.indexing.pcj/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.manual/pom.xml b/extras/rya.manual/pom.xml index 27f0d17..3a8dd55 100644 --- a/extras/rya.manual/pom.xml +++ b/extras/rya.manual/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.manual</artifactId> diff --git a/extras/rya.merger/pom.xml b/extras/rya.merger/pom.xml index fa109f0..4a67507 100644 --- a/extras/rya.merger/pom.xml +++ b/extras/rya.merger/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.merger</artifactId> diff --git a/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml index 3c4130a..ad58bb0 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. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml index 1c6d189..9d71e1a 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. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml index 799a839..1eb1ab4 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. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml index 98cbdf2..cf4d799 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. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml index 2d7eb7c..e78df35 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. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> 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 f53ce92..14ca7e7 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. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.pcj.fluo.test.base</artifactId> diff --git a/extras/rya.pcj.fluo/pom.xml b/extras/rya.pcj.fluo/pom.xml index 5d2358e..0a48dba 100644 --- a/extras/rya.pcj.fluo/pom.xml +++ b/extras/rya.pcj.fluo/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> 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 8b04c61..36d8ac5 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. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.prospector/pom.xml b/extras/rya.prospector/pom.xml index 2d4334f..d5d0e78 100644 --- a/extras/rya.prospector/pom.xml +++ b/extras/rya.prospector/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.prospector</artifactId> diff --git a/extras/rya.reasoning/pom.xml b/extras/rya.reasoning/pom.xml index ec604b8..8ced90e 100644 --- a/extras/rya.reasoning/pom.xml +++ b/extras/rya.reasoning/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.reasoning</artifactId> diff --git a/extras/rya.streams/api/pom.xml b/extras/rya.streams/api/pom.xml index 22f9b21..22f85fb 100644 --- a/extras/rya.streams/api/pom.xml +++ b/extras/rya.streams/api/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.streams/client/pom.xml b/extras/rya.streams/client/pom.xml index f93f6ac..1e7b3b8 100644 --- a/extras/rya.streams/client/pom.xml +++ b/extras/rya.streams/client/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.streams/geo/pom.xml b/extras/rya.streams/geo/pom.xml index 1da19b2..04d39f4 100644 --- a/extras/rya.streams/geo/pom.xml +++ b/extras/rya.streams/geo/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.streams/integration/pom.xml b/extras/rya.streams/integration/pom.xml index 3557d44..4ba1159 100644 --- a/extras/rya.streams/integration/pom.xml +++ b/extras/rya.streams/integration/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.streams/kafka-test/pom.xml b/extras/rya.streams/kafka-test/pom.xml index af37153..81c7195 100644 --- a/extras/rya.streams/kafka-test/pom.xml +++ b/extras/rya.streams/kafka-test/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.streams/kafka/pom.xml b/extras/rya.streams/kafka/pom.xml index a1b518b..46aa6a0 100644 --- a/extras/rya.streams/kafka/pom.xml +++ b/extras/rya.streams/kafka/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.streams/pom.xml b/extras/rya.streams/pom.xml index 4c91d0b..131b6ec 100644 --- a/extras/rya.streams/pom.xml +++ b/extras/rya.streams/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/rya.streams/query-manager/pom.xml b/extras/rya.streams/query-manager/pom.xml index 1c10ed8..481f551 100644 --- a/extras/rya.streams/query-manager/pom.xml +++ b/extras/rya.streams/query-manager/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extras/shell/pom.xml b/extras/shell/pom.xml index d2f92b9..87d56bf 100644 --- a/extras/shell/pom.xml +++ b/extras/shell/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.shell</artifactId> diff --git a/extras/vagrantExample/pom.xml b/extras/vagrantExample/pom.xml index 6c71cc1..210cf08 100644 --- a/extras/vagrantExample/pom.xml +++ b/extras/vagrantExample/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.vagrant.example</artifactId> diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml index bc019da..b4b0704 100644 --- a/mapreduce/pom.xml +++ b/mapreduce/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.mapreduce</artifactId> diff --git a/osgi/alx.rya.console/pom.xml b/osgi/alx.rya.console/pom.xml index e078e0d..914496f 100644 --- a/osgi/alx.rya.console/pom.xml +++ b/osgi/alx.rya.console/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.osgi</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>alx.rya.console</artifactId> diff --git a/osgi/alx.rya/pom.xml b/osgi/alx.rya/pom.xml index 3a7ed85..f4cde84 100644 --- a/osgi/alx.rya/pom.xml +++ b/osgi/alx.rya/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.osgi</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>alx.rya</artifactId> diff --git a/osgi/camel.rya/pom.xml b/osgi/camel.rya/pom.xml index 5b755d5..9245358 100644 --- a/osgi/camel.rya/pom.xml +++ b/osgi/camel.rya/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.osgi</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>camel.rya</artifactId> diff --git a/osgi/pom.xml b/osgi/pom.xml index 3371951..8c6a1e1 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.osgi</artifactId> diff --git a/pig/accumulo.pig/pom.xml b/pig/accumulo.pig/pom.xml index de1b3d0..6a37866 100644 --- a/pig/accumulo.pig/pom.xml +++ b/pig/accumulo.pig/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pig</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>accumulo.pig</artifactId> diff --git a/pig/pom.xml b/pig/pom.xml index 98e997d..f5d7741 100644 --- a/pig/pom.xml +++ b/pig/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.pig</artifactId> diff --git a/pom.xml b/pom.xml index ca4d7b6..9cb67d3 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> <packaging>pom</packaging> @@ -1497,7 +1497,7 @@ under the License. <scm> <connection>scm:git:git://git.apache.org/incubator-rya.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rya.git</developerConnection> - <tag>HEAD</tag> + <tag>rya-incubating-4.0.0-rc1</tag> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-rya.git</url> </scm> </project> \ No newline at end of file diff --git a/sail/pom.xml b/sail/pom.xml index 96c69e7..7f841ec 100644 --- a/sail/pom.xml +++ b/sail/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.sail</artifactId> diff --git a/spark/pom.xml b/spark/pom.xml index cdf5259..9917bee 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.spark</artifactId> diff --git a/test/accumulo/pom.xml b/test/accumulo/pom.xml index 4596171..6698b6b 100644 --- a/test/accumulo/pom.xml +++ b/test/accumulo/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.test.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/test/kafka/pom.xml b/test/kafka/pom.xml index 008d254..0a47f41 100644 --- a/test/kafka/pom.xml +++ b/test/kafka/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.test.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/test/mongo/pom.xml b/test/mongo/pom.xml index bea5470..7816e34 100644 --- a/test/mongo/pom.xml +++ b/test/mongo/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.test.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/test/pom.xml b/test/pom.xml index 91385c1..a3223e1 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/test/rdf/pom.xml b/test/rdf/pom.xml index 81cd2e7..9104b23 100644 --- a/test/rdf/pom.xml +++ b/test/rdf/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.test.parent</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/web/pom.xml b/web/pom.xml index cda7f5c..3338ad5 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>rya.web</artifactId> diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml index 371ca8f..1f1427d 100644 --- a/web/web.rya/pom.xml +++ b/web/web.rya/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.web</artifactId> - <version>4.0.0-incubating-SNAPSHOT</version> + <version>4.0.0-incubating</version> </parent> <artifactId>web.rya</artifactId>
