Skip to content

Commit 8bcbc8a

Browse files
committed
[maven-release-plugin] prepare release urlfrontier-2.0
1 parent 6a6779b commit 8bcbc8a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.0-SNAPSHOT</version>
8+
<version>2.0</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.0-SNAPSHOT</version>
8+
<version>2.0</version>
99
</parent>
1010

1111
<name>urlfrontier-client</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.github.crawler-commons</groupId>
1111
<artifactId>urlfrontier</artifactId>
1212
<packaging>pom</packaging>
13-
<version>2.0-SNAPSHOT</version>
13+
<version>2.0</version>
1414
<name>urlfrontier</name>
1515

1616
<url>https://github.com/crawler-commons/url-frontier</url>
@@ -23,7 +23,7 @@
2323
<url>https://github.com/crawler-commons/url-frontier</url>
2424
<connection>scm:git:git://github.com/crawler-commons/url-frontier.git</connection>
2525
<developerConnection>scm:git:[email protected]:crawler-commons/url-frontier.git</developerConnection>
26-
<tag>HEAD</tag>
26+
<tag>urlfrontier-2.0</tag>
2727
</scm>
2828

2929
<distributionManagement>

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.0-SNAPSHOT</version>
8+
<version>2.0</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.0-SNAPSHOT</version>
8+
<version>2.0</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)