Changeset 757 for trunk/quest-ui-swt/pom.xml
- Timestamp:
- 09/04/12 10:39:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-ui-swt/pom.xml
r707 r757 1 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 <parent> 3 <groupId>de.ugoe.cs.quest</groupId> 4 <artifactId>quest</artifactId> 5 <version>0.0.1-SNAPSHOT</version> 6 </parent> 2 7 <modelVersion>4.0.0</modelVersion> 3 <groupId>de.ugoe.cs.quest</groupId>4 8 <artifactId>quest-ui-swt</artifactId> 5 <version>0.0.1-SNAPSHOT</version>6 9 <name>quest-ui-swt</name> 7 <scm>8 <url> https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-ui-swt</url>10 <scm> 11 <url>${quest-scm-trunk-dir}/quest-ui-swt</url> 9 12 </scm> 10 13 <repositories> … … 12 15 <id>swt-repo</id> 13 16 <url>https://swt-repo.googlecode.com/svn/repo</url> 14 </repository>15 <repository>16 <id>quest-repo</id>17 <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/thirdparty</url>18 17 </repository> 19 18 </repositories> … … 27 26 <groupId>de.ugoe.cs.quest</groupId> 28 27 <artifactId>quest-core-events</artifactId> 29 <version> 0.0.1-SNAPSHOT</version>28 <version>${parent.version}</version> 30 29 </dependency> 31 30 <dependency> 32 31 <groupId>de.ugoe.cs.quest</groupId> 33 32 <artifactId>quest-core-assertions</artifactId> 34 <version> 0.0.1-SNAPSHOT</version>33 <version>${parent.version}</version> 35 34 </dependency> 36 35 <dependency> 37 36 <groupId>de.ugoe.cs.quest</groupId> 38 37 <artifactId>quest-core-usageprofiles</artifactId> 39 <version> 0.0.1-SNAPSHOT</version>38 <version>${parent.version}</version> 40 39 </dependency> 41 40 <dependency> … … 144 143 </profile> 145 144 </profiles> 146 147 <build>148 <plugins>149 <plugin>150 <artifactId>maven-compiler-plugin</artifactId>151 <version>2.3.2</version>152 <configuration>153 <source>1.6</source>154 <target>1.6</target>155 </configuration>156 </plugin>157 </plugins>158 </build>159 145 </project>
Note: See TracChangeset
for help on using the changeset viewer.