Skip to content

Commit 0ff4152

Browse files
jirka.pinkas@gmail.comjirka.pinkas@gmail.com
authored andcommitted
v 3.16
1 parent 6f8ebe0 commit 0ff4152

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ First add this library to classpath:
1212
<dependency>
1313
<groupId>cz.jiripinkas</groupId>
1414
<artifactId>jsitemapgenerator</artifactId>
15-
<version>3.14</version>
15+
<version>3.16</version>
1616
</dependency>
1717

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

2020
<dependency>
2121
<groupId>com.squareup.okhttp3</groupId>
2222
<artifactId>okhttp</artifactId>
23-
<version>3.12.1</version> <!-- latest version should be fine -->
23+
<version>4.2.2</version> <!-- latest version should be fine, get latest version from https://javalibs.com/artifact/com.squareup.okhttp3/okhttp -->
2424
</dependency>
2525

2626
### Typical usage (web sitemap):

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>cz.jiripinkas</groupId>
55
<artifactId>jsitemapgenerator</artifactId>
6-
<version>3.15</version>
6+
<version>3.16</version>
77
<packaging>jar</packaging>
88
<name>Java sitemap generator</name>
99
<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>

0 commit comments

Comments
 (0)