]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.jcr/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.1
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / pom.xml
index d149a5f6b265cbf6709b7889e80391afcd5b9801..9799c56e87055334d47e4b40be2c6ce6636c6d76 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.13.0</version>
+               <version>1.1.1</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.slc.jcr.*
                                                </Export-Package>
+                                               <Import-Package>org.springframework.context,javax.jcr.nodetype,*</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
@@ -30,6 +31,7 @@
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
+                       <version>1.1.1</version>
                </dependency>
 
                <dependency>
                        <version>${version.argeo-commons}</version>
                </dependency>
 
-               <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.jackrabbit</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>test</scope>
-               </dependency>
-
                <!-- Unit Tests -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
                        <scope>test</scope>
+                       <version>1.1.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.jackrabbit</artifactId>
+                       <version>${version.argeo-commons}</version>
+                       <scope>test</scope>
                </dependency>
-
        </dependencies>
 </project>
\ No newline at end of file