Changeset 757 for trunk/quest-plugin-core
- Timestamp:
- 09/04/12 10:39:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-core/pom.xml
r511 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-core</artifactId> 6 <version>0.0.1-SNAPSHOT</version>7 10 <name>quest-plugin-core</name> 8 11 <scm> 9 <url> https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-core</url>12 <url>${quest-scm-trunk-dir}/quest-plugin-core</url> 10 13 </scm> 11 <build>12 <plugins>13 <plugin>14 <artifactId>maven-compiler-plugin</artifactId>15 <version>2.3.2</version>16 <configuration>17 <source>1.6</source>18 <target>1.6</target>19 </configuration>20 </plugin>21 </plugins>22 </build>23 14 </project>
Note: See TracChangeset
for help on using the changeset viewer.