Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kylin-1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shaofengshi committed Jul 25, 2016
1 parent 1f79762 commit 4cdc07e
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 31 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kylin</artifactId>
<groupId>org.apache.kylin</groupId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</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.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion core-common/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</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.3-SNAPSHOT</version>
<version>1.5.3</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.3-SNAPSHOT</version>
<version>1.5.3</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.3-SNAPSHOT</version>
<version>1.5.3</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.3-SNAPSHOT</version>
<version>1.5.3</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.3-SNAPSHOT</version>
<version>1.5.3</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.3-SNAPSHOT</version>
<version>1.5.3</version>

</parent>

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

</parent>

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

</parent>

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

</parent>

Expand Down
13 changes: 6 additions & 7 deletions kylin-it/pom.xml
Expand Up @@ -18,21 +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.3-SNAPSHOT</version>
<version>1.5.3</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 @@ -322,7 +321,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 @@ -343,7 +342,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 Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -31,7 +31,7 @@
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<packaging>pom</packaging>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>

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

<dependencyManagement>
Expand Down Expand Up @@ -653,7 +653,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
2 changes: 1 addition & 1 deletion query/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>

</parent>

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

</parent>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</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.3-SNAPSHOT</version>
<version>1.5.3</version>

</parent>

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

</parent>

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

</parent>

Expand Down
5 changes: 2 additions & 3 deletions tool/pom.xml
Expand Up @@ -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.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 4cdc07e

Please sign in to comment.