We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93859b commit cc0cf47Copy full SHA for cc0cf47
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.eclipse.jetty</groupId>
6
<artifactId>jetty-reactive-httpclient</artifactId>
7
- <version>2.0.14-SNAPSHOT</version>
+ <version>2.0.14</version>
8
<packaging>bundle</packaging>
9
<name>Jetty ReactiveStreams HttpClient</name>
10
@@ -74,7 +74,7 @@
74
<connection>scm:git:git://github.com/jetty-project/jetty-reactive-httpclient.git</connection>
75
<developerConnection>scm:git:ssh://git@github.com/jetty-project/jetty-reactive-httpclient.git</developerConnection>
76
<url>https://github.com/jetty-project/jetty-reactive-httpclient</url>
77
- <tag>HEAD</tag>
+ <tag>2.0.14</tag>
78
</scm>
79
80
<organization>
0 commit comments