[maven-release-plugin] prepare release argeo-commons-0.3.4
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ldap / pom.xml
index 9c222e9be815e54844a7fd3d47116ede30da7b3d..baa9454b3f68fb47283a6848feef072bb6bf342c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.2.3-SNAPSHOT</version>
+               <version>0.3.4</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.ldap</artifactId>
@@ -25,7 +25,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
@@ -34,6 +34,7 @@
                                                <Import-Package>
                                                        org.springframework.core,
                                                        org.springframework.dao,
+                                                       javax.jcr.nodetype,
                                                        *
                                                </Import-Package>
                                        </instructions>
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.basic.nodeps</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>0.3.4</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>0.3.4</version>
+               </dependency>
+
+               <!-- JCR -->
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.jcr</artifactId>
                </dependency>
 
                <!-- Spring -->