Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 680ce88b5 -> 7530ec1c9
IGNITE-843 Fixed version. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1297d554 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1297d554 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1297d554 Branch: refs/heads/ignite-843-rc2 Commit: 1297d554af25e71b87e6d75f19a7017118b277fa Parents: 680ce88 Author: Andrey <[email protected]> Authored: Wed Dec 2 13:41:11 2015 +0700 Committer: Andrey <[email protected]> Committed: Wed Dec 2 13:41:11 2015 +0700 ---------------------------------------------------------------------- modules/control-center-agent/pom.xml | 2 +- modules/schema-import-db/pom.xml | 34 +++++++++++++++---------------- 2 files changed, 17 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1297d554/modules/control-center-agent/pom.xml ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/pom.xml b/modules/control-center-agent/pom.xml index af85efe..4cde704 100644 --- a/modules/control-center-agent/pom.xml +++ b/modules/control-center-agent/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-control-center-agent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0-b1-SNAPSHOT</version> <properties> <jetty.version>9.2.12.v20150709</jetty.version> http://git-wip-us.apache.org/repos/asf/ignite/blob/1297d554/modules/schema-import-db/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-import-db/pom.xml b/modules/schema-import-db/pom.xml index 3b9d7e6..8c544b2 100644 --- a/modules/schema-import-db/pom.xml +++ b/modules/schema-import-db/pom.xml @@ -1,23 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ /* - ~ * 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 this file to You under the Apache License, Version 2.0 - ~ * (the "License"); you may not use this file except in compliance with - ~ * the License. You may obtain a copy of the License at - ~ * - ~ * http://www.apache.org/licenses/LICENSE-2.0 - ~ * - ~ * Unless required by applicable law or agreed to in writing, software - ~ * distributed under the 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. - ~ */ - --> + 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 this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the 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. +--> <!-- POM file. @@ -34,7 +32,7 @@ </parent> <artifactId>ignite-schema-import-db</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0-b1-SNAPSHOT</version> <dependencies> <dependency>
