Skip to content

Commit

Permalink
Set version for release 3.4 + add nexus staging plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <[email protected]>
  • Loading branch information
jnioche committed Sep 25, 2024
1 parent 896bd37 commit bb20791
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>2.4-SNAPSHOT</version>
<version>3.4</version>
</parent>

<name>urlfrontier-API</name>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>2.4-SNAPSHOT</version>
<version>3.4</version>
</parent>

<name>urlfrontier-client</name>
Expand Down
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<packaging>pom</packaging>
<version>2.4-SNAPSHOT</version>
<version>3.4</version>
<name>urlfrontier</name>

<url>https://github.com/crawler-commons/url-frontier</url>
Expand Down Expand Up @@ -286,6 +286,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>2.4-SNAPSHOT</version>
<version>3.4</version>
</parent>

<name>urlfrontier-service</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>2.4-SNAPSHOT</version>
<version>3.4</version>
</parent>

<name>urlfrontier-test-suite</name>
Expand Down

0 comments on commit bb20791

Please sign in to comment.