[maven-release-plugin] prepare for next development iteration
diff --git a/common/pom.xml b/common/pom.xml index a78a782..90f5991 100644 --- a/common/pom.xml +++ b/common/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.common</artifactId>
diff --git a/common/rya.api.function/pom.xml b/common/rya.api.function/pom.xml index 060235d..738dd34 100644 --- a/common/rya.api.function/pom.xml +++ b/common/rya.api.function/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.common</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.api.evaluation</artifactId>
diff --git a/common/rya.api.model/pom.xml b/common/rya.api.model/pom.xml index 6b8e333..a8a678f 100644 --- a/common/rya.api.model/pom.xml +++ b/common/rya.api.model/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.common</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.api.model</artifactId>
diff --git a/common/rya.api/pom.xml b/common/rya.api/pom.xml index 59b361c..bdb59f8 100644 --- a/common/rya.api/pom.xml +++ b/common/rya.api/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.common</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.api</artifactId>
diff --git a/common/rya.provenance/pom.xml b/common/rya.provenance/pom.xml index 673508f..302ccd3 100644 --- a/common/rya.provenance/pom.xml +++ b/common/rya.provenance/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.common</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.provenance</artifactId>
diff --git a/dao/accumulo.rya/pom.xml b/dao/accumulo.rya/pom.xml index a0604d7..42a26fe 100644 --- a/dao/accumulo.rya/pom.xml +++ b/dao/accumulo.rya/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.dao</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>accumulo.rya</artifactId>
diff --git a/dao/mongodb.rya/pom.xml b/dao/mongodb.rya/pom.xml index 7ad464e..b2c9a80 100644 --- a/dao/mongodb.rya/pom.xml +++ b/dao/mongodb.rya/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.dao</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>mongodb.rya</artifactId>
diff --git a/dao/pom.xml b/dao/pom.xml index 6133169..bee2a91 100644 --- a/dao/pom.xml +++ b/dao/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.dao</artifactId>
diff --git a/extras/indexing/pom.xml b/extras/indexing/pom.xml index 41be761..f0e9883 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.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.indexing</artifactId>
diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml index 6bddfbd..b4fca30 100644 --- a/extras/indexingExample/pom.xml +++ b/extras/indexingExample/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 07b0e1b..b783c40 100644 --- a/extras/kafka.connect/accumulo-it/pom.xml +++ b/extras/kafka.connect/accumulo-it/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 a48c17e..afaeb5e 100644 --- a/extras/kafka.connect/accumulo/pom.xml +++ b/extras/kafka.connect/accumulo/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 4233070..bd16d28 100644 --- a/extras/kafka.connect/api/pom.xml +++ b/extras/kafka.connect/api/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 5f6d403..40c1189 100644 --- a/extras/kafka.connect/client/pom.xml +++ b/extras/kafka.connect/client/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 7310d25..109a5c7 100644 --- a/extras/kafka.connect/mongo-it/pom.xml +++ b/extras/kafka.connect/mongo-it/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 4f86bb9..9fc7e8c 100644 --- a/extras/kafka.connect/mongo/pom.xml +++ b/extras/kafka.connect/mongo/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.kafka.connect.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.kafka.connect.mongo</artifactId>
diff --git a/extras/kafka.connect/pom.xml b/extras/kafka.connect/pom.xml index 108ab90..0a44c2c 100644 --- a/extras/kafka.connect/pom.xml +++ b/extras/kafka.connect/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 814e5d8..60e48cd 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.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.periodic.notification.api</artifactId>
diff --git a/extras/periodic.notification/pom.xml b/extras/periodic.notification/pom.xml index 2bcb6c5..451faf5 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.1</version> + <version>4.1.0-SNAPSHOT</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 11294a9..8b733f5 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.1</version> + <version>4.1.0-SNAPSHOT</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 da47b73..2fe0bf4 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.1</version> + <version>4.1.0-SNAPSHOT</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 06de512..153fd89 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.1</version> + <version>4.1.0-SNAPSHOT</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.1</version> + <version>4.1.0-SNAPSHOT</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 6d6925a..7598533 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.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.periodic.notification.twill</artifactId>
diff --git a/extras/pom.xml b/extras/pom.xml index 4157dcb..7286363 100644 --- a/extras/pom.xml +++ b/extras/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.extras</artifactId>
diff --git a/extras/rya.benchmark/pom.xml b/extras/rya.benchmark/pom.xml index 9c161df..926023b 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.1</version> + <version>4.1.0-SNAPSHOT</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 9a6068d..425aaa2 100644 --- a/extras/rya.export/export.accumulo/pom.xml +++ b/extras/rya.export/export.accumulo/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 27d0412..6dd28fd 100644 --- a/extras/rya.export/export.api/pom.xml +++ b/extras/rya.export/export.api/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 3e4a410..190b7d6 100644 --- a/extras/rya.export/export.client/pom.xml +++ b/extras/rya.export/export.client/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 fc1a9ca..5e96a23 100644 --- a/extras/rya.export/export.integration/pom.xml +++ b/extras/rya.export/export.integration/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 6292c8e..df5a996 100644 --- a/extras/rya.export/export.mongo/pom.xml +++ b/extras/rya.export/export.mongo/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.export/pom.xml b/extras/rya.export/pom.xml index b409cf5..ec52cdd 100644 --- a/extras/rya.export/pom.xml +++ b/extras/rya.export/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.forwardchain/pom.xml b/extras/rya.forwardchain/pom.xml index 7637927..f7220e2 100644 --- a/extras/rya.forwardchain/pom.xml +++ b/extras/rya.forwardchain/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 b59fb97..1741e62 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.1</version> + <version>4.1.0-SNAPSHOT</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 b254c13..633878f 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.1</version> + <version>4.1.0-SNAPSHOT</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 881362c..1990107 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.1</version> + <version>4.1.0-SNAPSHOT</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 90d2e71..3f6eb8f 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.1</version> + <version>4.1.0-SNAPSHOT</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 fed4b50..ca2b111 100644 --- a/extras/rya.geoindexing/pom.xml +++ b/extras/rya.geoindexing/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.geoindexing</artifactId>
diff --git a/extras/rya.giraph/pom.xml b/extras/rya.giraph/pom.xml index 3f3cc4c..75e6515 100644 --- a/extras/rya.giraph/pom.xml +++ b/extras/rya.giraph/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.indexing.pcj/pom.xml b/extras/rya.indexing.pcj/pom.xml index d439ac5..d8befce 100644 --- a/extras/rya.indexing.pcj/pom.xml +++ b/extras/rya.indexing.pcj/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.manual/pom.xml b/extras/rya.manual/pom.xml index d8e5c43..0c693bd 100644 --- a/extras/rya.manual/pom.xml +++ b/extras/rya.manual/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.manual</artifactId>
diff --git a/extras/rya.merger/pom.xml b/extras/rya.merger/pom.xml index 1d7172d..afeb9e2 100644 --- a/extras/rya.merger/pom.xml +++ b/extras/rya.merger/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 4e1ec59..aea0be1 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 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 7b482c6..ddbfa4e 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 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 f62b6a61..50fa480 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 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 4f7466c..34815e0 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 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 61190d9..84d4201 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 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 3b4667e..d5ba36b 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 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 a11596b..4b0d30c 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.1</version> + <version>4.1.0-SNAPSHOT</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 f644a22..2f30ff6 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 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.prospector/pom.xml b/extras/rya.prospector/pom.xml index 4a9c5e7..3137b89 100644 --- a/extras/rya.prospector/pom.xml +++ b/extras/rya.prospector/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.prospector</artifactId>
diff --git a/extras/rya.reasoning/pom.xml b/extras/rya.reasoning/pom.xml index 2321722..00c292e 100644 --- a/extras/rya.reasoning/pom.xml +++ b/extras/rya.reasoning/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.reasoning</artifactId>
diff --git a/extras/rya.streams/api/pom.xml b/extras/rya.streams/api/pom.xml index 5f5dfc2..981d95e 100644 --- a/extras/rya.streams/api/pom.xml +++ b/extras/rya.streams/api/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.streams/client/pom.xml b/extras/rya.streams/client/pom.xml index 22ea34f..9f8deb8 100644 --- a/extras/rya.streams/client/pom.xml +++ b/extras/rya.streams/client/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.streams/geo/pom.xml b/extras/rya.streams/geo/pom.xml index 6316e63..25d8521 100644 --- a/extras/rya.streams/geo/pom.xml +++ b/extras/rya.streams/geo/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.streams/integration/pom.xml b/extras/rya.streams/integration/pom.xml index a0bdf2e..c9fbb4f 100644 --- a/extras/rya.streams/integration/pom.xml +++ b/extras/rya.streams/integration/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</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 52bb559..e614ad5 100644 --- a/extras/rya.streams/kafka-test/pom.xml +++ b/extras/rya.streams/kafka-test/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.streams/kafka/pom.xml b/extras/rya.streams/kafka/pom.xml index f81acbd..425b7c8 100644 --- a/extras/rya.streams/kafka/pom.xml +++ b/extras/rya.streams/kafka/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/rya.streams/pom.xml b/extras/rya.streams/pom.xml index 6409f2c..722f561 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.1</version> + <version>4.1.0-SNAPSHOT</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 72c2d97..f462f47 100644 --- a/extras/rya.streams/query-manager/pom.xml +++ b/extras/rya.streams/query-manager/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.streams.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/extras/shell/pom.xml b/extras/shell/pom.xml index a40f979..64af0a2 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.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.shell</artifactId>
diff --git a/extras/vagrantExample/pom.xml b/extras/vagrantExample/pom.xml index 58b05eb..0eca8f5 100644 --- a/extras/vagrantExample/pom.xml +++ b/extras/vagrantExample/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.vagrant.example</artifactId>
diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml index 19418de..bc7bba6 100644 --- a/mapreduce/pom.xml +++ b/mapreduce/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.mapreduce</artifactId>
diff --git a/osgi/alx.rya.console/pom.xml b/osgi/alx.rya.console/pom.xml index 377fae0..75da058 100644 --- a/osgi/alx.rya.console/pom.xml +++ b/osgi/alx.rya.console/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.osgi</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>alx.rya.console</artifactId>
diff --git a/osgi/alx.rya/pom.xml b/osgi/alx.rya/pom.xml index 3ee43c4..0da8e98 100644 --- a/osgi/alx.rya/pom.xml +++ b/osgi/alx.rya/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.osgi</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>alx.rya</artifactId>
diff --git a/osgi/camel.rya/pom.xml b/osgi/camel.rya/pom.xml index 10a1efe..0204d6b 100644 --- a/osgi/camel.rya/pom.xml +++ b/osgi/camel.rya/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.osgi</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>camel.rya</artifactId>
diff --git a/osgi/pom.xml b/osgi/pom.xml index e00a157..b7113c4 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.osgi</artifactId>
diff --git a/pig/accumulo.pig/pom.xml b/pig/accumulo.pig/pom.xml index e90aa51..b03ce3a 100644 --- a/pig/accumulo.pig/pom.xml +++ b/pig/accumulo.pig/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pig</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>accumulo.pig</artifactId>
diff --git a/pig/pom.xml b/pig/pom.xml index 903432a..c39431f 100644 --- a/pig/pom.xml +++ b/pig/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.pig</artifactId>
diff --git a/pom.xml b/pom.xml index 9ff47d6..de30e11 100644 --- a/pom.xml +++ b/pom.xml
@@ -27,7 +27,7 @@ <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -1486,7 +1486,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/rya.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/rya.git</developerConnection> - <tag>rya-4.0.1-rc1</tag> + <tag>HEAD</tag> <url>https://gitbox.apache.org/repos/asf?p=rya.git</url> </scm> </project>
diff --git a/sail/pom.xml b/sail/pom.xml index cf45c3e..d7c5008 100644 --- a/sail/pom.xml +++ b/sail/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.sail</artifactId>
diff --git a/spark/pom.xml b/spark/pom.xml index 0479fab..e8b5912 100644 --- a/spark/pom.xml +++ b/spark/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.spark</artifactId>
diff --git a/test/accumulo/pom.xml b/test/accumulo/pom.xml index 8377f13..aea0c28 100644 --- a/test/accumulo/pom.xml +++ b/test/accumulo/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.test.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test/kafka/pom.xml b/test/kafka/pom.xml index b1fab34..7e851a9 100644 --- a/test/kafka/pom.xml +++ b/test/kafka/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.test.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test/mongo/pom.xml b/test/mongo/pom.xml index 3d3b190..15b652c 100644 --- a/test/mongo/pom.xml +++ b/test/mongo/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.test.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test/pom.xml b/test/pom.xml index fa22e2d..3de70c9 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.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test/rdf/pom.xml b/test/rdf/pom.xml index 40f72f7..a6c24b6 100644 --- a/test/rdf/pom.xml +++ b/test/rdf/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.test.parent</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/web/pom.xml b/web/pom.xml index 4b56ecc..054846a 100644 --- a/web/pom.xml +++ b/web/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>rya.web</artifactId>
diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml index 84b57bf..591495e 100644 --- a/web/web.rya/pom.xml +++ b/web/web.rya/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.web</artifactId> - <version>4.0.1</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>web.rya</artifactId>