Last change
on this file since 742 was
546,
checked in by pharms, 12 years ago
|
- removal of dependencies unused for this maven component
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.2 KB
|
Rev | Line | |
---|
[480] | 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-events</artifactId>
|
---|
| 6 | <version>0.0.1-SNAPSHOT</version>
|
---|
| 7 | <name>quest-core-events</name>
|
---|
| 8 | <scm>
|
---|
| 9 | <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-events</url>
|
---|
| 10 | </scm>
|
---|
| 11 | <dependencies>
|
---|
| 12 | <dependency>
|
---|
[482] | 13 | <groupId>de.ugoe.cs</groupId>
|
---|
| 14 | <artifactId>java-utils</artifactId>
|
---|
| 15 | <version>0.0.1-SNAPSHOT</version>
|
---|
| 16 | </dependency>
|
---|
[546] | 17 | <dependency>
|
---|
| 18 | <groupId>de.ugoe.cs.quest</groupId>
|
---|
| 19 | <artifactId>quest-misc</artifactId>
|
---|
| 20 | <version>0.0.1-SNAPSHOT</version>
|
---|
| 21 | </dependency>
|
---|
[480] | 22 | </dependencies>
|
---|
| 23 | <build>
|
---|
| 24 | <plugins>
|
---|
| 25 | <plugin>
|
---|
| 26 | <artifactId>maven-compiler-plugin</artifactId>
|
---|
| 27 | <version>2.3.2</version>
|
---|
| 28 | <configuration>
|
---|
| 29 | <source>1.6</source>
|
---|
| 30 | <target>1.6</target>
|
---|
| 31 | </configuration>
|
---|
| 32 | </plugin>
|
---|
| 33 | </plugins>
|
---|
| 34 | </build>
|
---|
| 35 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.