Skip to content

Commit

Permalink
Upgrade version to 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Jul 27, 2016
1 parent 5008fd4 commit 039a47c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fluentlenium-assertj/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>1.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>0.13.2-SNAPSHOT</version>
<version>1.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>0.13.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-it/src/it/junit/pom.xml
Expand Up @@ -83,7 +83,7 @@
<profile>
<id>integration-tests-dev</id>
<properties>
<it.project.version>0.13.2-SNAPSHOT</it.project.version>
<it.project.version>1.0.0-SNAPSHOT</it.project.version>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-it/src/it/testng/pom.xml
Expand Up @@ -76,7 +76,7 @@
<profile>
<id>integration-tests-dev</id>
<properties>
<it.project.version>0.13.2-SNAPSHOT</it.project.version>
<it.project.version>1.0.0-SNAPSHOT</it.project.version>
</properties>
</profile>
</profiles>
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>0.13.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>fluentlenium-testng</artifactId>
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>0.13.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down

0 comments on commit 039a47c

Please sign in to comment.