Skip to content
This repository was archived by the owner on Jul 26, 2021. It is now read-only.

Commit 2c6b25c

Browse files
author
Travis CI
committed
Travis bot released 0.4.48
1 parent 4b68eef commit 2c6b25c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GroupDocs.Total for Java Spring Example
2-
###### version 0.4.47
2+
###### version 0.4.48
33

44
[![Build Status](https://travis-ci.org/groupdocs-total/GroupDocs.Total-for-Java-Spring.svg?branch=master)](https://travis-ci.org/groupdocs-total/GroupDocs.Total-for-Java-Spring)
55
[![Maintainability](https://api.codeclimate.com/v1/badges/6a67135407f3b0dab72a/maintainability)](https://codeclimate.com/github/groupdocs-total/GroupDocs.Total-for-Java-Spring/maintainability)
@@ -188,10 +188,10 @@ Download [latest release](https://github.com/groupdocs-total/GroupDocs.Total-for
188188
**Note**: This method is **recommended** for running this sample behind firewall.
189189

190190
```bash
191-
curl -J -L -o release.tar.gz https://github.com/groupdocs-total/GroupDocs.Total-for-Java-Spring/releases/download/0.4.47/release.tar.gz
191+
curl -J -L -o release.tar.gz https://github.com/groupdocs-total/GroupDocs.Total-for-Java-Spring/releases/download/0.4.48/release.tar.gz
192192
tar -xvzf release.tar.gz
193193
cd release
194-
java -jar total-spring-0.4.47.jar configuration.yaml
194+
java -jar total-spring-0.4.48.jar configuration.yaml
195195
## Open http://localhost:8080/ in your favorite browser.
196196
```
197197

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.groupdocs.ui</groupId>
88
<artifactId>total-spring</artifactId>
9-
<version>0.4.47</version>
9+
<version>0.4.48</version>
1010
<packaging>${packaging.type}</packaging>
1111

1212
<name>GroupDocs.Total for Java Spring Sample</name>

0 commit comments

Comments
 (0)