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 469e605 commit 9ffa267Copy full SHA for 9ffa267
pom.xml
@@ -4,15 +4,15 @@
4
5
<groupId>io.github.benjaminsoelberg.jft</groupId>
6
<artifactId>JavaForensicsToolkit</artifactId>
7
- <version>1.1.0</version>
+ <version>1.1.1-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<name>Java Forensics Toolkit</name>
10
11
<scm>
12
<url>https://github.com/BenjaminSoelberg/JavaForensicsToolkit</url>
13
<connection>scm:git:[email protected]:BenjaminSoelberg/JavaForensicsToolkit.git</connection>
14
<developerConnection>scm:git:[email protected]:BenjaminSoelberg/JavaForensicsToolkit.git</developerConnection>
15
- <tag>1.1.0</tag>
+ <tag>HEAD</tag>
16
</scm>
17
18
<properties>
0 commit comments