File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
3
- <modelVersion >4.0.0</modelVersion >
4
- <groupId >at.itopen </groupId >
5
- <artifactId >mapillary-java- api</artifactId >
6
- <version >0.1</version >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <groupId >at.it-open </groupId >
5
+ <artifactId >mapillary-api</artifactId >
6
+ <version >0.0. 1</version >
7
7
<packaging >jar</packaging >
8
+ <name >Mapillary Java API</name >
9
+ <description >Rest Client for Mapillary API</description >
10
+ <url >https://github.com/it-open/mapillary-api</url >
11
+ <licenses >
12
+ <license >
13
+ <name >MIT License</name >
14
+ <url >https://choosealicense.com/licenses/mit/</url >
15
+
16
+ </license >
17
+ </licenses >
18
+ <scm >
19
+ <connection >scm:git:${env.CI_REPOSITORY_URL} </connection >
20
+ <url >${env.CI_PROJECT_URL} </url >
21
+ <developerConnection >scm:git:${env.CI_REPOSITORY_URL} </developerConnection >
22
+ <tag >HEAD</tag >
23
+ </scm >
8
24
<dependencies >
9
25
<dependency >
10
26
<groupId >at.it-open</groupId >
You can’t perform that action at this time.
0 commit comments