We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e0f3c commit 0da0901Copy full SHA for 0da0901
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>crawler4j</artifactId>
5
<packaging>jar</packaging>
6
<name>crawler4j</name>
7
- <version>4.3-SNAPSHOT</version>
+ <version>4.3</version>
8
<description>Open Source Web Crawler for Java</description>
9
<url>https://github.com/yasserg/crawler4j</url>
10
@@ -19,7 +19,8 @@
19
20
<connection>scm:git:[email protected]:yasserg/crawler4j.git</connection>
21
<developerConnection>scm:git:[email protected]:yasserg/crawler4j.git</developerConnection>
22
- </scm>
+ <tag>crawler4j-4.3</tag>
23
+ </scm>
24
<distributionManagement>
25
<snapshotRepository>
26
<id>ossrh</id>
0 commit comments