File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 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 >
1617 <url >http://www.gnu.org/licenses/gpl-3.0.html</url >
1718 </license >
1819 </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 >
1931 <properties >
2032 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2133 </properties >
106118 </plugin >
107119 </plugins >
108120 </build >
109- <developers >
110- <developer >
111- <name >Adam Gouge</name >
112- <organization >IRSTV CNRS-FR-2488</organization >
113- </developer >
114- </developers >
115- <scm >
116- <connection >scm:git:git@github.com:irstv/Java-Network-Analyzer.git</connection >
117- <developerConnection >scm:git:git@github.com:irstv/Java-Network-Analyzer.git</developerConnection >
118- <url >git@github.com:irstv/Java-Network-Analyzer.git</url >
119- </scm >
120121</project >
You can’t perform that action at this time.
0 commit comments