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 de74bba commit ca7251fCopy full SHA for ca7251f
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>ch.iterate.backblaze</groupId>
5
<artifactId>b2</artifactId>
6
- <version>2.2.0</version>
+ <version>2.2.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<description>Java language bindings for Backblaze B2 Cloud Storage</description>
9
<url>https://github.com/iterate-ch/backblaze-b2-java-api</url>
@@ -40,7 +40,7 @@
40
41
<connection>https://github.com/iterate-ch/backblaze-b2-java-api</connection>
42
<developerConnection>scm:git:[email protected]:iterate-ch/backblaze-b2-java-api.git</developerConnection>
43
- <tag>b2-2.2.0</tag>
+ <tag>HEAD</tag>
44
</scm>
45
<dependencies>
46
<dependency>
0 commit comments