]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/org.argeo.legacy.fake.java8/pom.xml
Disable SNAPSHOTs repository and use forge instead of repo.
[gpl/argeo-slc.git] / legacy / org.argeo.legacy.fake.java8 / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.slc</groupId>
7 <artifactId>legacy</artifactId>
8 <version>2.1.17-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.legacy.fake.java8</artifactId>
12 <name>Legacy Fake Java 8 APIs</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <Bundle-RequiredExecutionEnvironment>JavaSE-11</Bundle-RequiredExecutionEnvironment>
21 </instructions>
22 </configuration>
23 </plugin>
24 </plugins>
25 </build>
26 </project>