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 a2c3a55 commit 2935c2aCopy full SHA for 2935c2a
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>4.1.0</version>
+ <version>4.1.1-SNAPSHOT</version>
8
<packaging>bundle</packaging>
9
<name>Jetty ReactiveStreams HttpClient</name>
10
<description>Jetty ReactiveStreams HttpClient</description>
@@ -38,7 +38,7 @@
38
<scm>
39
<connection>scm:git:git://github.com/jetty-project/jetty-reactive-httpclient.git</connection>
40
<developerConnection>scm:git:ssh://[email protected]/jetty-project/jetty-reactive-httpclient.git</developerConnection>
41
- <tag>4.1.0</tag>
+ <tag>HEAD</tag>
42
<url>https://github.com/jetty-project/jetty-reactive-httpclient</url>
43
</scm>
44
0 commit comments