Repository: kylin Updated Branches: refs/heads/1.5.4.1-rc2 5e513f730 -> 895a91b1e
[maven-release-plugin] prepare release kylin-1.5.4.1 Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/895a91b1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/895a91b1 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/895a91b1 Branch: refs/heads/1.5.4.1-rc2 Commit: 895a91b1eff68e4bb9b7183664e71b400c6a3d3c Parents: 5e513f7 Author: shaofengshi <shaofeng...@apache.org> Authored: Sat Sep 24 06:55:11 2016 +0000 Committer: shaofengshi <shaofeng...@apache.org> Committed: Sat Sep 24 06:55:11 2016 +0000 ---------------------------------------------------------------------- assembly/pom.xml | 5 ++--- atopcalcite/pom.xml | 5 ++--- core-common/pom.xml | 5 ++--- core-cube/pom.xml | 5 ++--- core-dictionary/pom.xml | 5 ++--- core-job/pom.xml | 5 ++--- core-metadata/pom.xml | 5 ++--- core-storage/pom.xml | 5 ++--- engine-mr/pom.xml | 5 ++--- engine-spark/pom.xml | 5 ++--- engine-streaming/pom.xml | 5 ++--- jdbc/pom.xml | 5 ++--- kylin-it/pom.xml | 13 ++++++------- pom.xml | 11 +++++------ query/pom.xml | 5 ++--- server-base/pom.xml | 5 ++--- server/pom.xml | 5 ++--- source-hive/pom.xml | 5 ++--- source-kafka/pom.xml | 5 ++--- storage-hbase/pom.xml | 8 +++----- tomcat-ext/pom.xml | 6 ++---- tool/pom.xml | 5 ++--- 22 files changed, 52 insertions(+), 76 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 151ab0d..9bb8477 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -17,12 +17,11 @@ 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> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index 744dbb0..50780f2 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>atopcalcite</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 641f88d..32c9b67 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-core-common</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index 54f4786..d863b1d 100644 --- a/core-cube/pom.xml +++ b/core-cube/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-core-cube</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index d4940b9..fbb1087 100644 --- a/core-dictionary/pom.xml +++ b/core-dictionary/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-core-dictionary</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index a250b07..fb2c8fc 100644 --- a/core-job/pom.xml +++ b/core-job/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-core-job</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 6948eba..0b95d1f 100644 --- a/core-metadata/pom.xml +++ b/core-metadata/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-core-metadata</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index e801c9d..0a1d818 100644 --- a/core-storage/pom.xml +++ b/core-storage/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-core-storage</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index f1855fe..488e16e 100644 --- a/engine-mr/pom.xml +++ b/engine-mr/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-engine-mr</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index 5eca656..3d5d654 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -17,13 +17,12 @@ 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.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/engine-streaming/pom.xml ---------------------------------------------------------------------- diff --git a/engine-streaming/pom.xml b/engine-streaming/pom.xml index dbc38b0..18a11d4 100644 --- a/engine-streaming/pom.xml +++ b/engine-streaming/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-engine-streaming</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index a7ace52..2814162 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-jdbc</artifactId> <packaging>jar</packaging> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index 66e17d8..828df1c 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -18,12 +18,11 @@ --> -<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> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -31,8 +30,8 @@ <name>Apache Kylin - Integration Test</name> <properties> - <hdp.version/> - <fastBuildMode/> + <hdp.version /> + <fastBuildMode /> </properties> <!-- Dependencies. --> @@ -298,7 +297,7 @@ <argument>-DfastBuildMode=${fastBuildMode}</argument> <argument>-Dlog4j.configuration=kylin-log4j.properties</argument> <argument>-classpath</argument> - <classpath/> + <classpath /> <argument>org.apache.kylin.provision.BuildCubeWithEngine</argument> </arguments> <workingDirectory>${project.basedir}</workingDirectory> @@ -320,7 +319,7 @@ <argument>-DfastBuildMode=${fastBuildMode}</argument> <argument>-Dlog4j.configuration=kylin-log4j.properties</argument> <argument>-classpath</argument> - <classpath/> + <classpath /> <argument>org.apache.kylin.provision.BuildCubeWithStream</argument> </arguments> <workingDirectory>${project.basedir}</workingDirectory> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d2bd442..b7944c4 100644 --- a/pom.xml +++ b/pom.xml @@ -16,22 +16,21 @@ 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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>16</version> - <relativePath/> + <relativePath /> <!-- no parent resolution --> </parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> @@ -177,7 +176,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf/kylin.git</url> - <tag>HEAD</tag> + <tag>kylin-1.5.4.1</tag> </scm> <dependencyManagement> @@ -981,7 +980,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index b3edb64..b886802 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -17,8 +17,7 @@ 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> <!-- The basics. --> <artifactId>kylin-query</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/server-base/pom.xml ---------------------------------------------------------------------- diff --git a/server-base/pom.xml b/server-base/pom.xml index 7439e99..a6150ba 100644 --- a/server-base/pom.xml +++ b/server-base/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-server-base</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 2396342..0a5ce97 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-server</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index fdca02c..3555ddb 100644 --- a/source-hive/pom.xml +++ b/source-hive/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-source-hive</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 2d61dce..c47b023 100644 --- a/source-kafka/pom.xml +++ b/source-kafka/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-source-kafka</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index b238570..58b1230 100644 --- a/storage-hbase/pom.xml +++ b/storage-hbase/pom.xml @@ -17,8 +17,7 @@ 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> <artifactId>kylin-storage-hbase</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> @@ -117,8 +116,7 @@ <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>coprocessor</shadedClassifierName> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> <artifactSet> <includes> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/tomcat-ext/pom.xml ---------------------------------------------------------------------- diff --git a/tomcat-ext/pom.xml b/tomcat-ext/pom.xml index 5b5c47a..9ffafb6 100644 --- a/tomcat-ext/pom.xml +++ b/tomcat-ext/pom.xml @@ -17,15 +17,13 @@ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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> <packaging>jar</packaging> <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> <artifactId>kylin-tomcat-ext</artifactId> http://git-wip-us.apache.org/repos/asf/kylin/blob/895a91b1/tool/pom.xml ---------------------------------------------------------------------- diff --git a/tool/pom.xml b/tool/pom.xml index f2b3950..f03547b 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -17,12 +17,11 @@ 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> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.5.4.1-SNAPSHOT</version> + <version>1.5.4.1</version> </parent> <modelVersion>4.0.0</modelVersion>