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 5f75fcb commit 59a03d1Copy full SHA for 59a03d1
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>pt.cjmach</groupId>
5
<artifactId>pstconv</artifactId>
6
- <version>0.9.10</version>
+ <version>0.9.11-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>pstconv</name>
9
<description>Command line tool to convert Outlook OST/PST files to EML/MBOX format</description>
@@ -19,7 +19,7 @@
19
20
<scm>
21
<developerConnection>scm:git:[email protected]:cjmach/pstconv.git</developerConnection>
22
- <tag>v0.9.10</tag>
+ <tag>HEAD</tag>
23
</scm>
24
25
<distributionManagement>
0 commit comments