Skip to content

Commit db605d6

Browse files
committed
ci: add snapshot release dependency for core-interfaces
1 parent 3baade1 commit db605d6

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.apimatic</groupId>
4545
<artifactId>core-interfaces</artifactId>
46-
<version>[0.3, 0.4)</version>
46+
<version>0.3.3-SNAPSHOT</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>junit</groupId>
@@ -277,4 +277,19 @@
277277
<url>https://github.com/apimatic/core-lib-java/blob/main/LICENSE</url>
278278
</license>
279279
</licenses>
280+
281+
<repositories>
282+
<repository>
283+
<id>central-portal-snapshots</id>
284+
<name>Central Portal Snapshots</name>
285+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
286+
<releases>
287+
<enabled>false</enabled>
288+
</releases>
289+
<snapshots>
290+
<enabled>true</enabled>
291+
</snapshots>
292+
</repository>
293+
</repositories>
294+
280295
</project>

0 commit comments

Comments
 (0)