]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/pom.xml
Integrate OSGi boot
[lgpl/argeo-commons.git] / server / modules / pom.xml
index f2a69232465a57a0ab2b465bfa7a7094a5f38fdb..30179e65c5d016e35a9962d3cab62d2dcc3f21b0 100644 (file)
@@ -1,6 +1,4 @@
-<?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>
@@ -8,10 +6,10 @@
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.commons.server</groupId>
+       <groupId>org.argeo.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>