Repository: incubator-ignite Updated Branches: refs/heads/ignite-release-test-no-mod 75ab4d6e5 -> 0a224d97d
ignite-release-test parent pom version Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3f76db66 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3f76db66 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3f76db66 Branch: refs/heads/ignite-release-test-no-mod Commit: 3f76db668068ed28e708e7c4d569fbc8a6bb49c2 Parents: 75ab4d6 Author: avinogradov <avinogra...@gridgain.com> Authored: Wed Mar 4 15:34:13 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Wed Mar 4 15:34:13 2015 +0300 ---------------------------------------------------------------------- examples/pom-standalone.xml | 16 ++++++++-------- examples/pom.xml | 2 +- modules/aop/pom.xml | 2 +- modules/aws/pom.xml | 2 +- modules/clients/pom.xml | 2 +- modules/codegen/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/extdata/p2p/pom.xml | 2 +- modules/extdata/uri/pom.xml | 2 +- modules/geospatial/pom.xml | 2 +- modules/hadoop/pom.xml | 2 +- modules/hibernate/pom.xml | 2 +- modules/indexing/pom.xml | 2 +- modules/jcl/pom.xml | 2 +- modules/jta/pom.xml | 2 +- modules/log4j/pom.xml | 2 +- modules/rest-http/pom.xml | 2 +- modules/scalar/pom.xml | 2 +- modules/schedule/pom.xml | 2 +- modules/schema-load/pom.xml | 2 +- modules/slf4j/pom.xml | 2 +- modules/spring/pom.xml | 2 +- modules/ssh/pom.xml | 2 +- modules/tools/pom.xml | 2 +- modules/urideploy/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- modules/visor-plugins/pom.xml | 2 +- modules/web/pom.xml | 2 +- modules/yardstick/pom.xml | 10 +++++----- parent/pom.xml | 2 +- pom.xml | 4 ++-- 31 files changed, 43 insertions(+), 43 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index eee4033..aeb1639 100644 --- a/examples/pom-standalone.xml +++ b/examples/pom-standalone.xml @@ -33,7 +33,7 @@ <groupId>org.apache.ignite</groupId> <artifactId>ignite-examples</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <dependencies> <dependency> @@ -45,37 +45,37 @@ <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-core</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-hibernate</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-spring</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-log4j</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-indexing</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-schedule</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </dependency> <dependency> @@ -162,7 +162,7 @@ <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-scalar</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index ba52c40..085c6ec 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/aop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml index c86aa45..ffdcbab 100644 --- a/modules/aop/pom.xml +++ b/modules/aop/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/aws/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml index c5b8512..11aabc3 100644 --- a/modules/aws/pom.xml +++ b/modules/aws/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/clients/pom.xml ---------------------------------------------------------------------- diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml index ab8a8af..75ab0ef 100644 --- a/modules/clients/pom.xml +++ b/modules/clients/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/codegen/pom.xml ---------------------------------------------------------------------- diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index 4737595..9001b92 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 31d3d19..1273a97 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/extdata/p2p/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml index c853757..4ccd1e9 100644 --- a/modules/extdata/p2p/pom.xml +++ b/modules/extdata/p2p/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/extdata/uri/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index 8469f69..e9877f6 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index e74766c..b9e914b 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index 6735304..5cf09d1 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml index 74578eb..93b3e08 100644 --- a/modules/hibernate/pom.xml +++ b/modules/hibernate/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index 2820e78..597ab3e 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/jcl/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jcl/pom.xml b/modules/jcl/pom.xml index 5b48334..79d56ce 100644 --- a/modules/jcl/pom.xml +++ b/modules/jcl/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/jta/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml index b4c363f..94dd92f 100644 --- a/modules/jta/pom.xml +++ b/modules/jta/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/log4j/pom.xml b/modules/log4j/pom.xml index a851961..40748cf 100644 --- a/modules/log4j/pom.xml +++ b/modules/log4j/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index fbc4f45..eaef7d0 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index 922b289..a49f993 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/schedule/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schedule/pom.xml b/modules/schedule/pom.xml index 6e8c2f0..e100e0e 100644 --- a/modules/schedule/pom.xml +++ b/modules/schedule/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/schema-load/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-load/pom.xml b/modules/schema-load/pom.xml index 739d158..74d6523 100644 --- a/modules/schema-load/pom.xml +++ b/modules/schema-load/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/slf4j/pom.xml b/modules/slf4j/pom.xml index 744e5c0..0673a67 100644 --- a/modules/slf4j/pom.xml +++ b/modules/slf4j/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/spring/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index e6eca1b..a35346b 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ssh/pom.xml b/modules/ssh/pom.xml index 188c442..1b0e689 100644 --- a/modules/ssh/pom.xml +++ b/modules/ssh/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/tools/pom.xml ---------------------------------------------------------------------- diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index 4bae6b5..674f22f 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index 6a02573..229f21b 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/visor-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml index 3335aef..ce915f0 100644 --- a/modules/visor-console/pom.xml +++ b/modules/visor-console/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/visor-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-plugins/pom.xml b/modules/visor-plugins/pom.xml index 460c43d..9c931e5 100644 --- a/modules/visor-plugins/pom.xml +++ b/modules/visor-plugins/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index a490301..818f6b1 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/modules/yardstick/pom.xml ---------------------------------------------------------------------- diff --git a/modules/yardstick/pom.xml b/modules/yardstick/pom.xml index 742c3fd..ee18deb 100644 --- a/modules/yardstick/pom.xml +++ b/modules/yardstick/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>../../parent</relativePath> </parent> <artifactId>ignite-yardstick</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <properties> <yardstick.version>0.7.0</yardstick.version> @@ -43,20 +43,20 @@ <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-core</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-spring</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-indexing</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d49eb46..664f32d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -45,7 +45,7 @@ <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <packaging>pom</packaging> <url>http://ignite.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3f76db66/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 21c85c1..483dcfd 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.ignite</groupId> <artifactId>ignite-parent</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> <relativePath>parent</relativePath> </parent> @@ -259,7 +259,7 @@ <tagletArtifact> <groupId>org.apache.ignite</groupId> <artifactId>ignite-tools</artifactId> - <version>1.0.1-RC1-SNAPSHOT</version> + <version>1</version> </tagletArtifact> </taglet> </taglets>