Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
filipcynarski committed Jul 25, 2017
1 parent 61c5d2c commit e77f7fe
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.3.0</version>
<version>3.3.1-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.3.0</version>
<version>3.3.1-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.3.0</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions fluentlenium-e2e/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>fluentlenium-parent</artifactId>
<groupId>org.fluentlenium</groupId>
<version>3.3.0</version>
<version>3.3.1-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-e2e</artifactId>
<version>3.3.0</version>
<version>3.3.1-SNAPSHOT</version>

<dependencies>
<dependency>
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.3.0</version>
<version>3.3.1-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-junit</artifactId>
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.3.0</version>
<version>3.3.1-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.3.0</version>
<version>3.3.1-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-testng</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>3.3.0</version>
<version>3.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down Expand Up @@ -39,7 +39,7 @@
<url>https://github.com/FluentLenium/FluentLenium</url>
<connection>scm:git:https://github.com/FluentLenium/FluentLenium.git</connection>
<developerConnection>scm:git:https://github.com/FluentLenium/FluentLenium.git</developerConnection>
<tag>v3.3.0</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down

0 comments on commit e77f7fe

Please sign in to comment.