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

Commit

Permalink
Travis bot released 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Nov 28, 2019
1 parent 4c60eb6 commit 0db5f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
![Convert pdf to doc or doc to pdf](https://raw.githubusercontent.com/groupdocs-conversion/groupdocs-conversion.github.io/master/resources/image/banner.png "GroupDocs.Conversion")
# GroupDocs.Conversion for Java Dropwizard Example
GroupDocs.Conversion for Java Dropwizard UI Example
###### version 0.0.6
###### version 0.0.7

[![Build Status](https://travis-ci.org/groupdocs-Conversion/GroupDocs.Conversion-for-Java-Dropwizard.svg?branch=master)](https://travis-ci.org/groupdocs-Conversion/GroupDocs.Conversion-for-Java-Dropwizard)
[![Maintainability](https://api.codeclimate.com/v1/badges/d12e227136c312bb3dad/maintainability)](https://codeclimate.com/github/groupdocs-conversion/GroupDocs.Conversion-for-Java-Dropwizard/maintainability)
Expand Down Expand Up @@ -77,10 +77,10 @@ Download [latest release](https://github.com/groupdocs-conversion/GroupDocs.Conv
**Note**: This method is **recommended** for running this sample behind firewall.

```bash
curl -J -L -o release.tar.gz https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java-Dropwizard/releases/download/0.0.6/release.tar.gz
curl -J -L -o release.tar.gz https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java-Dropwizard/releases/download/0.0.7/release.tar.gz
tar -xvzf release.tar.gz
cd release
java -jar conversion-dropwizard-0.0.6.jar configuration.yaml
java -jar conversion-dropwizard-0.0.7.jar configuration.yaml
## Open http://localhost:8080/conversion/ in your favorite browser.
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.groupdocs.ui</groupId>
<artifactId>conversion-dropwizard</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<packaging>jar</packaging>

<name>GroupDocs.Conversion Dropwizard</name>
Expand Down

0 comments on commit 0db5f34

Please sign in to comment.