Skip to content

Commit

Permalink
VERSION5.1.116 - Bug Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier committed Jul 1, 2016
1 parent c8ef937 commit a99a3d6
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.116-SNAPSHOT</version>
<version>5.1.116</version>
</parent>

<name>Infinitest Plugin for Eclipse</name>
Expand Down
2 changes: 1 addition & 1 deletion infinitest-intellij/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.116-SNAPSHOT</version>
<version>5.1.116</version>
</parent>

<name>Infinitest for IntelliJ</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-lib</artifactId>
<version>5.1.116-SNAPSHOT</version>
<version>5.1.116</version>
</dependency>
</dependencies>

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

<name>Infinitest Lib</name>
Expand Down
2 changes: 1 addition & 1 deletion infinitest-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.116-SNAPSHOT</version>
<version>5.1.116</version>
</parent>

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

<modules>
Expand Down

0 comments on commit a99a3d6

Please sign in to comment.