Skip to content

Commit 0eb10ef

Browse files
committed
Merge pull request #7 from agouge/sonatype
Prepare pom for Sonatype
2 parents fa05f60 + 89c4862 commit 0eb10ef

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

pom.xml

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
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/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>org.orbisgis</groupId>
67
<artifactId>java-network-analyzer</artifactId>
7-
<version>0.1.5</version>
8+
<version>0.1.6-SNAPSHOT</version>
89
<packaging>bundle</packaging>
9-
<name>Java-Network-Analyzer</name>
10-
<url>https://github.com/agouge/Java-Network-Analyzer</url>
10+
<name>${project.groupId}:${project.artifactId}</name>
11+
<description>Graph theory and social network analysis algorithms
12+
implemented on JGraphT graphs.</description>
13+
<url>https://github.com/irstv/Java-Network-Analyzer</url>
14+
<licenses>
15+
<license>
16+
<name>GNU General Public License (GPLV3+)</name>
17+
<url>http://www.gnu.org/licenses/gpl-3.0.html</url>
18+
</license>
19+
</licenses>
20+
<developers>
21+
<developer>
22+
<name>Adam Gouge</name>
23+
<organization>IRSTV CNRS-FR-2488</organization>
24+
</developer>
25+
</developers>
26+
<scm>
27+
<connection>scm:git:git@github.com:irstv/Java-Network-Analyzer.git</connection>
28+
<developerConnection>scm:git:git@github.com:irstv/Java-Network-Analyzer.git</developerConnection>
29+
<url>git@github.com:irstv/Java-Network-Analyzer.git</url>
30+
</scm>
1131
<properties>
1232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1333
</properties>

0 commit comments

Comments
 (0)