Skip to content

Commit 542d748

Browse files
committed
Changed versions to 2.5-SNAPSHOT
Signed-off-by: Julien Nioche <[email protected]>
1 parent 2736320 commit 542d748

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

API/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
8-
<version>2.4</version>
8+
<version>2.5-SNAPSHOT</version>
99
</parent>
1010

1111
<name>urlfrontier-API</name>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
8-
<version>2.4</version>
8+
<version>2.5-SNAPSHOT</version>
99
</parent>
1010

1111
<name>urlfrontier-client</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
88
<packaging>pom</packaging>
9-
<version>2.4</version>
9+
<version>2.5-SNAPSHOT</version>
1010
<name>urlfrontier</name>
1111

1212
<url>https://github.com/crawler-commons/url-frontier</url>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
8-
<version>2.4</version>
8+
<version>2.5-SNAPSHOT</version>
99
</parent>
1010

1111
<name>urlfrontier-service</name>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.crawler-commons</groupId>
77
<artifactId>urlfrontier</artifactId>
8-
<version>2.4</version>
8+
<version>2.5-SNAPSHOT</version>
99
</parent>
1010

1111
<name>urlfrontier-test-suite</name>

0 commit comments

Comments
 (0)