Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Dec 12, 2022
1 parent bdac5e3 commit 694b6f3
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add the following dependency to your pom.xml:
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>crawler4j-with-sleepycat</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>
</dependency>
```

Expand All @@ -59,7 +59,7 @@ Otherwise, you can use `HSQLDB` instead
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>crawler4j-with-hsqldb</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>
</dependency>
```

Expand All @@ -69,7 +69,7 @@ or you use an external [crawler-commons/url-frontier](https://github.com/crawler
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>crawler4j-with-urlfrontier</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion crawler4j-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crawler4j-boms/crawler4j-with-hsqldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-boms</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crawler4j-boms/crawler4j-with-sleepycat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-boms</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion crawler4j-boms/crawler4j-with-urlfrontier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-boms</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion crawler4j-boms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crawler4j-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crawler4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>crawler4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crawler4j-examples/crawler4j-examples-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>crawler4j-examples</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<artifactId>crawler4j-examples-base</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion crawler4j-examples/crawler4j-examples-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>crawler4j-examples</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<artifactId>crawler4j-examples-postgres</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crawler4j-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion crawler4j-frontier/crawler4j-frontier-hsqldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-frontier</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crawler4j-frontier/crawler4j-frontier-sleepycat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-frontier</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crawler4j-frontier/crawler4j-frontier-urlfrontier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-frontier</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crawler4j-frontier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crawler4j-parent</artifactId>
<groupId>de.hs-heilbronn.mi</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>crawler4j-parent</artifactId>
<packaging>pom</packaging>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
<name>${project.groupId}:${project.artifactId}</name>

<description>Open Source Web Crawler for Java</description>
Expand Down

0 comments on commit 694b6f3

Please sign in to comment.