Skip to content

Commit

Permalink
5.1.114-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
dgageot committed Dec 11, 2014
1 parent ff3edb3 commit 5948dd6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion infinitest-eclipse/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.113</version>
<version>5.1.114-SNAPSHOT</version>
</parent>

<name>Infinitest Plugin for Eclipse</name>
Expand Down
2 changes: 1 addition & 1 deletion infinitest-intellij/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.113</version>
<version>5.1.114-SNAPSHOT</version>
</parent>

<name>Infinitest for IntelliJ</name>
Expand Down
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-lib</artifactId>
<version>5.1.113</version>
<version>5.1.114-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion infinitest-lib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.113</version>
<version>5.1.114-SNAPSHOT</version>
</parent>

<name>Infinitest Lib</name>
Expand Down
2 changes: 1 addition & 1 deletion infinitest-runner/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.113</version>
<version>5.1.114-SNAPSHOT</version>
</parent>

<name>Infinitest Runner</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<artifactId>infinitest-parent</artifactId>
<packaging>pom</packaging>
<name>Infinitest Parent POM</name>
<version>5.1.113</version>
<version>5.1.114-SNAPSHOT</version>
<url>http://infinitest.github.com/</url>

<modules>
Expand Down

0 comments on commit 5948dd6

Please sign in to comment.