Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Jan 2, 2011
1 parent 4ee336b commit 19e9c0e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<packaging>pom</packaging>
<name>twitter4j</name>
<description>A Java library for the Twitter API</description>
Expand Down
4 changes: 2 additions & 2 deletions twitter4j-core/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</parent>

<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<packaging>jar</packaging>
<name>twitter4j-core</name>
<description>A Java library for the Twitter API</description>
Expand Down
8 changes: 4 additions & 4 deletions twitter4j-examples/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</parent>

<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-examples</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<packaging>jar</packaging>
<name>twitter4j-examples</name>
<description>A Java library for the Twitter API</description>
Expand Down Expand Up @@ -107,12 +107,12 @@
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</dependency>
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-media-support</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions twitter4j-httpclient-support/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</parent>

<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-httpclient-support</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<packaging>jar</packaging>
<name>twitter4j-httpclient-support</name>
<description>Twitter4J optional component adds Apache HttpClient support</description>
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions twitter4j-media-support/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</parent>

<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-media-support</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<packaging>jar</packaging>
<name>twitter4j-media-support</name>
<description>Twitter4J optional component adds multimedia support</description>
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 19e9c0e

Please sign in to comment.