Changeset 757 for trunk/quest-core-testgeneration
- Timestamp:
- 09/04/12 10:39:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-testgeneration/pom.xml
r523 r757 1 1 <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/xsd/maven-4.0.0.xsd"> 2 <parent> 3 <groupId>de.ugoe.cs.quest</groupId> 4 <artifactId>quest</artifactId> 5 <version>0.0.1-SNAPSHOT</version> 6 </parent> 2 7 <modelVersion>4.0.0</modelVersion> 3 <groupId>de.ugoe.cs.quest</groupId>4 8 <artifactId>quest-core-testgeneration</artifactId> 5 <version>0.0.1-SNAPSHOT</version>6 9 <name>quest-core-testgeneration</name> 7 10 <scm> 8 <url> https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-testgeneration</url>11 <url>${quest-scm-trunk-dir}/quest-core-testgeneration</url> 9 12 </scm> 10 13 <dependencies> … … 12 15 <groupId>de.ugoe.cs.quest</groupId> 13 16 <artifactId>quest-core-events</artifactId> 14 <version> 0.0.1-SNAPSHOT</version>17 <version>${parent.version}</version> 15 18 </dependency> 16 19 <dependency> 17 20 <groupId>de.ugoe.cs.quest</groupId> 18 21 <artifactId>quest-core-usageprofiles</artifactId> 19 <version> 0.0.1-SNAPSHOT</version>22 <version>${parent.version}</version> 20 23 </dependency> 21 24 <dependency> 22 25 <groupId>de.ugoe.cs.quest</groupId> 23 26 <artifactId>quest-core-coverage</artifactId> 24 <version> 0.0.1-SNAPSHOT</version>27 <version>${parent.version}</version> 25 28 </dependency> 26 29 </dependencies> 27 <build>28 <plugins>29 <plugin>30 <artifactId>maven-compiler-plugin</artifactId>31 <version>2.3.2</version>32 <configuration>33 <source>1.6</source>34 <target>1.6</target>35 </configuration>36 </plugin>37 </plugins>38 </build>39 30 </project>
Note: See TracChangeset
for help on using the changeset viewer.