Changeset 757 for trunk/quest-plugin-mfc
- Timestamp:
- 09/04/12 10:39:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-mfc/pom.xml
r671 r757 1 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 <parent> 4 <groupId>de.ugoe.cs.quest</groupId> 5 <artifactId>quest</artifactId> 6 <version>0.0.1-SNAPSHOT</version> 7 </parent> 3 8 <modelVersion>4.0.0</modelVersion> 4 <groupId>de.ugoe.cs.quest</groupId>5 9 <artifactId>quest-plugin-mfc</artifactId> 6 <version>0.0.1-SNAPSHOT</version>7 10 <name>quest-plugin-mfc</name> 8 11 <scm> 9 <url> https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-mfc</url>12 <url>${quest-scm-trunk-dir}/quest-plugin-mfc</url> 10 13 </scm> 11 14 <dependencies> … … 18 21 <groupId>de.ugoe.cs.quest</groupId> 19 22 <artifactId>quest-plugin-core</artifactId> 20 <version> 0.0.1-SNAPSHOT</version>23 <version>${parent.version}</version> 21 24 </dependency> 22 25 <dependency> … … 33 36 <groupId>de.ugoe.cs.quest</groupId> 34 37 <artifactId>quest-core-events</artifactId> 35 <version> 0.0.1-SNAPSHOT</version>38 <version>${parent.version}</version> 36 39 </dependency> 37 40 <dependency> 38 41 <groupId>de.ugoe.cs.quest</groupId> 39 42 <artifactId>quest-misc</artifactId> 40 <version> 0.0.1-SNAPSHOT</version>43 <version>${parent.version}</version> 41 44 </dependency> 42 45 </dependencies> 43 46 <build> 44 47 <plugins> 45 <plugin>46 <artifactId>maven-compiler-plugin</artifactId>47 <version>2.3.2</version>48 <configuration>49 <source>1.6</source>50 <target>1.6</target>51 </configuration>52 </plugin>53 48 <plugin> 54 49 <artifactId>maven-assembly-plugin</artifactId>
Note: See TracChangeset
for help on using the changeset viewer.