We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3baade1 commit db605d6Copy full SHA for db605d6
1 file changed
pom.xml
@@ -43,7 +43,7 @@
43
<dependency>
44
<groupId>io.apimatic</groupId>
45
<artifactId>core-interfaces</artifactId>
46
- <version>[0.3, 0.4)</version>
+ <version>0.3.3-SNAPSHOT</version>
47
</dependency>
48
49
<groupId>junit</groupId>
@@ -277,4 +277,19 @@
277
<url>https://github.com/apimatic/core-lib-java/blob/main/LICENSE</url>
278
</license>
279
</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
295
</project>
0 commit comments