Repository: ignite Updated Branches: refs/heads/master 96ef97964 -> 3c3ed0563
Fixed version in pom.xml Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3c3ed056 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3c3ed056 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3c3ed056 Branch: refs/heads/master Commit: 3c3ed0563c4d0ffe64377dcc5a9a8a73980b334a Parents: 96ef979 Author: Alexey Kuznetsov <[email protected]> Authored: Tue May 31 15:19:55 2016 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue May 31 15:19:55 2016 +0700 ---------------------------------------------------------------------- modules/web-agent/pom.xml | 2 +- modules/web-console/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/3c3ed056/modules/web-agent/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web-agent/pom.xml b/modules/web-agent/pom.xml index afca554..5b64c74 100644 --- a/modules/web-agent/pom.xml +++ b/modules/web-agent/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-web-agent</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <properties> <maven.build.timestamp.format>yyMMddHHmmss</maven.build.timestamp.format> http://git-wip-us.apache.org/repos/asf/ignite/blob/3c3ed056/modules/web-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web-console/pom.xml b/modules/web-console/pom.xml index 1639ec1..be4bad9 100644 --- a/modules/web-console/pom.xml +++ b/modules/web-console/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-web-console</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <build> <plugins>
