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 c340cc6 commit 677939eCopy full SHA for 677939e
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
<artifactId>fio-java</artifactId>
6
- <version>0.4.1</version>
+ <version>0.4.2-SNAPSHOT</version>
7
<name>${project.artifactId}</name>
8
<description>Fio Bank Java Client</description>
9
@@ -23,7 +23,7 @@
23
<url>git@github.com:martiner/fio-java.git</url>
24
<connection>scm:git:git@github.com:martiner/fio-java.git</connection>
25
<developerConnection>scm:git:${basedir}</developerConnection>
26
- <tag>fio-java-0.4.1</tag>
+ <tag>HEAD</tag>
27
</scm>
28
<developers>
29
<developer>
0 commit comments