Skip to content

Commit bb89ae1

Browse files
committed
<distributionManagement> in POM
Base Maven image bump
1 parent fb9c76e commit bb89ae1

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM maven:3.6.0-jdk-8
1+
FROM maven:3.8.4-openjdk-17
22

33
LABEL maintainer="martynas@atomgraph.com"
44

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
</dependency>
6767
</dependencies>
6868

69+
<distributionManagement>
70+
<snapshotRepository>
71+
<id>ossrh</id>
72+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
73+
</snapshotRepository>
74+
</distributionManagement>
75+
6976
<build>
7077
<finalName>json2xml</finalName>
7178
<plugins>
@@ -164,10 +171,4 @@
164171
</profile>
165172
</profiles>
166173

167-
<distributionManagement>
168-
<snapshotRepository>
169-
<id>ossrh</id>
170-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
171-
</snapshotRepository>
172-
</distributionManagement>
173174
</project>

0 commit comments

Comments
 (0)