forked from guardianproject/jtorctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjtorctl.pom
34 lines (34 loc) · 1.28 KB
/
jtorctl.pom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.freehaven.tor.control</groupId>
<artifactId>jtorctl</artifactId>
<version>0.2</version>
<name></name>
<url>https://github.com/guardianproject/jtorctl</url>
<description>A Java library for controlling a Tor instance via its control port.</description>
<licenses>
<license>
<name>BSD-3-clause</name>
<url>https://github.com/guardianproject/jtorctl/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>freehaven</id>
<name>Free Haven Project</name>
<email>[email protected]</email>
</developer>
<developer>
<id>guardianproject</id>
<name>Guardian Project</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/guardianproject/jtorctl.git</connection>
<developerConnection>scm:[email protected]:guardianproject/jtorctl.git</developerConnection>
<url>scm:https://github.com/guardianproject/jtorctl</url>
</scm>
</project>