Skip to content

Commit 87ec9b3

Browse files
authored
Merge pull request #130 from maxmind/fix-dependabot-snapshots
Fix dependabot snapshots
2 parents 004265d + 2a89d7a commit 87ec9b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,9 @@
152152
</plugin>
153153
</plugins>
154154
</build>
155-
<parent>
156-
<groupId>org.sonatype.oss</groupId>
157-
<artifactId>oss-parent</artifactId>
158-
<version>7</version>
159-
</parent>
155+
<properties>
156+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
157+
</properties>
160158
<profiles>
161159
<profile>
162160
<id>active-on-jdk-9-plus</id>

0 commit comments

Comments
 (0)