- Timestamp:
- 08/21/12 15:04:21 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-guitar/pom.xml
r516 r583 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 <modelVersion>4.0.0</modelVersion> 3 <groupId>de.ugoe.cs.quest</groupId> 4 <artifactId>quest-plugin-guitar</artifactId> 5 <version>0.0.1-SNAPSHOT</version> 6 <name>quest-plugin-guitar</name> 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-plugin-guitar</artifactId> 6 <version>0.0.1-SNAPSHOT</version> 7 <name>quest-plugin-guitar</name> 7 8 <scm> 8 9 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-plugin-guitar</url> 9 10 </scm> 11 <repositories> 12 <repository> 13 <id>quest-repo</id> 14 <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url> 15 </repository> 16 </repositories> 10 17 <dependencies> 11 18 <dependency> … … 18 25 <artifactId>quest-plugin-core</artifactId> 19 26 <version>0.0.1-SNAPSHOT</version> 27 </dependency> 28 <dependency> 29 <groupId>de.ugoe.cs.quest</groupId> 30 <artifactId>quest-core-events</artifactId> 31 <version>0.0.1-SNAPSHOT</version> 32 </dependency> 33 <dependency> 34 <groupId>de.ugoe.cs.quest</groupId> 35 <artifactId>quest-core-usageprofiles</artifactId> 36 <version>0.0.1-SNAPSHOT</version> 37 </dependency> 38 <dependency> 39 <groupId>de.ugoe.cs.quest</groupId> 40 <artifactId>quest-ui-core</artifactId> 41 <version>0.0.1-SNAPSHOT</version> 42 </dependency> 43 <dependency> 44 <groupId>edu.umd.cs</groupId> 45 <artifactId>guitar-model-core</artifactId> 46 <version>1.0</version> 20 47 </dependency> 21 48 </dependencies> -
trunk/quest-ui-core/pom.xml
r581 r583 12 12 <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-ui-core</url> 13 13 </scm> 14 <repositories>15 <repository>16 <id>quest-repo</id>17 <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url>18 </repository>19 </repositories>20 14 <dependencies> 21 15 <dependency> … … 64 58 <version>1.2.17</version> 65 59 </dependency> 66 <dependency>67 <groupId>edu.umd.cs</groupId>68 <artifactId>guitar-model-core</artifactId>69 <version>1.0</version>70 </dependency>71 60 </dependencies> 72 61 <build>
Note: See TracChangeset
for help on using the changeset viewer.