Skip to content

Commit

Permalink
Fixed version number
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <[email protected]>
  • Loading branch information
jnioche committed Sep 26, 2024
1 parent bb20791 commit 523a800
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>3.4</version>
<version>2.4</version>
</parent>

<name>urlfrontier-API</name>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>3.4</version>
<version>2.4</version>
</parent>

<name>urlfrontier-client</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<packaging>pom</packaging>
<version>3.4</version>
<version>2.4</version>
<name>urlfrontier</name>

<url>https://github.com/crawler-commons/url-frontier</url>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>3.4</version>
<version>2.4</version>
</parent>

<name>urlfrontier-service</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>3.4</version>
<version>2.4</version>
</parent>

<name>urlfrontier-test-suite</name>
Expand Down

0 comments on commit 523a800

Please sign in to comment.