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

Commit b054084

Browse files
author
Travis CI
committed
Travis bot released 1.12.16
1 parent e8015e7 commit b054084

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,6 +1,6 @@
11
![Alt text](https://raw.githubusercontent.com/groupdocs-annotation/groupdocs-annotation.github.io/master/resources/image/banner.png "GroupDocs.Annotation")
22
# GroupDocs.Annotation for Java Dropwizard Example
3-
###### version 1.12.15
3+
###### version 1.12.16
44

55
[![Build Status](https://travis-ci.org/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard.svg?branch=master)](https://travis-ci.org/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard)
66
[![Maintainability](https://api.codeclimate.com/v1/badges/4d0833612964debe5cf8/maintainability)](https://codeclimate.com/github/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard/maintainability)
@@ -83,10 +83,10 @@ Download [latest release](https://github.com/groupdocs-annotation/GroupDocs.Anno
8383
**Note**: This method is **recommended** for running this sample behind firewall.
8484

8585
```bash
86-
curl -J -L -o release.tar.gz https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard/releases/download/1.12.15/release.tar.gz
86+
curl -J -L -o release.tar.gz https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard/releases/download/1.12.16/release.tar.gz
8787
tar -xvzf release.tar.gz
8888
cd release
89-
java -jar annotation-1.12.15.jar configuration.yaml
89+
java -jar annotation-1.12.16.jar configuration.yaml
9090
## Open http://localhost:8080/annotation/ in your favorite browser.
9191
```
9292

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>annotation</artifactId>
9-
<version>1.12.15</version>
9+
<version>1.12.16</version>
1010
<packaging>jar</packaging>
1111

1212
<name>GroupDocs.Annotation Dropwizard</name>

0 commit comments

Comments
 (0)