Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaudiber committed Sep 23, 2017
1 parent 55ef0b7 commit 7ca7d06
Show file tree
Hide file tree
Showing 35 changed files with 48 additions and 63 deletions.
6 changes: 2 additions & 4 deletions assembly/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
See the NOTICE file distributed with this work for information regarding copyright ownership.
-->
<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>
<artifactId>alluxio-assembly</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-assembly-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-assembly</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 2 additions & 4 deletions assembly/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
See the NOTICE file distributed with this work for information regarding copyright ownership.
-->
<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>
<artifactId>alluxio-assembly</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-assembly-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/client/fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-client</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-client-fs</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/client/hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-client</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-client-hdfs</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>alluxio-core</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-client</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions core/client/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-client</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-client-runtime</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -173,7 +173,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
2 changes: 1 addition & 1 deletion core/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-protobuf</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/server/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>alluxio-core-server</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-server-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/server/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>alluxio-core-server</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-server-master</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>alluxio-core</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-server</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/server/proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>alluxio-core-server</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-server-proxy</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/server/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>alluxio-core-server</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-core-server-worker</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-examples</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 2 additions & 4 deletions integration/mesos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
See the NOTICE file distributed with this work for information regarding copyright ownership.
-->
<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>
<artifactId>alluxio-integration</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<name>Alluxio Integration - Mesos</name>
<artifactId>alluxio-integration-mesos</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
See the NOTICE file distributed with this work for information regarding copyright ownership.
-->
<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.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-integration</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions keyvalue/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-keyvalue</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-keyvalue-client</artifactId>
<name>Alluxio Key Value - Client</name>
Expand Down Expand Up @@ -149,7 +149,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
2 changes: 1 addition & 1 deletion keyvalue/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-keyvalue</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-keyvalue-common</artifactId>
<name>Alluxio Key Value - Common Utilities</name>
Expand Down
5 changes: 2 additions & 3 deletions keyvalue/hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
See the NOTICE file distributed with this work for information regarding copyright ownership.
-->
<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.alluxio</groupId>
<artifactId>alluxio-keyvalue</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-keyvalue-hadoop</artifactId>
<name>Alluxio Key Value - Hadoop Utilities</name>
Expand Down
2 changes: 1 addition & 1 deletion keyvalue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-keyvalue</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion keyvalue/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-keyvalue</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-keyvalue-server</artifactId>
<name>Alluxio Key Value - Server</name>
Expand Down
6 changes: 2 additions & 4 deletions logserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
See the NOTICE file distributed with this work for information regarding copyright ownership.
-->
<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>
<artifactId>alluxio-parent</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-logserver</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion minicluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>alluxio-parent</artifactId>
<groupId>org.alluxio</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
See the NOTICE file distributed with this work for information regarding copyright ownership.
-->
<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>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>pom</packaging>
<name>Alluxio Parent</name>
<description>Parent POM of Alluxio project: a Memory-Speed Virtual Distributed Storage System</description>
Expand All @@ -32,7 +30,7 @@
<connection>scm:git:[email protected]:alluxio/alluxio.git</connection>
<developerConnection>scm:git:[email protected]:alluxio/alluxio.git</developerConnection>
<url>scm:git:[email protected]:alluxio/alluxio.git</url>
<tag>HEAD</tag>
<tag>v1.6.0</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-shell</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-tests</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion underfs/gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-underfs</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-underfs-gcs</artifactId>
<name>Alluxio Under File System - GCS</name>
Expand Down
7 changes: 3 additions & 4 deletions underfs/hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
See the NOTICE file distributed with this work for information regarding copyright ownership.
-->
<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.alluxio</groupId>
<artifactId>alluxio-underfs</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-underfs-hdfs</artifactId>
<name>Alluxio Under File System - HDFS</name>
Expand Down Expand Up @@ -2517,7 +2516,7 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
2 changes: 1 addition & 1 deletion underfs/local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-underfs</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-underfs-local</artifactId>
<name>Alluxio Under File System - Local FS</name>
Expand Down
2 changes: 1 addition & 1 deletion underfs/oss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-underfs</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-underfs-oss</artifactId>
<name>Alluxio Under File System - Aliyun OSS</name>
Expand Down
2 changes: 1 addition & 1 deletion underfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>alluxio-underfs</artifactId>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit 7ca7d06

Please sign in to comment.