Parent Directory
|
Revision Log
Revision 8314 -
(view)
(download)
(as text)
Original Path: biojava-live/trunk/biojava3-protmod/pom.xml
| 1 : | jgao | 7877 | <?xml version="1.0"?> |
| 2 : | andreas | 8293 | <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"> |
| 3 : | jgao | 7877 | <modelVersion>4.0.0</modelVersion> |
| 4 : | <parent> | ||
| 5 : | <artifactId>biojava</artifactId> | ||
| 6 : | <groupId>org.biojava</groupId> | ||
| 7 : | andreas | 8314 | <version>3.0-alpha2-SNAPSHOT</version> |
| 8 : | jgao | 7877 | </parent> |
| 9 : | <groupId>org.biojava</groupId> | ||
| 10 : | andreas | 7929 | <artifactId>biojava3-protmod</artifactId> |
| 11 : | andreas | 8293 | <version>3.0-alpha1</version> |
| 12 : | jgao | 7877 | <name>biojava3-protmod</name> |
| 13 : | andreas | 7929 | <distributionManagement> |
| 14 : | <downloadUrl>http://www.biojava.org/download/maven/</downloadUrl> | ||
| 15 : | <repository> | ||
| 16 : | <uniqueVersion>false</uniqueVersion> | ||
| 17 : | <id>biojava-maven-repo</id> | ||
| 18 : | <name>BioJava Maven Repository</name> | ||
| 19 : | <url>scp://portal.open-bio.org/home/websites/biojava.org/html/static/download/maven/</url> | ||
| 20 : | <layout>default</layout> | ||
| 21 : | </repository> | ||
| 22 : | </distributionManagement> | ||
| 23 : | jgao | 7877 | <url>http://maven.apache.org</url> |
| 24 : | <properties> | ||
| 25 : | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| 26 : | </properties> | ||
| 27 : | <dependencies> | ||
| 28 : | <dependency> | ||
| 29 : | <groupId>junit</groupId> | ||
| 30 : | <artifactId>junit</artifactId> | ||
| 31 : | <version>3.8.1</version> | ||
| 32 : | <scope>test</scope> | ||
| 33 : | </dependency> | ||
| 34 : | <dependency> | ||
| 35 : | <groupId>org.biojava</groupId> | ||
| 36 : | <artifactId>biojava3-structure</artifactId> | ||
| 37 : | andreas | 8293 | <version>3.0-alpha1</version> |
| 38 : | jgao | 7877 | <type>jar</type> |
| 39 : | <scope>compile</scope> | ||
| 40 : | </dependency> | ||
| 41 : | </dependencies> | ||
| 42 : | </project> |
| Chris Dagdigian | ViewVC Help |
| Powered by ViewVC 1.0.12 |