Skip to content

Commit aa8d1d5

Browse files
author
carmine
committedSep 1, 2024·
update pom.xml
1 parent f50dd1b commit aa8d1d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
<bintray.package>dotenv-java</bintray.package>
7676
</properties>
7777

78-
<pluginRepositories>
78+
<pluginRepositories>
7979
<pluginRepository>
80-
<id>jcenter</id>
81-
<name>JCenter</name>
82-
<url>https://jcenter.bintray.com/</url>
80+
<id>central</id>
81+
<name>Maven Central</name>
82+
<url>https://repo.maven.apache.org/maven2</url>
8383
</pluginRepository>
84-
</pluginRepositories>
84+
</pluginRepositories>
8585

8686
<dependencies>
8787
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.