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 d12dfca commit bc32be5Copy full SHA for bc32be5
gbfs-validator-java/pom.xml
@@ -39,6 +39,18 @@
39
<url>https://github.com/entur/gbfs-validator-java/tree/master</url>
40
<tag>HEAD</tag>
41
</scm>
42
+ <distributionManagement>
43
+ <repository>
44
+ <id>central</id>
45
+ <name>entur2-releases</name>
46
+ <url>https://entur2.jfrog.io/entur2/libs-release-local</url>
47
+ </repository>
48
+ <snapshotRepository>
49
+ <id>snapshots</id>
50
+ <name>entur2-snapshots</name>
51
+ <url>https://entur2.jfrog.io/entur2/libs-snapshot-local</url>
52
+ </snapshotRepository>
53
+ </distributionManagement>
54
<properties>
55
<jdk.version>17</jdk.version>
56
<gbfsGithubUrl>https://github.com/entur/gbfs-json-schema/archive/refs/tags/v3.0.zip</gbfsGithubUrl>
0 commit comments