Skip to content

Commit

Permalink
v 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jirka.pinkas@gmail.com authored and jirka.pinkas@gmail.com committed Nov 8, 2019
1 parent 6f8ebe0 commit 0ff4152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ First add this library to classpath:
<dependency>
<groupId>cz.jiripinkas</groupId>
<artifactId>jsitemapgenerator</artifactId>
<version>3.14</version>
<version>3.16</version>
</dependency>

If you want to use "ping google / bing" functionality, also add this library to classpath:

<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.1</version> <!-- latest version should be fine -->
<version>4.2.2</version> <!-- latest version should be fine, get latest version from https://javalibs.com/artifact/com.squareup.okhttp3/okhttp -->
</dependency>

### Typical usage (web sitemap):
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.jiripinkas</groupId>
<artifactId>jsitemapgenerator</artifactId>
<version>3.15</version>
<version>3.16</version>
<packaging>jar</packaging>
<name>Java sitemap generator</name>
<description>This library generates a web sitemap and can ping Google that it has changed. This project has been inspired by sitemapgen4j, but is much more focused on traditional web sitemap and ease of use.</description>
Expand Down

0 comments on commit 0ff4152

Please sign in to comment.