source: trunk/quest-core-usageprofiles/pom.xml @ 518

Last change on this file since 518 was 518, checked in by sherbold, 12 years ago
  • initial commit of quest-core-assertions, quest-core-assertions-test, quest-core-coverage, quest-core-coverage-test, quest-core-usageprofiles, and quest-core-usageprofiles-test
  • Property svn:mime-type set to text/plain
File size: 983 bytes
Line 
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/xsd/maven-4.0.0.xsd">
3        <modelVersion>4.0.0</modelVersion>
4        <groupId>de.ugoe.cs.quest</groupId>
5        <artifactId>quest-core-usageprofiles</artifactId>
6        <version>0.0.1-SNAPSHOT</version>
7        <name>quest-core-usageprofiles</name>
8        <scm>
9                <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-usageprofiles</url>
10        </scm>
11        <dependencies>
12                <dependency>
13                        <groupId>de.ugoe.cs.quest</groupId>
14                        <artifactId>quest-core-events</artifactId>
15                        <version>0.0.1-SNAPSHOT</version>
16                </dependency>
17        </dependencies>
18        <build>
19                <plugins>
20                        <plugin>
21                                <artifactId>maven-compiler-plugin</artifactId>
22                                <version>2.3.2</version>
23                                <configuration>
24                                        <source>1.6</source>
25                                        <target>1.6</target>
26                                </configuration>
27                        </plugin>
28                </plugins>
29        </build>
30</project>
Note: See TracBrowser for help on using the repository browser.