Skip to content

Commit

Permalink
[maven-release-plugin] prepare release zeppelin-0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leemoonsoo committed Mar 6, 2014
1 parent 41baf69 commit 19300ab
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin</artifactId>
<packaging>pom</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin</name>
<description>Zeppelin project</description>
<url>http://zeppelin-project.org/</url>
Expand Down
4 changes: 2 additions & 2 deletions zeppelin-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin-cli</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin: Commandline UI</name>
<url>http://www.nflabs.com</url>

Expand Down
2 changes: 1 addition & 1 deletion zeppelin-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<artifactId>zeppelin-distribution</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions zeppelin-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin-docs</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin: Documentation</name>
<url>http://www.nflabs.com</url>

Expand Down
4 changes: 2 additions & 2 deletions zeppelin-driver-exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin-driver-exec</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin: Exec driver</name>
<url>http://www.nflabs.com</url>

Expand Down
4 changes: 2 additions & 2 deletions zeppelin-driver-hive11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin-driver-hive11</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin: Hive 0.11 driver</name>
<url>http://www.nflabs.com</url>

Expand Down
4 changes: 2 additions & 2 deletions zeppelin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin-server</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin: Server</name>
<url>http://www.nflabs.com</url>

Expand Down
4 changes: 2 additions & 2 deletions zeppelin-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin-web</artifactId>
<packaging>war</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin: Web UI</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions zeppelin-zan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin-zan</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin: Zeppelin Archive Network</name>
<description>Zeppelin Archive Network</description>
<url>http://zeppelin-project.org/zan.html</url>
Expand Down
4 changes: 2 additions & 2 deletions zeppelin-zengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<artifactId>zeppelin</artifactId>
<groupId>com.nflabs.zeppelin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<groupId>com.nflabs.zeppelin</groupId>
<artifactId>zeppelin-zengine</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Zeppelin: Zengine</name>
<description>Zengine is java framework for data analysis on Hadoop. see http://nflabs.github.io/zeppelin/#/zengine</description>
<url>http://zeppelin-project.org</url>
Expand Down

0 comments on commit 19300ab

Please sign in to comment.