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 221034c commit 0daf133Copy full SHA for 0daf133
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>pt.cjmach</groupId>
5
<artifactId>pstconv</artifactId>
6
- <version>0.1.2-SNAPSHOT</version>
+ <version>0.2.0</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>
@@ -16,7 +16,7 @@
16
17
<scm>
18
<developerConnection>scm:git:[email protected]:cjmach/pstconv.git</developerConnection>
19
- <tag>HEAD</tag>
+ <tag>v0.2.0</tag>
20
</scm>
21
22
<distributionManagement>
0 commit comments