Skip to content

Commit

Permalink
[maven-release-plugin] prepare release async-http-client-project-2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGranot committed Jan 1, 2021
1 parent 2658825 commit 64622ad
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>

<artifactId>async-http-client-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-client-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extras/guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-extras-parent</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-client-extras-guava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extras/jdeferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>async-http-client-extras-parent</artifactId>
<groupId>org.asynchttpclient</groupId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<artifactId>async-http-client-extras-jdeferred</artifactId>
<name>Asynchronous Http Client JDeferred Extras</name>
Expand Down
2 changes: 1 addition & 1 deletion extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-client-extras-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extras/registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-extras-parent</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-client-extras-registry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extras/retrofit2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>async-http-client-extras-parent</artifactId>
<groupId>org.asynchttpclient</groupId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>

<artifactId>async-http-client-extras-retrofit2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extras/rxjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>async-http-client-extras-parent</artifactId>
<groupId>org.asynchttpclient</groupId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<artifactId>async-http-client-extras-rxjava</artifactId>
<name>Asynchronous Http Client RxJava Extras</name>
Expand Down
2 changes: 1 addition & 1 deletion extras/rxjava2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>async-http-client-extras-parent</artifactId>
<groupId>org.asynchttpclient</groupId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<artifactId>async-http-client-extras-rxjava2</artifactId>
<name>Asynchronous Http Client RxJava2 Extras</name>
Expand Down
2 changes: 1 addition & 1 deletion extras/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>async-http-client-extras-parent</artifactId>
<groupId>org.asynchttpclient</groupId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<artifactId>async-http-client-extras-simple</artifactId>
<name>Asynchronous Http Simple Client</name>
Expand Down
2 changes: 1 addition & 1 deletion extras/typesafeconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>async-http-client-extras-parent</artifactId>
<groupId>org.asynchttpclient</groupId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>

<artifactId>async-http-client-extras-typesafe-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion netty-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-client-netty-utils</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>2.12.2-SNAPSHOT</version>
<version>2.12.2</version>
<packaging>pom</packaging>

<name>Asynchronous Http Client Project</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<connection>scm:git:[email protected]:AsyncHttpClient/async-http-client.git</connection>
<developerConnection>scm:git:[email protected]:AsyncHttpClient/async-http-client.git</developerConnection>
<url>https://github.com/AsyncHttpClient/async-http-client/tree/master</url>
<tag>HEAD</tag>
<tag>async-http-client-project-2.12.2</tag>
</scm>

<distributionManagement>
Expand Down

1 comment on commit 64622ad

@TomGranot
Copy link
Contributor Author

@TomGranot TomGranot commented on 64622ad Jan 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For anyone wondering why this is pushed to the repo but not deployed to Maven Central - I'm having problems with a GPG key that is refusing to work after migration between machines. Since that key is required to sign the deployed version, I need to fix it before moving forward. Working on it.

Please sign in to comment.