Browse Source

DATAMONGO-910 - Upgraded to latest MongoDB Java driver 2.12.0.

Removed special mongo-osgi property as the driver version is now a valid OSGi version number.
pull/136/merge
Oliver Gierke 12 years ago
parent
commit
6c214cbc37
  1. 4
      pom.xml
  2. 6
      spring-data-mongodb-cross-store/template.mf
  3. 2
      spring-data-mongodb-log4j/template.mf
  4. 6
      spring-data-mongodb/template.mf

4
pom.xml

@ -30,8 +30,7 @@ @@ -30,8 +30,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.8.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>2.11.4</mongo>
<mongo-osgi>${mongo}</mongo-osgi>
<mongo>2.12.0</mongo>
</properties>
<developers>
@ -108,7 +107,6 @@ @@ -108,7 +107,6 @@
<id>mongo-next</id>
<properties>
<mongo>2.12.0</mongo>
<mongo-osgi>2.12.0</mongo-osgi>
</properties>
</profile>
</profiles>

6
spring-data-mongodb-cross-store/template.mf

@ -2,12 +2,12 @@ Bundle-SymbolicName: org.springframework.data.mongodb.crossstore @@ -2,12 +2,12 @@ Bundle-SymbolicName: org.springframework.data.mongodb.crossstore
Bundle-Name: Spring Data MongoDB Cross Store Support
Bundle-Vendor: Pivotal Software, Inc.
Bundle-ManifestVersion: 2
Import-Package:
Import-Package:
sun.reflect;version="0";resolution:=optional
Export-Template:
org.springframework.data.mongodb.crossstore.*;version="${project.version}"
Import-Template:
com.mongodb.*;version="${mongo-osgi:[=.=.=,+1.0.0)}",
Import-Template:
com.mongodb.*;version="${mongo:[=.=.=,+1.0.0)}",
javax.persistence.*;version="${jpa:[=.=.=,+1.0.0)}",
org.aspectj.*;version="${aspectj:[1.0.0, 2.0.0)}",
org.bson.*;version="0",

2
spring-data-mongodb-log4j/template.mf

@ -5,5 +5,5 @@ Bundle-ManifestVersion: 2 @@ -5,5 +5,5 @@ Bundle-ManifestVersion: 2
Import-Package:
sun.reflect;version="0";resolution:=optional
Import-Template:
com.mongodb.*;version="${mongo-osgi:[=.=.=,+1.0.0)}",
com.mongodb.*;version="${mongo:[=.=.=,+1.0.0)}",
org.apache.log4j.*;version="${log4j:[=.=.=,+1.0.0)}"

6
spring-data-mongodb/template.mf

@ -2,13 +2,13 @@ Bundle-SymbolicName: org.springframework.data.mongodb @@ -2,13 +2,13 @@ Bundle-SymbolicName: org.springframework.data.mongodb
Bundle-Name: Spring Data MongoDB Support
Bundle-Vendor: Pivotal Software, Inc.
Bundle-ManifestVersion: 2
Import-Package:
Import-Package:
sun.reflect;version="0";resolution:=optional
Export-Template:
org.springframework.data.mongodb.*;version="${project.version}"
Import-Template:
Import-Template:
com.google.common.base.*;version="[11.0.0,14.0.0)";resolution:=optional,
com.mongodb.*;version="${mongo-osgi:[=.=.=,+1.0.0)}",
com.mongodb.*;version="${mongo:[=.=.=,+1.0.0)}",
com.mysema.query.*;version="[2.1.1, 3.0.0)";resolution:=optional,
javax.annotation.processing.*;version="0",
javax.enterprise.*;version="${cdi:[=.=.=,+1.0.0)}";resolution:=optional,

Loading…
Cancel
Save