[maven-release-plugin] copy for tag argeo-commons-0.1.1
[lgpl/argeo-commons.git] / server / modules / pom.xml
index f2a69232465a57a0ab2b465bfa7a7094a5f38fdb..442b4d58ed3423dc31297496ba775b2179f62cc9 100644 (file)
@@ -1,17 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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.commons</groupId>
-               <version>0.1.1-SNAPSHOT</version>
+               <version>0.1.1</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.server</groupId>
        <artifactId>modules</artifactId>
-       <name>Commons Server Modules</name>
        <packaging>bundles</packaging>
+       <name>Commons Server Modules</name>
        <build>
                <plugins>
                        <plugin>
@@ -19,7 +17,7 @@
                                <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>