Skip to content

Commit

Permalink
[maven-release-plugin] prepare release oauth-signpost-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Aug 2, 2020
1 parent 52f9260 commit 0733f34
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>oauth.signpost</groupId>
<artifactId>oauth-signpost</artifactId>
<packaging>pom</packaging>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<name>oauth-signpost</name>
<description>
A simple, light-weight, and modular OAuth client library for the
Expand Down Expand Up @@ -47,7 +47,7 @@
<url>https://github.com/mttkay/signpost</url>
<connection>scm:git:git://github.com/mttkay/signpost.git</connection>
<developerConnection>scm:git:[email protected]:mttkay/signpost.git</developerConnection>
<tag>HEAD</tag>
<tag>oauth-signpost-2.1.1</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion signpost-commonshttp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>oauth-signpost</artifactId>
<groupId>oauth.signpost</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signpost-commonshttp3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion signpost-commonshttp4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>oauth-signpost</artifactId>
<groupId>oauth.signpost</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signpost-commonshttp4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion signpost-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>oauth-signpost</artifactId>
<groupId>oauth.signpost</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signpost-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion signpost-jetty6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>oauth-signpost</artifactId>
<groupId>oauth.signpost</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signpost-jetty6</artifactId>
Expand Down

0 comments on commit 0733f34

Please sign in to comment.