Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apc999 committed Jul 7, 2016
1 parent 01a2a13 commit 7896ecf
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-assemblies</artifactId>
<name>Alluxio Assemblies</name>
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>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-core-client</artifactId>
<packaging>jar</packaging>
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.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-core</artifactId>
<packaging>pom</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>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-core-server</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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-examples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-keyvalue-client</artifactId>
<name>Alluxio Key Value - Client</name>
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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-keyvalue-common</artifactId>
<name>Alluxio Key Value - Common 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.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-keyvalue-server</artifactId>
<name>Alluxio Key Value - Server</name>
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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<name>Alluxio Parent</name>
<description>Parent POM of Alluxio project: a Memory-Speed Virtual Distributed Storage System</description>
Expand All @@ -30,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.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-underfs-gcs</artifactId>
<name>Alluxio Under File System - GCS</name>
Expand Down
2 changes: 1 addition & 1 deletion underfs/glusterfs/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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-underfs-glusterfs</artifactId>
<name>Alluxio Under File System - Gluster FS</name>
Expand Down
2 changes: 1 addition & 1 deletion underfs/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-underfs</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-underfs-hdfs</artifactId>
<name>Alluxio Under File System - HDFS</name>
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.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-underfs</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion underfs/s3/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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-underfs-s3</artifactId>
<name>Alluxio Under File System - S3</name>
Expand Down
2 changes: 1 addition & 1 deletion underfs/swift/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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>alluxio-underfs-swift</artifactId>
<name>Alluxio Under File System - Swift</name>
Expand Down

0 comments on commit 7896ecf

Please sign in to comment.