We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9c76e commit bb89ae1Copy full SHA for bb89ae1
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM maven:3.6.0-jdk-8
+FROM maven:3.8.4-openjdk-17
2
3
LABEL maintainer="martynas@atomgraph.com"
4
pom.xml
@@ -66,6 +66,13 @@
66
</dependency>
67
</dependencies>
68
69
+ <distributionManagement>
70
+ <snapshotRepository>
71
+ <id>ossrh</id>
72
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
73
+ </snapshotRepository>
74
+ </distributionManagement>
75
+
76
<build>
77
<finalName>json2xml</finalName>
78
<plugins>
@@ -164,10 +171,4 @@
164
171
</profile>
165
172
</profiles>
166
173
167
- <distributionManagement>
168
- <snapshotRepository>
169
- <id>ossrh</id>
170
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
174
</project>
0 commit comments