Skip to content

Commit a0122cf

Browse files
author
Roland Schuller
authored
Update pom.xml
1 parent acc61ba commit a0122cf

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

pom.xml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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>
77
<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>
824
<dependencies>
925
<dependency>
1026
<groupId>at.it-open</groupId>

0 commit comments

Comments
 (0)