Skip to content

Commit

Permalink
promote 4.1.0-SNAPSHOT to production
Browse files Browse the repository at this point in the history
  • Loading branch information
anastaciocintra committed Jun 21, 2021
1 parent 1876dd3 commit b38eadf
Show file tree
Hide file tree
Showing 141 changed files with 5 additions and 71,394 deletions.
4 changes: 2 additions & 2 deletions .version/changeversion.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
new="4.1.0-SNAPSHOT"
old="4.0.4-SNAPSHOT"
new="4.1.0"
old="4.1.0-SNAPSHOT"

find ../ -type f \( -name "pom.xml" \) \
-exec sed -i -e "s/<revision>$old<\/revision>/<revision>$new<\/revision>/g" {} \;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Download code and binaries from the [last release of escpos-coffee](https://gith
<dependency>
<groupId>com.github.anastaciocintra</groupId>
<artifactId>escpos-coffee</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</dependency>
```

Expand All @@ -65,7 +65,7 @@ repositories {
Step 2. Add the dependency
```
dependencies {
implementation 'com.github.anastaciocintra:escpos-coffee:4.1.0-SNAPSHOT'
implementation 'com.github.anastaciocintra:escpos-coffee:4.1.0'
}
```

Expand Down
399 changes: 0 additions & 399 deletions apidocs/allclasses-index.html

This file was deleted.

67 changes: 0 additions & 67 deletions apidocs/allclasses.html

This file was deleted.

180 changes: 0 additions & 180 deletions apidocs/allpackages-index.html

This file was deleted.

Loading

0 comments on commit b38eadf

Please sign in to comment.