]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/site/pom.xml
[maven-release-plugin] rollback the release of argeo-slc-0.11.4
[gpl/argeo-slc.git] / demo / site / pom.xml
index 58cc837308c14badf046186d1cbc08cd3cfcc903..2ebbd7908d36180b40dd83c1b0a5218b3e0835d7 100644 (file)
@@ -1,22 +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">
+<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.3-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>demo</artifactId>
+               <version>0.11.4-SNAPSHOT</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>