Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnioche committed Sep 25, 2024
1 parent bc1eac4 commit cec174e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 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>2.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>2.4</version>
</parent>

<name>urlfrontier-client</name>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<packaging>pom</packaging>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
<name>urlfrontier</name>

<url>https://github.com/crawler-commons/url-frontier</url>
Expand All @@ -28,7 +26,7 @@
<connection>scm:git:git://github.com/crawler-commons/url-frontier.git</connection>
<developerConnection>
scm:git:[email protected]:crawler-commons/url-frontier.git</developerConnection>
<tag>HEAD</tag>
<tag>2.4</tag>
</scm>

<distributionManagement>
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>2.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>2.4</version>
</parent>

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

0 comments on commit cec174e

Please sign in to comment.