Skip to content

Commit

Permalink
Release version bump-up
Browse files Browse the repository at this point in the history
  • Loading branch information
filipcynarski committed Nov 29, 2018
1 parent 09ec4f5 commit ef0c59d
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion fluentlenium-assertj/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.7.1</version>
<version>4.0.0-SNAPSHOT</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>3.7.1</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>fluentlenium-core</artifactId>
<packaging>jar</packaging>
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>3.7.1</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>3.7.1</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-junit-jupiter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions fluentlenium-junit-jupiter/src/it/junit-jupiter/pom.xml
Expand Up @@ -21,7 +21,7 @@
</modules>

<properties>
<it.project.version>3.7.1</it.project.version>
<it.project.version>4.0.0-SNAPSHOT</it.project.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -135,7 +135,7 @@
<profile>
<id>integration-tests-dev</id>
<properties>
<it.project.version>3.7.1</it.project.version>
<it.project.version>4.0.0-SNAPSHOT</it.project.version>
</properties>
</profile>
</profiles>
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>3.7.1</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-junit</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion fluentlenium-junit/src/it/junit/pom.xml
Expand Up @@ -12,6 +12,10 @@
<maven>3.0</maven>
</prerequisites>

<properties>
<it.project.version>4.0.0-SNAPSHOT</it.project.version>
</properties>

<modules>
<module>junit-default</module>
<module>junit-common</module>
Expand Down Expand Up @@ -114,7 +118,7 @@
<profile>
<id>integration-tests-dev</id>
<properties>
<it.project.version>3.7.1</it.project.version>
<it.project.version>4.0.0-SNAPSHOT</it.project.version>
</properties>
</profile>
</profiles>
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>3.7.1</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>3.7.1</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-testng/src/it/testng/pom.xml
Expand Up @@ -114,7 +114,7 @@
<profile>
<id>integration-tests-dev</id>
<properties>
<it.project.version>3.7.1</it.project.version>
<it.project.version>4.0.0-SNAPSHOT</it.project.version>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.7.1</version>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down

0 comments on commit ef0c59d

Please sign in to comment.