Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mttkay committed Mar 13, 2010
1 parent 5a2fba4 commit 69fa5f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions pom.xml
@@ -1,10 +1,9 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>oauth.signpost</groupId>
<artifactId>oauth-signpost</artifactId>
<packaging>pom</packaging>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<name>oauth-signpost</name>
<description>
A simple, light-weight, and modular OAuth client library for the
Expand Down
6 changes: 3 additions & 3 deletions signpost-commonshttp4/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>oauth-signpost</artifactId>
<groupId>oauth.signpost</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signpost-commonshttp4</artifactId>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>oauth.signpost</groupId>
<artifactId>signpost-core</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>oauth.signpost</groupId>
<artifactId>signpost-core</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion signpost-core/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>oauth-signpost</artifactId>
<groupId>oauth.signpost</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signpost-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions signpost-jetty6/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>oauth-signpost</artifactId>
<groupId>oauth.signpost</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signpost-jetty6</artifactId>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>oauth.signpost</groupId>
<artifactId>signpost-core</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>oauth.signpost</groupId>
<artifactId>signpost-core</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 69fa5f6

Please sign in to comment.