We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaba5a commit acc61baCopy full SHA for acc61ba
pom.xml
@@ -23,4 +23,11 @@
23
<maven.compiler.source>8</maven.compiler.source>
24
<maven.compiler.target>8</maven.compiler.target>
25
</properties>
26
+ <distributionManagement>
27
+ <repository>
28
+ <id>github</id>
29
+ <name>Mapillary API</name>
30
+ <url>https://maven.pkg.github.com/it-open/mapillary-api</url>
31
+ </repository>
32
+ </distributionManagement>
33
</project>
0 commit comments