Skip to content

Commit bc32be5

Browse files
committed
update pom, more fixes
1 parent d12dfca commit bc32be5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gbfs-validator-java/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@
3939
<url>https://github.com/entur/gbfs-validator-java/tree/master</url>
4040
<tag>HEAD</tag>
4141
</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>
4254
<properties>
4355
<jdk.version>17</jdk.version>
4456
<gbfsGithubUrl>https://github.com/entur/gbfs-json-schema/archive/refs/tags/v3.0.zip</gbfsGithubUrl>

0 commit comments

Comments
 (0)