Bump versions by x.y.(z+1)
[dlux.git] / archetype / src / main / resources / archetype-resources / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <packaging>pom</packaging>
5     <groupId>${groupId}</groupId>
6     <artifactId>${artifactId}</artifactId>
7     <version>${version}</version>
8
9     <prerequisites>
10         <maven>3.0</maven>
11     </prerequisites>
12
13     <properties>
14         <osgi.core.version>5.0.0</osgi.core.version>
15         <apache.felix.compendium>1.4.0</apache.felix.compendium>
16         <dlux.loader.version>0.5.1-SNAPSHOT</dlux.loader.version>
17     </properties>
18
19
20 </project>