Skip to content

Commit 14dbdb2

Browse files
committed
[maven-release-plugin] prepare release 2.3
1 parent 687d506 commit 14dbdb2

File tree

5 files changed

+8
-8
lines changed

5 files changed

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

1111
<name>urlfrontier-API</name>

client/pom.xml

Lines changed: 2 additions & 2 deletions
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.3-SNAPSHOT</version>
8+
<version>2.3</version>
99
</parent>
1010

1111
<name>urlfrontier-client</name>
@@ -29,7 +29,7 @@
2929
<configuration>
3030
<createDependencyReducedPom>false</createDependencyReducedPom>
3131
<transformers>
32-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
32+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
3333
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
3434
<mainClass>crawlercommons.urlfrontier.client.Client</mainClass>
3535
</transformer>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.crawler-commons</groupId>
55
<artifactId>urlfrontier</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.3-SNAPSHOT</version>
7+
<version>2.3</version>
88
<name>urlfrontier</name>
99

1010
<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>2.3</tag>
2828
</scm>
2929

3030
<distributionManagement>

service/pom.xml

Lines changed: 2 additions & 2 deletions
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.3-SNAPSHOT</version>
8+
<version>2.3</version>
99
</parent>
1010

1111
<name>urlfrontier-service</name>
@@ -36,7 +36,7 @@
3636
<configuration>
3737
<createDependencyReducedPom>false</createDependencyReducedPom>
3838
<transformers>
39-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
39+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
4040
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
4141
<mainClass>crawlercommons.urlfrontier.service.URLFrontierServer</mainClass>
4242
</transformer>

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

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

0 commit comments

Comments
 (0)