Changeset 757 for trunk/quest-runner
- Timestamp:
- 09/04/12 10:39:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-runner/pom.xml
r673 r757 4 4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 5 5 > 6 <parent> 7 <groupId>de.ugoe.cs.quest</groupId> 8 <artifactId>quest</artifactId> 9 <version>0.0.1-SNAPSHOT</version> 10 </parent> 6 11 <modelVersion>4.0.0</modelVersion> 7 <groupId>de.ugoe.cs.quest</groupId>8 12 <artifactId>quest-runner</artifactId> 9 <version>0.0.1-SNAPSHOT</version>10 13 <name>quest-runner</name> 11 14 <scm> 12 <url> https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-runner</url>15 <url>${quest-scm-trunk-dir}/quest-runner</url> 13 16 </scm> 14 17 <dependencies> … … 21 24 <groupId>de.ugoe.cs.quest</groupId> 22 25 <artifactId>quest-plugin-core</artifactId> 23 <version> 0.0.1-SNAPSHOT</version>26 <version>${parent.version}</version> 24 27 </dependency> 25 28 <dependency> 26 29 <groupId>de.ugoe.cs.quest</groupId> 27 30 <artifactId>quest-ui-core</artifactId> 28 <version> 0.0.1-SNAPSHOT</version>31 <version>${parent.version}</version> 29 32 </dependency> 30 33 <dependency> 31 34 <groupId>de.ugoe.cs.quest</groupId> 32 35 <artifactId>quest-ui-swt</artifactId> 33 <version> 0.0.1-SNAPSHOT</version>36 <version>${parent.version}</version> 34 37 </dependency> 35 38 <dependency> … … 41 44 <groupId>de.ugoe.cs.quest</groupId> 42 45 <artifactId>quest-plugin-guitar</artifactId> 43 <version> 0.0.1-SNAPSHOT</version>46 <version>${parent.version}</version> 44 47 </dependency> 45 48 <dependency> 46 49 <groupId>de.ugoe.cs.quest</groupId> 47 50 <artifactId>quest-plugin-jfc</artifactId> 48 <version> 0.0.1-SNAPSHOT</version>51 <version>${parent.version}</version> 49 52 </dependency> 50 53 <dependency> 51 54 <groupId>de.ugoe.cs.quest</groupId> 52 55 <artifactId>quest-plugin-mfc</artifactId> 53 <version> 0.0.1-SNAPSHOT</version>56 <version>${parent.version}</version> 54 57 </dependency> 55 58 <dependency> 56 59 <groupId>de.ugoe.cs.quest</groupId> 57 60 <artifactId>quest-plugin-php</artifactId> 58 <version> 0.0.1-SNAPSHOT</version>61 <version>${parent.version}</version> 59 62 </dependency> 60 63 <dependency> … … 109 112 <plugin> 110 113 <groupId>org.apache.maven.plugins</groupId> 111 <artifactId>maven-compiler-plugin</artifactId>112 <version>2.5.1</version>113 <configuration>114 <source>1.6</source>115 <target>1.6</target>116 <compilerArgument>-Xlint:all</compilerArgument>117 <showDeprecation>true</showDeprecation>118 <showWarnings>true</showWarnings>119 </configuration>120 </plugin>121 <plugin>122 <groupId>org.apache.maven.plugins</groupId>123 114 <artifactId>maven-jar-plugin</artifactId> 124 115 <configuration> … … 148 139 <groupId>de.ugoe.cs.quest</groupId> 149 140 <artifactId>quest-plugin-jfc</artifactId> 150 <version> 0.0.1-SNAPSHOT</version>141 <version>${parent.version}</version> 151 142 <classifier>config</classifier> 152 143 <type>zip</type> … … 167 158 <groupId>de.ugoe.cs.quest</groupId> 168 159 <artifactId>quest-plugin-mfc</artifactId> 169 <version> 0.0.1-SNAPSHOT</version>160 <version>${parent.version}</version> 170 161 <classifier>config</classifier> 171 162 <type>zip</type> … … 186 177 <groupId>de.ugoe.cs.quest</groupId> 187 178 <artifactId>quest-plugin-php</artifactId> 188 <version> 0.0.1-SNAPSHOT</version>179 <version>${parent.version}</version> 189 180 <classifier>config</classifier> 190 181 <type>zip</type>
Note: See TracChangeset
for help on using the changeset viewer.