<?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">

	<modelVersion>4.0.0</modelVersion>
	<groupId>net.sourceforge.reqtracer</groupId>
	<artifactId>jrt-annotations</artifactId>
	<packaging>jar</packaging>
	<name>JRT-Annotations</name>
	<version>1.7.0</version><!--Version marker. Do not remove/modify this comment!!!-->
	
    <parent>
        <groupId>net.sourceforge.reqtracer</groupId>
        <artifactId>jrt</artifactId>
        <version>1.7.0</version><!--Version marker. Do not remove/modify this comment!!!-->
    </parent>
    
</project>