Skip to content

Commit

Permalink
[maven-release-plugin] prepare release elephant-bird-3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
traviscrawford committed Mar 15, 2013
1 parent 81bf1a9 commit 5284c9b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cascading2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hive/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lucene/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mahout/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pig-lucene/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pig/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<packaging>pom</packaging>

<name>Elephant Bird</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<connection>scm:git:https://github.com/kevinweil/elephant-bird.git</connection>
<developerConnection>scm:git:git@github.com:kevinweil/elephant-bird.git</developerConnection>
<url>https://github.com/kevinweil/elephant-bird</url>
<tag>HEAD</tag>
<tag>elephant-bird-3.0.8</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rcfile/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>3.0.8-SNAPSHOT</version>
<version>3.0.8</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 5284c9b

Please sign in to comment.