[maven-release-plugin] copy for tag argeo-commons-0.1.1
[lgpl/argeo-commons.git] / server / modules / pom.xml
index a5e926cc6dcdfe0e1142e61350dc7a0d883cacd7..442b4d58ed3423dc31297496ba775b2179f62cc9 100644 (file)
@@ -1,15 +1,15 @@
 <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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.argeo.slc</groupId>
-               <artifactId>modules</artifactId>
-               <version>0.12.1-SNAPSHOT</version>
+               <groupId>org.argeo.commons</groupId>
+               <version>0.1.1</version>
+               <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.modules</groupId>
-       <artifactId>server</artifactId>
+       <groupId>org.argeo.commons.server</groupId>
+       <artifactId>modules</artifactId>
        <packaging>bundles</packaging>
-       <name>SLC Modules Server</name>
+       <name>Commons Server Modules</name>
        <build>
                <plugins>
                        <plugin>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                <extensions>true</extensions>
                                <configuration>
-                                       <bundlesPomArtifactId>org.argeo.slc.modules.server.bundles</bundlesPomArtifactId>
+                                       <bundlesPomArtifactId>org.argeo.server.modules</bundlesPomArtifactId>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc.dep</groupId>
-                       <artifactId>org.argeo.slc.dep.server</artifactId>
-                       <version>${project.version}</version>
-                       <scope>test</scope>
-               </dependency>
-       </dependencies>
 </project>
\ No newline at end of file