Skip to content

Commit 3d747c6

Browse files
committed
Add snapshot directory
For Java client.
1 parent 65acca3 commit 3d747c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,5 +689,14 @@
689689

690690
</profiles>
691691

692+
<repositories>
693+
<repository>
694+
<id>central-portal-snapshots</id>
695+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
696+
<snapshots><enabled>true</enabled></snapshots>
697+
<releases><enabled>false</enabled></releases>
698+
</repository>
699+
</repositories>
700+
692701
</project>
693702

0 commit comments

Comments
 (0)