]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/site/pom.xml
[maven-release-plugin] prepare release argeo-slc-0.11.4
[gpl/argeo-slc.git] / demo / site / pom.xml
index c317cec7fd2c81775a03216438ea8a14e9e1ef3f..fd8f209c2ba994338fe877c5b5979ba0dbd7bd09 100644 (file)
@@ -1,21 +1,24 @@
 <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>argeo-slc</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>demo</artifactId>
+               <version>0.11.4</version>
+               <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.demo</groupId>
        <artifactId>org.argeo.slc.demo.bundles</artifactId>
        <packaging>bundles</packaging>
-       <name>Argeo SLC Demo Bundles</name>
+       <name>SLC Demo Bundles</name>
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.argeo.slc.maven</groupId>
+                               <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                <extensions>true</extensions>
+                               <configuration>
+                                       <strictManifestVersion>true</strictManifestVersion>
+                               </configuration>
                        </plugin>
                </plugins>
        </build>