Repository: incubator-rya Updated Branches: refs/heads/develop d9aaca79c -> 18d8c9ca9
[maven-release-plugin] prepare release 3.2.10 Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/18d8c9ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/18d8c9ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/18d8c9ca Branch: refs/heads/develop Commit: 18d8c9ca9e81ba6086026cc8239d53d38fc967d7 Parents: d9aaca7 Author: Aaron Mihalik <[email protected]> Authored: Wed Aug 10 21:54:21 2016 -0400 Committer: Aaron Mihalik <[email protected]> Committed: Wed Aug 10 21:54:21 2016 -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/pom.xml | 2 +- extras/rya.console/pom.xml | 5 ++--- extras/rya.indexing.pcj/pom.xml | 7 ++----- extras/rya.manual/pom.xml | 2 +- extras/rya.pcj.fluo/pcj.fluo.api/pom.xml | 7 ++----- extras/rya.pcj.fluo/pcj.fluo.app/pom.xml | 7 ++----- extras/rya.pcj.fluo/pcj.fluo.client/pom.xml | 7 ++----- extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml | 6 ++---- extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml | 5 ++--- extras/rya.pcj.fluo/pom.xml | 7 ++----- extras/rya.prospector/pom.xml | 2 +- extras/rya.reasoning/pom.xml | 2 +- extras/tinkerpop.rya/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 | 6 +++--- sail/pom.xml | 2 +- web/pom.xml | 2 +- web/web.rya/pom.xml | 2 +- 33 files changed, 46 insertions(+), 68 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index c14d712..ef37e74 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/common/rya.api/pom.xml ---------------------------------------------------------------------- diff --git a/common/rya.api/pom.xml b/common/rya.api/pom.xml index 7c90521..6d56b07 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/common/rya.provenance/pom.xml ---------------------------------------------------------------------- diff --git a/common/rya.provenance/pom.xml b/common/rya.provenance/pom.xml index b9f749c..a6680a9 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.provenance</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/dao/accumulo.rya/pom.xml ---------------------------------------------------------------------- diff --git a/dao/accumulo.rya/pom.xml b/dao/accumulo.rya/pom.xml index 295b755..612897e 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>accumulo.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/dao/mongodb.rya/pom.xml ---------------------------------------------------------------------- diff --git a/dao/mongodb.rya/pom.xml b/dao/mongodb.rya/pom.xml index 2a1851b..bedaa34 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>mongodb.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/dao/pom.xml ---------------------------------------------------------------------- diff --git a/dao/pom.xml b/dao/pom.xml index 604b30c..87104ce 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.dao</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/extras/indexing/pom.xml b/extras/indexing/pom.xml index ad38855..d3dbb60 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.indexing</artifactId> @@ -125,8 +124,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> </configuration> </execution> @@ -150,8 +148,7 @@ </excludes> </artifactSet> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/indexingExample/pom.xml ---------------------------------------------------------------------- diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml index 394af94..8cb9aaf 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.indexing.example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/pom.xml ---------------------------------------------------------------------- diff --git a/extras/pom.xml b/extras/pom.xml index 8490b5b..d6b14c2 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya-project</artifactId> - <version>3.2.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.extras</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/rya.console/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.console/pom.xml b/extras/rya.console/pom.xml index 1bbb5a0..86f1ad2 100644 --- a/extras/rya.console/pom.xml +++ b/extras/rya.console/pom.xml @@ -18,13 +18,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.extras</artifactId> - <version>3.2.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.console</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/rya.indexing.pcj/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.indexing.pcj/pom.xml b/extras/rya.indexing.pcj/pom.xml index ee5ae07..1252678 100644 --- a/extras/rya.indexing.pcj/pom.xml +++ b/extras/rya.indexing.pcj/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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/rya.manual/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.manual/pom.xml b/extras/rya.manual/pom.xml index 75c106a..fdc770a 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.manual</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/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 7b88b5a..9587920 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.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.pcj.fluo.parent</artifactId> - <version>3.2.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/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 54001b1..26b2b48 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.app/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.pcj.fluo.parent</artifactId> - <version>3.2.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/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 8c2f5b3..d5d6bb9 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.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.pcj.fluo.parent</artifactId> - <version>3.2.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/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 97a967b..a3a0628 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml @@ -17,14 +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.pcj.fluo.parent</artifactId> - <version>3.2.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/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 6ca8cd7..a176bb1 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/rya.pcj.fluo/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.pcj.fluo/pom.xml b/extras/rya.pcj.fluo/pom.xml index e50dcc3..e6ed386 100644 --- a/extras/rya.pcj.fluo/pom.xml +++ b/extras/rya.pcj.fluo/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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/rya.prospector/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.prospector/pom.xml b/extras/rya.prospector/pom.xml index bf9321e..7bb2567 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.prospector</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/rya.reasoning/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.reasoning/pom.xml b/extras/rya.reasoning/pom.xml index bc00404..09e5ffb 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.reasoning</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/tinkerpop.rya/pom.xml ---------------------------------------------------------------------- diff --git a/extras/tinkerpop.rya/pom.xml b/extras/tinkerpop.rya/pom.xml index b92eb96..e38992e 100644 --- a/extras/tinkerpop.rya/pom.xml +++ b/extras/tinkerpop.rya/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.rya</groupId> <artifactId>rya.extras</artifactId> - <version>3.2.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>tinkerpop.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/extras/vagrantExample/pom.xml ---------------------------------------------------------------------- diff --git a/extras/vagrantExample/pom.xml b/extras/vagrantExample/pom.xml index 47441a3..79abe9d 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.vagrant.example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml index 40dd1df..99a227d 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.mapreduce</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/osgi/alx.rya.console/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/alx.rya.console/pom.xml b/osgi/alx.rya.console/pom.xml index 9f5020c..80678e3 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>alx.rya.console</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/osgi/alx.rya/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/alx.rya/pom.xml b/osgi/alx.rya/pom.xml index e2ca105..bf66273 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>alx.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/osgi/camel.rya/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/camel.rya/pom.xml b/osgi/camel.rya/pom.xml index ade8e03..baed11e 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>camel.rya</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/osgi/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/pom.xml b/osgi/pom.xml index 7775ddb..305ffd7 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.osgi</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/pig/accumulo.pig/pom.xml ---------------------------------------------------------------------- diff --git a/pig/accumulo.pig/pom.xml b/pig/accumulo.pig/pom.xml index 1a1e5f9..fa1e487 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>accumulo.pig</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/pig/pom.xml ---------------------------------------------------------------------- diff --git a/pig/pom.xml b/pig/pom.xml index 2df2d1c..4759b32 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.pig</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec4bf1c..d463cfe 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.10-SNAPSHOT</version> + <version>3.2.10</version> <packaging>pom</packaging> @@ -696,7 +696,7 @@ under the License. </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> @@ -775,7 +775,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>v3.2.10-SNAPSHOT</tag> + <tag>3.2.10</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/18d8c9ca/sail/pom.xml ---------------------------------------------------------------------- diff --git a/sail/pom.xml b/sail/pom.xml index 9b2de30..bfe041e 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.sail</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/web/pom.xml ---------------------------------------------------------------------- diff --git a/web/pom.xml b/web/pom.xml index bcc7f7a..43a3d5a 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>rya.web</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/18d8c9ca/web/web.rya/pom.xml ---------------------------------------------------------------------- diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml index 26283b5..5c21af3 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.10-SNAPSHOT</version> + <version>3.2.10</version> </parent> <artifactId>web.rya</artifactId>
