Navigation Menu

Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filip.cynarski committed Jun 14, 2022
1 parent d53971f commit 97af3e5
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion fluentlenium-assertj/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>fluentlenium-parent</artifactId>
<groupId>org.fluentlenium</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<artifactId>fluentlenium-assertj</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<artifactId>fluentlenium-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-coverage-report/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fluentlenium-parent</artifactId>
<groupId>org.fluentlenium</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-cucumber/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fluentlenium-parent</artifactId>
<groupId>org.fluentlenium</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-integration-tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>fluentlenium-parent</artifactId>
<groupId>org.fluentlenium</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<artifactId>fluentlenium-integration-tests</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-junit-jupiter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>

<artifactId>fluentlenium-junit-jupiter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-junit/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>

<artifactId>fluentlenium-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-kotest-assertions/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-kotest/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-spock/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-spring-testng/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>

<artifactId>fluentlenium-spring-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-testng/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>

<artifactId>fluentlenium-testng</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -41,7 +41,7 @@
<url>https://github.com/FluentLenium/FluentLenium</url>
<connection>scm:git:git@github.com:FluentLenium/FluentLenium.git</connection>
<developerConnection>scm:git:git@github.com:FluentLenium/FluentLenium.git</developerConnection>
<tag>v5.0.2</tag>
<tag>v5.0.4</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 97af3e5

Please sign in to comment.