]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/modules/org.argeo.security.dao.jackrabbit/pom.xml
[maven-release-plugin] rollback the release of argeo-commons-2.1.1.tp
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.dao.jackrabbit / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.security</groupId>
5 <version>2.1.1.tp-SNAPSHOT</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
10 <name>Commons Security DAO Jackrabbit</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 </plugin>
17 </plugins>
18 </build>
19 </project>