Skip to content

Commit

Permalink
#90 - Back to Querydsl 3.4.0 as 3.4.1 breaks Java 6 compatibility.
Browse files Browse the repository at this point in the history
Usage of named regex groups in Querydsl's TemplateFactory breaks Java 6 compatibility.
  • Loading branch information
odrotbohm committed Jul 1, 2014
1 parent 9e86970 commit 6a4d54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -112,7 +112,7 @@
<junit>4.11</junit>
<logback>1.1.2</logback>
<mockito>1.9.5</mockito>
<querydsl>3.4.1</querydsl>
<querydsl>3.4.0</querydsl>
<slf4j>1.7.7</slf4j>
<spring>4.0.5.RELEASE</spring>
<webbeans>1.2.4</webbeans>
Expand Down Expand Up @@ -579,7 +579,7 @@
<profile>
<id>querydsl-next</id>
<properties>
<querydsl>3.3.5.BUILD-SNAPSHOT</querydsl>
<querydsl>3.4.2.BUILD-SNAPSHOT</querydsl>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit 6a4d54e

Please sign in to comment.