[maven-release-plugin] copy for tag argeo-commons-0.1.1
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / pom.xml
index e76d3c5545e7b326a48c8ccb5ea357465baa69c3..2aac94ab42616e58869b6dfbb65e5ed3cff75ab8 100644 (file)
@@ -3,23 +3,21 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.1.1-SNAPSHOT</version>
+               <version>0.1.1</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.security</groupId>
        <artifactId>org.argeo.security.ria</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo Security Management</name>
+       <name>Commons Security RIA</name>
        <build>
                <resources>
                        <resource>
                                <directory>src</directory>
-                               <!--
                                <includes>
                                        <include>index.jsp</include>
                                        <include>WEB-INF/*</include>
                                </includes>
-                               -->
                        </resource>
                </resources>
                <plugins>
@@ -28,7 +26,7 @@
                                <artifactId>maven-argeo-qooxdoo-plugin</artifactId>
                                <version>${version.maven-argeo-qooxdoo}</version>
                                <configuration>
-                                       <sdkVersion>0.8.2.argeo.1</sdkVersion>
+                                       <sdkVersion>0.8.3</sdkVersion>
                                </configuration>
                                <executions>
                                        <execution>
                                                        org.springframework.web.context,
                                                        org.springframework.osgi.web.context.support,
                                                        org.springframework.web.filter,
-                                                       org.springframework.security.context
+                                                       org.springframework.ldap.core.support,
+                                                       org.springframework.security
                                                </Import-Package>
-                                               <Web-ContextPath>org.argeo.slc.ria</Web-ContextPath>
+                                               <Web-ContextPath>org.argeo.security.ria</Web-ContextPath>
                                        </instructions>
                                </configuration>
                                <executions>
                                <artifactId>maven-assembly-plugin</artifactId>
                                <executions>
                                        <execution>
-                                               <id>assembly-ria-slc</id>
+                                               <id>assembly-ria</id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>single</goal>
                                                </goals>
                                                <configuration>
                                                        <descriptors>
-                                                               <descriptor>assembly/ria-slc.xml</descriptor>
+                                                               <descriptor>assembly/ria-security.xml</descriptor>
                                                        </descriptors>
                                                </configuration>
                                        </execution>
                        </plugin>
                </plugins>
        </build>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.ria</groupId>
+                               <artifactId>org.argeo.ria.core</artifactId>
+                               <version>${version.argeo-ria}</version>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
 </project>
\ No newline at end of file