Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kylin-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liyang-kylin committed Mar 12, 2016
1 parent 4e5a936 commit 64d0201
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 55 deletions.
6 changes: 2 additions & 4 deletions assembly/pom.xml
Expand Up @@ -17,13 +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.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion atopcalcite/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<properties>
Expand Down
5 changes: 2 additions & 3 deletions core-common/pom.xml
Expand Up @@ -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>
Expand All @@ -28,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-cube/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-dictionary/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-job/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-metadata/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-storage/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion engine-mr/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
6 changes: 2 additions & 4 deletions engine-spark/pom.xml
Expand Up @@ -17,14 +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.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
6 changes: 2 additions & 4 deletions engine-streaming/pom.xml
Expand Up @@ -17,9 +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>
Expand All @@ -29,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion invertedindex/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kylin</artifactId>
<groupId>org.apache.kylin</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 2 additions & 3 deletions jdbc/pom.xml
Expand Up @@ -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>
Expand All @@ -28,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
16 changes: 7 additions & 9 deletions kylin-it/pom.xml
Expand Up @@ -18,22 +18,20 @@
-->


<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.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>kylin-it</artifactId>
<name>Kylin:IT</name>

<properties>
<hdp.version/>
<fastBuildMode/>
<hdp.version />
<fastBuildMode />
</properties>

<!-- Dependencies. -->
Expand Down Expand Up @@ -305,7 +303,7 @@
<argument>-Dhdp.version=${hdp.version}</argument>
<argument>-DfastBuildMode=${fastBuildMode}</argument>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>org.apache.kylin.provision.BuildCubeWithEngine</argument>
</arguments>
<workingDirectory>${project.basedir}</workingDirectory>
Expand All @@ -326,7 +324,7 @@
<argument>-Dhdp.version=${hdp.version}</argument>
<argument>-DfastBuildMode=${fastBuildMode}</argument>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>org.apache.kylin.provision.BuildCubeWithStream</argument>
</arguments>
<workingDirectory>${project.basedir}</workingDirectory>
Expand All @@ -347,7 +345,7 @@
<argument>-Dhdp.version=${hdp.version}</argument>
<argument>-DfastBuildMode=${fastBuildMode}</argument>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>org.apache.kylin.provision.BuildIIWithStream</argument>
</arguments>
<workingDirectory>${project.basedir}</workingDirectory>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Expand Up @@ -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/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>
Expand All @@ -30,7 +29,7 @@
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<packaging>pom</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

<name>Kylin:HadoopOLAPEngine</name>
<url>http://kylin.apache.org</url>
Expand Down Expand Up @@ -168,7 +167,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>apache-kylin-2.1</tag>
<tag>kylin-1.5.0</tag>
</scm>

<dependencyManagement>
Expand Down
5 changes: 2 additions & 3 deletions query/pom.xml
Expand Up @@ -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>
Expand All @@ -29,7 +28,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
5 changes: 2 additions & 3 deletions server/pom.xml
Expand Up @@ -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>
Expand All @@ -29,7 +28,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion source-hive/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
6 changes: 2 additions & 4 deletions source-kafka/pom.xml
Expand Up @@ -17,9 +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>
Expand All @@ -29,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down
8 changes: 3 additions & 5 deletions storage-hbase/pom.xml
Expand Up @@ -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>
Expand All @@ -28,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

</parent>

Expand Down Expand Up @@ -128,8 +127,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>
Expand Down

0 comments on commit 64d0201

Please sign in to comment.