Skip to content

Commit 1dd58fd

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

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

gbfs-validator-java/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
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>
5442
<properties>
5543
<jdk.version>17</jdk.version>
5644
<gbfsGithubUrl>https://github.com/entur/gbfs-json-schema/archive/refs/tags/v3.0.zip</gbfsGithubUrl>

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@
1717
<properties>
1818
<jreleaser-maven-plugin.version>1.18.0</jreleaser-maven-plugin.version>
1919
</properties>
20-
<distributionManagement>
21-
<repository>
22-
<id>central</id>
23-
<name>entur2-releases</name>
24-
<url>https://entur2.jfrog.io/entur2/libs-release-local</url>
25-
</repository>
26-
<snapshotRepository>
27-
<id>snapshots</id>
28-
<name>entur2-snapshots</name>
29-
<url>https://entur2.jfrog.io/entur2/libs-snapshot-local</url>
30-
</snapshotRepository>
31-
</distributionManagement>
3220
<build>
3321
<plugins>
3422
<plugin>

0 commit comments

Comments
 (0)