Changeset 794 for trunk/quest-runner
- Timestamp:
- 09/07/12 11:21:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-runner/pom.xml
r757 r794 24 24 <groupId>de.ugoe.cs.quest</groupId> 25 25 <artifactId>quest-plugin-core</artifactId> 26 <version>${p arent.version}</version>26 <version>${project.parent.version}</version> 27 27 </dependency> 28 28 <dependency> 29 29 <groupId>de.ugoe.cs.quest</groupId> 30 30 <artifactId>quest-ui-core</artifactId> 31 <version>${p arent.version}</version>31 <version>${project.parent.version}</version> 32 32 </dependency> 33 33 <dependency> 34 34 <groupId>de.ugoe.cs.quest</groupId> 35 35 <artifactId>quest-ui-swt</artifactId> 36 <version>${p arent.version}</version>36 <version>${project.parent.version}</version> 37 37 </dependency> 38 38 <dependency> … … 44 44 <groupId>de.ugoe.cs.quest</groupId> 45 45 <artifactId>quest-plugin-guitar</artifactId> 46 <version>${p arent.version}</version>46 <version>${project.parent.version}</version> 47 47 </dependency> 48 48 <dependency> 49 49 <groupId>de.ugoe.cs.quest</groupId> 50 50 <artifactId>quest-plugin-jfc</artifactId> 51 <version>${p arent.version}</version>51 <version>${project.parent.version}</version> 52 52 </dependency> 53 53 <dependency> 54 54 <groupId>de.ugoe.cs.quest</groupId> 55 55 <artifactId>quest-plugin-mfc</artifactId> 56 <version>${p arent.version}</version>56 <version>${project.parent.version}</version> 57 57 </dependency> 58 58 <dependency> 59 59 <groupId>de.ugoe.cs.quest</groupId> 60 60 <artifactId>quest-plugin-php</artifactId> 61 <version>${p arent.version}</version>61 <version>${project.parent.version}</version> 62 62 </dependency> 63 63 <dependency> … … 139 139 <groupId>de.ugoe.cs.quest</groupId> 140 140 <artifactId>quest-plugin-jfc</artifactId> 141 <version>${p arent.version}</version>141 <version>${project.parent.version}</version> 142 142 <classifier>config</classifier> 143 143 <type>zip</type> … … 158 158 <groupId>de.ugoe.cs.quest</groupId> 159 159 <artifactId>quest-plugin-mfc</artifactId> 160 <version>${p arent.version}</version>160 <version>${project.parent.version}</version> 161 161 <classifier>config</classifier> 162 162 <type>zip</type> … … 177 177 <groupId>de.ugoe.cs.quest</groupId> 178 178 <artifactId>quest-plugin-php</artifactId> 179 <version>${p arent.version}</version>179 <version>${project.parent.version}</version> 180 180 <classifier>config</classifier> 181 181 <type>zip</type>
Note: See TracChangeset
for help on using the changeset viewer.