Skip to content

Commit

Permalink
back h2 version up to a version that works
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 3, 2010
1 parent 4ea8e0e commit bd403b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric/pom.xml
Expand Up @@ -263,7 +263,7 @@
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
<downloadJavadocs>false</downloadJavadocs>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -705,7 +705,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.135</version>
<version>1.2.132</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit bd403b6

Please sign in to comment.