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

Commit c8f44e2

Browse files
author
Travis CI
committed
Travis bot released 1.12.23
1 parent fca070f commit c8f44e2

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 Spring Example
3-
###### version 1.12.22
3+
###### version 1.12.23
44

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

136136
```bash
137-
curl -J -L -o release.tar.gz https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Spring/releases/download/1.12.22/release.tar.gz
137+
curl -J -L -o release.tar.gz https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Spring/releases/download/1.12.23/release.tar.gz
138138
tar -xvzf release.tar.gz
139139
cd release
140-
java -jar annotation-spring-1.12.22.jar configuration.yml
140+
java -jar annotation-spring-1.12.23.jar configuration.yml
141141
## Open http://localhost:8080/annotation/ in your favorite browser.
142142
```
143143

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-spring</artifactId>
9-
<version>1.12.22</version>
9+
<version>1.12.23</version>
1010
<packaging>${packaging.type}</packaging>
1111

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

0 commit comments

Comments
 (0)