Skip to content

Commit

Permalink
Merge pull request #23 from papuscoder/master
Browse files Browse the repository at this point in the history
prepare pom to maven central
  • Loading branch information
anastaciocintra authored Oct 6, 2019
2 parents 0706970 + e744945 commit 3aecf1e
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,53 @@

<packaging>pom</packaging>


<name>escpos-coffee</name>
<description>
Java library for ESC/POS printer commands. Can send text, images and barcodes to the printer.
All commands are send to one OutputStream, than you can redirect to printer, file or network.
</description>
<url>https://github.com/anastaciocintra/escpos-coffee</url>

<organization>
<name>github.com/anastaciocintra</name>
<url>https://github.com/anastaciocintra</url>
</organization>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/anastaciocintra/escpos-coffee/issues</url>
</issueManagement>

<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/anastaciocintra/escpos-coffee/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/anastaciocintra/escpos-coffee</url>
<connection>
scm:git:git://github.com/anastaciocintra/escpos-coffee.git
</connection>
<developerConnection>
scm:git:ssh://git@//github.com/anastaciocintra/escpos-coffee.git
</developerConnection>
</scm>

<developers>
<developer>
<name>Marco Antonio Anastacio Cintra</name>
<email>[email protected]</email>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>

<properties>
<revision>2.1.0-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -27,8 +74,6 @@

<maven-packagecloud.version>0.0.6</maven-packagecloud.version>



</properties>


Expand Down

0 comments on commit 3aecf1e

Please sign in to comment.