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

Commit 61e0c62

Browse files
author
Travis CI
committed
Travis bot released 1.12.24
1 parent 8eab3a5 commit 61e0c62

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
![Groupdocs document & pdf annotator](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.23
3+
###### version 1.12.24
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)
@@ -125,10 +125,10 @@ Download [latest release](https://github.com/groupdocs-annotation/GroupDocs.Anno
125125
**Note**: This method is **recommended** for running this sample behind firewall.
126126

127127
```bash
128-
curl -J -L -o release.tar.gz https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard/releases/download/1.12.23/release.tar.gz
128+
curl -J -L -o release.tar.gz https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard/releases/download/1.12.24/release.tar.gz
129129
tar -xvzf release.tar.gz
130130
cd release
131-
java -jar annotation-1.12.23.jar configuration.yaml
131+
java -jar annotation-1.12.24.jar configuration.yaml
132132
## Open http://localhost:8080/annotation/ in your favorite browser.
133133
```
134134

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.23</version>
9+
<version>1.12.24</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)