Skip to content

Commit

Permalink
Fix IntelliJ plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgageot committed Apr 7, 2011
1 parent 6b4cfa9 commit c955eaa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion infinitest-eclipse/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.88-SNAPSHOT</version>
<version>5.1.88</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.88-SNAPSHOT</version>
<version>5.1.88</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.88-SNAPSHOT</version>
<version>5.1.88</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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.88-SNAPSHOT</version>
<version>5.1.88</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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinitest</groupId>
<artifactId>infinitest-parent</artifactId>
<version>5.1.88-SNAPSHOT</version>
<version>5.1.88</version>
</parent>

<name>Infinitest Runner</name>
Expand Down
2 changes: 1 addition & 1 deletion infinitest-test-helpers/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.88-SNAPSHOT</version>
<version>5.1.88</version>
</parent>

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

<modules>
Expand Down

0 comments on commit c955eaa

Please sign in to comment.