diff --git a/README.md b/README.md
index bcd86b9..5bad9c7 100644
--- a/README.md
+++ b/README.md
@@ -35,27 +35,11 @@ Download code and binaries from the [last release of escpos-coffee](https://gith
### Installation with Maven
-Step 1. Add the repository to your build file
-```xml
-
-
- anastaciocintra-public
- https://packagecloud.io/anastaciocintra/public/maven2
-
- true
-
-
- true
-
-
-
-```
-Step 2. Add the dependency
```xml
com.github.anastaciocintra
escpos-coffee
- 2.0.0
+ 3.0.0
```
@@ -64,14 +48,15 @@ Step 2. Add the dependency
Step 1. Add the repository to your build file
```groovy
repositories {
- maven {
- url "https://packagecloud.io/anastaciocintra/public/maven2"
- }
+ mavenCentral()
}
```
+
Step 2. Add the dependency
```groovy
-compile 'com.github.anastaciocintra:escpos-coffee:2.0.0'
+dependencies {
+ implementation 'com.github.anastaciocintra:escpos-coffee:3.0.0'
+}
```
### Installation without Maven or Gradle
diff --git a/escpos-coffee/pom.xml b/escpos-coffee/pom.xml
index 0b4f578..23eedd5 100644
--- a/escpos-coffee/pom.xml
+++ b/escpos-coffee/pom.xml
@@ -12,6 +12,9 @@
jar
+
+
+
@@ -80,6 +83,21 @@
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${maven-gpg.version}
+
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
@@ -102,15 +120,66 @@
+ escpos-coffee
+
+ 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.
+
+ https://github.com/anastaciocintra/escpos-coffee
+
+
+ github.com/anastaciocintra
+ https://github.com/anastaciocintra
+
+
+
+ GitHub
+ https://github.com/anastaciocintra/escpos-coffee/issues
+
+
+
+
+ MIT License
+ https://github.com/anastaciocintra/escpos-coffee/blob/master/LICENSE
+ repo
+
+
+
+
+ https://github.com/anastaciocintra/escpos-coffee
+
+ scm:git:git://github.com/anastaciocintra/escpos-coffee.git
+
+
+ scm:git:ssh://git@//github.com/anastaciocintra/escpos-coffee.git
+
+
+
+
+
+ Marco Antonio Anastacio Cintra
+ anastaciocintra@gmail.com
+
+ architect
+ developer
+
+
+
+
+
+
+
+
- packagecloud.public
- packagecloud+https://packagecloud.io/anastaciocintra/public
+ ossrh-staging
+ https://oss.sonatype.org/service/local/staging/deploy/maven2
- packagecloud.public
- packagecloud+https://packagecloud.io/anastaciocintra/public
+ ossrh-snapshots
+ https://oss.sonatype.org/content/repositories/snapshots
+
diff --git a/pom.xml b/pom.xml
index 8a3c86b..726b7ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,54 +8,9 @@
pom
- escpos-coffee
-
- 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.
-
- https://github.com/anastaciocintra/escpos-coffee
-
-
- github.com/anastaciocintra
- https://github.com/anastaciocintra
-
-
-
- GitHub
- https://github.com/anastaciocintra/escpos-coffee/issues
-
-
-
-
- MIT License
- https://github.com/anastaciocintra/escpos-coffee/blob/master/LICENSE
- repo
-
-
-
-
- https://github.com/anastaciocintra/escpos-coffee
-
- scm:git:git://github.com/anastaciocintra/escpos-coffee.git
-
-
- scm:git:ssh://git@//github.com/anastaciocintra/escpos-coffee.git
-
-
-
-
-
- Marco Antonio Anastacio Cintra
- anastaciocintra@gmail.com
-
- architect
- developer
-
-
-
- 2.1.0-SNAPSHOT
+ 3.0.0
UTF-8
UTF-8
1.8
@@ -70,6 +25,8 @@
3.0.0-M1
3.8.2
2.8.2
+ 1.6
+
0.0.6
diff --git a/samples/pom.xml b/samples/pom.xml
index d471e6c..f786e2e 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -36,10 +36,10 @@
- anastaciocintra-public
- https://packagecloud.io/anastaciocintra/public/maven2
+ oss.sonatype.org-snapshot
+ http://oss.sonatype.org/content/repositories/snapshots
- true
+ false
true
@@ -48,5 +48,4 @@
-
\ No newline at end of file