Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipcynarski committed Mar 1, 2018
1 parent e4087fa commit 80bcb3b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion fluentlenium-assertj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<artifactId>fluentlenium-assertj</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<artifactId>fluentlenium-core</artifactId>
<packaging>jar</packaging>
Expand Down
30 changes: 13 additions & 17 deletions fluentlenium-cucumber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<parent>
<artifactId>fluentlenium-parent</artifactId>
<groupId>org.fluentlenium</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>fluentlenium-cucumber</artifactId>
<packaging>jar</packaging>

<name>FluentLenium Cucumber JVM extension</name>
<description>Cucumber JVM Extension for FluentLenium</description>
<name>FluentLenium Cucumber</name>
<description>Cucumber Extension for FluentLenium</description>

<properties>
<cucumber.version>1.2.5</cucumber.version>
<cucumber.version>2.3.1</cucumber.version>
</properties>

<dependencies>
Expand All @@ -35,11 +35,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-core</artifactId>
<version>${cucumber.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
Expand All @@ -51,22 +46,24 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-core</artifactId>
<version>${cucumber.version}</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-java</artifactId>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java8</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-picocontainer</artifactId>
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stephenc.jcip</groupId>
Expand All @@ -82,5 +79,4 @@
</plugin>
</plugins>
</build>

</project>
2 changes: 1 addition & 1 deletion fluentlenium-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-spock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down

0 comments on commit 80bcb3b

Please sign in to comment.