DATADOC-115 - Upgraded to Querydsl 2.2.0-beta4.

Unfortunately the beta version numbers of Querydsl are not OSGi compatible so that we have to maintain the version number in template.mf manually. Updated version of APT Maven plugin to 1.0.1.
This commit is contained in:
Oliver Gierke
2011-05-03 11:36:40 +02:00
parent 54ada02ae8
commit 7590f55547
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<name>Spring Data Commons Core</name>
<properties>
<querydsl.version>2.1.1</querydsl.version>
<querydsl.version>2.2.0-beta4</querydsl.version>
</properties>
<dependencies>
@@ -105,7 +105,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>maven-apt-plugin</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<executions>
<execution>
<phase>generate-test-sources</phase>

View File

@@ -5,7 +5,7 @@ Bundle-ManifestVersion: 2
Import-Package:
sun.reflect;version="0";resolution:=optional
Import-Template:
com.mysema.query.*;version="${querydsl.version:[=.=.=,+1.0.0)}";resolution:=optional,
com.mysema.query.*;version="[2.2.0,3.0.0)";resolution:=optional,
org.springframework.aop.*;version="${org.springframework.version:[=.=.=,+1.0.0)}",
org.springframework.beans.*;version="${org.springframework.version:[=.=.=,+1.0.0)}",
org.springframework.core.*;version="${org.springframework.version:[=.=.=,+1.0.0)}",