This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
pom.xml
37 lines (36 loc) · 1.44 KB
/
pom.xml
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
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>net.stuarthendren</groupId>
<artifactId>parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>Jung extensions</name>
<packaging>pom</packaging>
<description>A collection of utilities and algorithms for use with Jung (http://jung.sourceforge.net/)
</description>
<inceptionYear>2011</inceptionYear>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<scm>
<connection>scm:git:[email protected]:hendrens/Jung-Extensions.git</connection>
<developerConnection>scm:[email protected]:hendrens/Jung-Extensions.git</developerConnection>
<url>[email protected]:hendrens/Jung-Extensions.git</url>
</scm>
<contributors>
<contributor>
<name>Stuart Hendren</name>
<email>[email protected]</email>
<url>http://stuarthendren.net</url>
</contributor>
</contributors>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<modules>
<module>jung-extensions</module>
</modules>
</project>