Skip to content

Commit 1c39a3c

Browse files
committed
[maven-release-plugin] prepare release urlfrontier-1.2
1 parent f308bb2 commit 1c39a3c

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>1.2-SNAPSHOT</version>
8+
<version>1.2</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>1.2-SNAPSHOT</version>
8+
<version>1.2</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>1.2-SNAPSHOT</version>
13+
<version>1.2</version>
1414
<name>urlfrontier</name>
1515

1616
<url>https://github.com/crawler-commons/url-frontier</url>
@@ -24,7 +24,7 @@
2424
<url>https://github.com/crawler-commons/url-frontier</url>
2525
<connection>scm:git:git://github.com/crawler-commons/url-frontier.git</connection>
2626
<developerConnection>scm:git:[email protected]:crawler-commons/url-frontier.git</developerConnection>
27-
<tag>HEAD</tag>
27+
<tag>urlfrontier-1.2</tag>
2828
</scm>
2929

3030
<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>1.2-SNAPSHOT</version>
8+
<version>1.2</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>1.2-SNAPSHOT</version>
8+
<version>1.2</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)