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:
@@ -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>
|
||||
|
||||
@@ -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)}",
|
||||
|
||||
Reference in New Issue
Block a user