]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/features/pom.xml
Reset to a proper SNAPSHOT state
[lgpl/argeo-commons.git] / eclipse / features / pom.xml
index 1b72355faee0983eec5336676e9bc7b5b97c8322..4676d5398d7d2d6ef08f388869463049fc9bba8b 100644 (file)
@@ -1,11 +1,10 @@
 <?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.eclipse</groupId>
                <artifactId>eclipse</artifactId>
-               <version>0.2.2-SNAPSHOT</version>
+               <version>0.3.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>features</artifactId>
@@ -45,6 +44,9 @@
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <version>${version.maven-bundle-plugin}</version>
+                               <configuration>
+                                       <manifestLocation>META-INF</manifestLocation>
+                               </configuration>
                        </plugin>
                </plugins>
                <pluginManagement>
@@ -89,7 +91,7 @@
                <dependency>
                        <groupId>org.argeo.commons.osgi</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>0.2.2-SNAPSHOT</version>
+                       <version>0.3.1-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>