Skip to content

Commit bb20791

Browse files
committed
Set version for release 3.4 + add nexus staging plugin
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
1 parent 896bd37 commit bb20791

File tree

5 files changed

+16
-5
lines changed

5 files changed

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

1111
<name>urlfrontier-client</name>

pom.xml

Lines changed: 12 additions & 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-SNAPSHOT</version>
9+
<version>3.4</version>
1010
<name>urlfrontier</name>
1111

1212
<url>https://github.com/crawler-commons/url-frontier</url>
@@ -286,6 +286,17 @@
286286
</execution>
287287
</executions>
288288
</plugin>
289+
<plugin>
290+
<groupId>org.sonatype.plugins</groupId>
291+
<artifactId>nexus-staging-maven-plugin</artifactId>
292+
<version>1.7.0</version>
293+
<extensions>true</extensions>
294+
<configuration>
295+
<serverId>ossrh</serverId>
296+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
297+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
298+
</configuration>
299+
</plugin>
289300
</plugins>
290301
</build>
291302
</profile>

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

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

0 commit comments

Comments
 (0)