We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d208195 commit 3cfe8efCopy full SHA for 3cfe8ef
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>imixs-e-invoice</artifactId>
5
<packaging>jar</packaging>
6
<name>Imixs E-Invoice</name>
7
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
8
9
<description>A simple java library to read and generate e-invoice documents</description>
10
<url>https://github.com/imixs/e-invoice</url>
@@ -33,7 +33,7 @@
33
<connection>scm:git:[email protected]:imixs/e-invoice.git</connection>
34
<developerConnection>scm:git:[email protected]:imixs/e-invoice.git</developerConnection>
35
<url>https://github.com/imixs/e-invoice/</url>
36
- <tag>HEAD</tag>
+ <tag>imixs-e-invoice-1.0.1</tag>
37
</scm>
38
39
<issueManagement>
0 commit comments