]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached.launcher/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached.launcher / pom.xml
index 0e5edbd1f61841e1ab6ae79330d90d77905f2166..8a7bcab1482e682fe90c9a3552bf5c30a62a4cd7 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.12.2-SNAPSHOT</version>
+               <version>0.13.0</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
                                        <target>1.4</target>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
+                                               <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
-                       <!--
-                               <plugin> <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId> <configuration>
-                               <descriptors> <descriptor>src/assembly/dist.xml</descriptor>
-                               </descriptors> </configuration> <executions> <execution>
-                               <id>attach-assembly</id> <phase>package</phase> <goals>
-                               <goal>single</goal> </goals> </execution> </executions> </plugin>
-                       -->
                </plugins>
        </build>
        <dependencies>
                        <groupId>org.eclipse.osgi</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
-
-               <!--
-                       <dependency> <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.extender</artifactId>
-                       </dependency> <dependency> <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.detached</artifactId> </dependency>
-               -->
        </dependencies>
 </project>
\ No newline at end of file