Repository: incubator-rya Updated Branches: refs/heads/master 45e7018ab -> 6dd81bd8e
[maven-release-plugin] prepare release rya-incubating-3.2.11-rc3 Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/afe52241 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/afe52241 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/afe52241 Branch: refs/heads/master Commit: afe522412fb74cbb4ab97e1b7a8d1c112be33773 Parents: 7949baa Author: David Lotts <[email protected]> Authored: Mon Sep 25 17:36:13 2017 -0400 Committer: David Lotts <[email protected]> Committed: Mon Sep 25 17:36:13 2017 -0400 ---------------------------------------------------------------------- common/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 | 11 ++++------- extras/indexingExample/pom.xml | 2 +- extras/periodic.notification/api/pom.xml | 5 ++--- extras/periodic.notification/pom.xml | 2 +- extras/periodic.notification/service/pom.xml | 5 ++--- extras/periodic.notification/tests/pom.xml | 5 ++--- extras/pom.xml | 2 +- extras/rya.benchmark/pom.xml | 4 ++-- extras/rya.export/export.accumulo/pom.xml | 7 ++----- extras/rya.export/export.api/pom.xml | 9 +++------ extras/rya.export/export.client/pom.xml | 7 ++----- extras/rya.export/export.integration/pom.xml | 7 ++----- extras/rya.export/export.mongo/pom.xml | 7 ++----- extras/rya.export/pom.xml | 7 ++----- extras/rya.geoindexing/geo.common/pom.xml | 5 ++--- extras/rya.geoindexing/geo.geomesa/pom.xml | 5 ++--- extras/rya.geoindexing/geo.geowave/pom.xml | 5 ++--- extras/rya.geoindexing/geo.mongo/pom.xml | 5 ++--- extras/rya.geoindexing/pom.xml | 2 +- extras/rya.giraph/pom.xml | 6 ++---- 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 | 5 ++--- 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 | 5 ++--- 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 | 4 ++-- extras/rya.prospector/pom.xml | 2 +- extras/rya.reasoning/pom.xml | 2 +- extras/shell/pom.xml | 4 ++-- 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 +- web/pom.xml | 2 +- web/web.rya/pom.xml | 2 +- 53 files changed, 77 insertions(+), 109 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 0063336..78aecc2 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/common/rya.api/pom.xml ---------------------------------------------------------------------- diff --git a/common/rya.api/pom.xml b/common/rya.api/pom.xml index 3c80a13..8b3c076 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/common/rya.provenance/pom.xml ---------------------------------------------------------------------- diff --git a/common/rya.provenance/pom.xml b/common/rya.provenance/pom.xml index 8f42385..a3573b7 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.provenance</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/dao/accumulo.rya/pom.xml ---------------------------------------------------------------------- diff --git a/dao/accumulo.rya/pom.xml b/dao/accumulo.rya/pom.xml index be062e9..250f6df 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>accumulo.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/dao/mongodb.rya/pom.xml ---------------------------------------------------------------------- diff --git a/dao/mongodb.rya/pom.xml b/dao/mongodb.rya/pom.xml index 44fe083..d246cd4 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>mongodb.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/dao/pom.xml ---------------------------------------------------------------------- diff --git a/dao/pom.xml b/dao/pom.xml index e7167f2..28f660d 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.dao</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/extras/indexing/pom.xml b/extras/indexing/pom.xml index 1d3a32b..e74e77f 100644 --- a/extras/indexing/pom.xml +++ b/extras/indexing/pom.xml @@ -11,13 +11,12 @@ OF ANY KIND, either express or implied. See the License for the 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.indexing</artifactId> @@ -154,8 +153,7 @@ <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>map-reduce</shadedClassifierName> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> <filters> <filter> @@ -190,8 +188,7 @@ </excludes> </artifactSet> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> <filters> <filter> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/indexingExample/pom.xml ---------------------------------------------------------------------- diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml index 50c9a29..915eb51 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.indexing.example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/periodic.notification/api/pom.xml ---------------------------------------------------------------------- diff --git a/extras/periodic.notification/api/pom.xml b/extras/periodic.notification/api/pom.xml index aecd723..b9202d7 100644 --- a/extras/periodic.notification/api/pom.xml +++ b/extras/periodic.notification/api/pom.xml @@ -1,5 +1,4 @@ -<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"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses @@ -15,7 +14,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.periodic.notification.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.periodic.notification.api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/periodic.notification/pom.xml ---------------------------------------------------------------------- diff --git a/extras/periodic.notification/pom.xml b/extras/periodic.notification/pom.xml index 814f14f..c34a98f 100644 --- a/extras/periodic.notification/pom.xml +++ b/extras/periodic.notification/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <name>Apache Rya Periodic Notification Parent</name> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/periodic.notification/service/pom.xml ---------------------------------------------------------------------- diff --git a/extras/periodic.notification/service/pom.xml b/extras/periodic.notification/service/pom.xml index cc78646..c238116 100644 --- a/extras/periodic.notification/service/pom.xml +++ b/extras/periodic.notification/service/pom.xml @@ -1,5 +1,4 @@ -<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> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this @@ -14,7 +13,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.periodic.notification.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.periodic.notification.service</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/periodic.notification/tests/pom.xml ---------------------------------------------------------------------- diff --git a/extras/periodic.notification/tests/pom.xml b/extras/periodic.notification/tests/pom.xml index 31a6c0e..d56b142 100644 --- a/extras/periodic.notification/tests/pom.xml +++ b/extras/periodic.notification/tests/pom.xml @@ -9,14 +9,13 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the 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.periodic.notification.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.periodic.notification.tests</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/pom.xml ---------------------------------------------------------------------- diff --git a/extras/pom.xml b/extras/pom.xml index 52a823f..84b595c 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.extras</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.benchmark/pom.xml b/extras/rya.benchmark/pom.xml index a2b2d3b..cf90d30 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -85,7 +85,7 @@ <!-- Java Bug Database link : http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8067747 --> <useIncrementalCompilation>false</useIncrementalCompilation> <compilerArguments> - <Xlint/> + <Xlint /> </compilerArguments> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.export/export.accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.export/export.accumulo/pom.xml b/extras/rya.export/export.accumulo/pom.xml index 406c93d..59a7d49 100644 --- a/extras/rya.export/export.accumulo/pom.xml +++ b/extras/rya.export/export.accumulo/pom.xml @@ -17,15 +17,12 @@ KIND, either express or implied. See the License for the 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.export/export.api/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.export/export.api/pom.xml b/extras/rya.export/export.api/pom.xml index b07a664..81db668 100644 --- a/extras/rya.export/export.api/pom.xml +++ b/extras/rya.export/export.api/pom.xml @@ -17,15 +17,12 @@ KIND, either express or implied. See the License for the 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -188,7 +185,7 @@ under the License. <!--<mainClass>mvm.rya.accumulo.mr.merge.MergeTool</mainClass>--> </manifest> <manifestEntries> - <Built-By></Built-By> + <Built-By /> <Class-Path>lib/</Class-Path> </manifestEntries> </archive> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.export/export.client/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.export/export.client/pom.xml b/extras/rya.export/export.client/pom.xml index eb9c554..3d1d99a 100644 --- a/extras/rya.export/export.client/pom.xml +++ b/extras/rya.export/export.client/pom.xml @@ -17,15 +17,12 @@ KIND, either express or implied. See the License for the 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.export/export.integration/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.export/export.integration/pom.xml b/extras/rya.export/export.integration/pom.xml index d5c273a..8d9aa3d 100644 --- a/extras/rya.export/export.integration/pom.xml +++ b/extras/rya.export/export.integration/pom.xml @@ -17,15 +17,12 @@ KIND, either express or implied. See the License for the 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.export/export.mongo/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.export/export.mongo/pom.xml b/extras/rya.export/export.mongo/pom.xml index 699daf7..988b1bd 100644 --- a/extras/rya.export/export.mongo/pom.xml +++ b/extras/rya.export/export.mongo/pom.xml @@ -17,15 +17,12 @@ KIND, either express or implied. See the License for the 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.export.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.export/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.export/pom.xml b/extras/rya.export/pom.xml index 0ff86d1..5eb18f9 100644 --- a/extras/rya.export/pom.xml +++ b/extras/rya.export/pom.xml @@ -17,15 +17,12 @@ KIND, either express or implied. See the License for the 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.geoindexing/geo.common/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.geoindexing/geo.common/pom.xml b/extras/rya.geoindexing/geo.common/pom.xml index 41cbb5f..d42b3ba 100644 --- a/extras/rya.geoindexing/geo.common/pom.xml +++ b/extras/rya.geoindexing/geo.common/pom.xml @@ -17,13 +17,12 @@ 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.geoindexing</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.geo.common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.geoindexing/geo.geomesa/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.geoindexing/geo.geomesa/pom.xml b/extras/rya.geoindexing/geo.geomesa/pom.xml index 70998d3..af5b140 100644 --- a/extras/rya.geoindexing/geo.geomesa/pom.xml +++ b/extras/rya.geoindexing/geo.geomesa/pom.xml @@ -17,13 +17,12 @@ 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.geoindexing</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.geo.geomesa</artifactId> <name>Apache Rya Geo Indexing using GeoMesa</name> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.geoindexing/geo.geowave/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.geoindexing/geo.geowave/pom.xml b/extras/rya.geoindexing/geo.geowave/pom.xml index e07e4e7..c7831b5 100644 --- a/extras/rya.geoindexing/geo.geowave/pom.xml +++ b/extras/rya.geoindexing/geo.geowave/pom.xml @@ -17,13 +17,12 @@ 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.geoindexing</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.geo.geowave</artifactId> <name>Apache Rya Geo indexing using GeoWave</name> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.geoindexing/geo.mongo/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.geoindexing/geo.mongo/pom.xml b/extras/rya.geoindexing/geo.mongo/pom.xml index 65f8fb0..ecf9aa5 100644 --- a/extras/rya.geoindexing/geo.mongo/pom.xml +++ b/extras/rya.geoindexing/geo.mongo/pom.xml @@ -17,13 +17,12 @@ 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.geoindexing</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.geo.mongo</artifactId> <name>Apache Rya Geo Indexing using MongoDB</name> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.geoindexing/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.geoindexing/pom.xml b/extras/rya.geoindexing/pom.xml index 9ba4ed0..e7d824a 100644 --- a/extras/rya.geoindexing/pom.xml +++ b/extras/rya.geoindexing/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.geoindexing</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.giraph/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.giraph/pom.xml b/extras/rya.giraph/pom.xml index 33455aa..40d7f14 100644 --- a/extras/rya.giraph/pom.xml +++ b/extras/rya.giraph/pom.xml @@ -17,13 +17,11 @@ KIND, either express or implied. See the License for the 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.indexing.pcj/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.indexing.pcj/pom.xml b/extras/rya.indexing.pcj/pom.xml index bd6e179..a077853 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.manual/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.manual/pom.xml b/extras/rya.manual/pom.xml index fd9f7c8..ab52471 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.manual</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.merger/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.merger/pom.xml b/extras/rya.merger/pom.xml index 206c8f9..177a6ce 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.merger</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml index 439ea16..edbeb00 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml index 0a03876..e260246 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml @@ -19,13 +19,12 @@ 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml index 63264b3..a3d2ef9 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml index e4d2778..2756dd1 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml index ddf6822..11eaf6c 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the 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"> <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.pcj.fluo.parent</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml ---------------------------------------------------------------------- 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 27a71b7..d2daa0b 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.pcj.fluo.test.base</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.pcj.fluo/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.pcj.fluo/pom.xml b/extras/rya.pcj.fluo/pom.xml index 6979768..4079848 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.pcj.fluo/rya.pcj.functions.geo/pom.xml ---------------------------------------------------------------------- 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 fbf1b89..64f03fd 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -154,7 +154,7 @@ under the License. </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.prospector/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.prospector/pom.xml b/extras/rya.prospector/pom.xml index 35a9f67..b0b6a08 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.prospector</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/rya.reasoning/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.reasoning/pom.xml b/extras/rya.reasoning/pom.xml index 4791e03..8180876 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.reasoning</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/shell/pom.xml ---------------------------------------------------------------------- diff --git a/extras/shell/pom.xml b/extras/shell/pom.xml index 0f95649..a6fb847 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.shell</artifactId> @@ -156,7 +156,7 @@ <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> <resource>META-INF/spring.schemas</resource> </transformer> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>org.springframework.shell.Bootstrap</mainClass> </transformer> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/extras/vagrantExample/pom.xml ---------------------------------------------------------------------- diff --git a/extras/vagrantExample/pom.xml b/extras/vagrantExample/pom.xml index f498bfe..9b7a137 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.vagrant.example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml index c4f94f6..8eb255f 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.mapreduce</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/osgi/alx.rya.console/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/alx.rya.console/pom.xml b/osgi/alx.rya.console/pom.xml index c395262..be3b109 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>alx.rya.console</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/osgi/alx.rya/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/alx.rya/pom.xml b/osgi/alx.rya/pom.xml index c90b5e8..6b7e7d5 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>alx.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/osgi/camel.rya/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/camel.rya/pom.xml b/osgi/camel.rya/pom.xml index e60beef..7e0897e 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>camel.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/osgi/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/pom.xml b/osgi/pom.xml index a4868f0..e6f1f56 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.osgi</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/pig/accumulo.pig/pom.xml ---------------------------------------------------------------------- diff --git a/pig/accumulo.pig/pom.xml b/pig/accumulo.pig/pom.xml index bc8cde7..5d66d2b 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>accumulo.pig</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/pig/pom.xml ---------------------------------------------------------------------- diff --git a/pig/pom.xml b/pig/pom.xml index 5398e3d..944919c 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.pig</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f629297..4627eb0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> <packaging>pom</packaging> @@ -1082,7 +1082,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-3.2.11-rc3</tag> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-rya.git</url> </scm> </project> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/sail/pom.xml ---------------------------------------------------------------------- diff --git a/sail/pom.xml b/sail/pom.xml index 53b90c0..1cb3990 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.sail</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 09d05d0..3a026ea 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.spark</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/web/pom.xml ---------------------------------------------------------------------- diff --git a/web/pom.xml b/web/pom.xml index 55b024d..16421aa 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>rya.web</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/afe52241/web/web.rya/pom.xml ---------------------------------------------------------------------- diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml index 38eeaff..50537d9 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>3.2.11-incubating-SNAPSHOT</version> + <version>3.2.11-incubating</version> </parent> <artifactId>web.rya</artifactId>
