22301080 | a033473 | 2025-05-17 21:38:32 +0800 | [diff] [blame] | 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/maven-v4_0_0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>com.turn</groupId> |
| 7 | <artifactId>ttorrent</artifactId> |
| 8 | <version>1.3.0-SNAPSHOT</version> |
| 9 | <relativePath>../pom.xml</relativePath> |
| 10 | </parent> |
| 11 | |
| 12 | <name>ttorrent/bencoding</name> |
| 13 | <url>http://turn.github.com/ttorrent/</url> |
| 14 | <artifactId>ttorrent-bencoding</artifactId> |
| 15 | <version>1.3.0-SNAPSHOT</version> |
| 16 | <packaging>jar</packaging> |
| 17 | </project> |