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 7def15c commit 1573957Copy full SHA for 1573957
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.9-SNAPSHOT</version>
+ <version>0.9.9</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>
@@ -18,7 +18,7 @@
18
19
<scm>
20
<developerConnection>scm:git:[email protected]:cjmach/pstconv.git</developerConnection>
21
- <tag>HEAD</tag>
+ <tag>v0.9.9</tag>
22
</scm>
23
24
<distributionManagement>
0 commit comments