Skip to content

Commit

Permalink
[maven-release-plugin] prepare release atol4j-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbatov committed Nov 27, 2019
1 parent e61ba74 commit 47d1755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.kurbatov</groupId>
<artifactId>atol4j</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>atol4j</name>
<description>atol4j is unofficial client library for Atol cash machines.</description>
Expand All @@ -26,7 +26,7 @@
<url>https://github.com/kurbatov/atol4j</url>
<connection>scm:git:[email protected]:kurbatov/atol4j.git</connection>
<developerConnection>scm:git:[email protected]:kurbatov/atol4j.git</developerConnection>
<tag>HEAD</tag>
<tag>atol4j-0.1.0</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -40,7 +40,7 @@
<groupId>org.scream3r</groupId>
<artifactId>jssc</artifactId>
<version>${jssc.version}</version>
<optional/>
<optional />
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 47d1755

Please sign in to comment.