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 819c965 commit 114e8f5Copy full SHA for 114e8f5
1 file changed
pom.xml
@@ -19,6 +19,20 @@
19
<maven.compiler.target>1.8</maven.compiler.target>
20
</properties>
21
22
+ <repositories>
23
+ <repository>
24
+ <id>central-portal-snapshots</id>
25
+ <name>Central Portal Snapshots</name>
26
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
27
+ <releases>
28
+ <enabled>false</enabled>
29
+ </releases>
30
+ <snapshots>
31
+ <enabled>true</enabled>
32
+ </snapshots>
33
+ </repository>
34
+ </repositories>
35
+
36
<developers>
37
<developer>
38
<name>APIMatic Ltd.</name>
@@ -38,7 +52,7 @@
52
<dependency>
39
53
<groupId>io.apimatic</groupId>
40
54
<artifactId>core-interfaces</artifactId>
41
- <version>[0.3, 0.4)</version>
55
+ <version>0.3.4-SNAPSHOT</version>
42
56
</dependency>
43
57
44
58
<groupId>javax.xml.bind</groupId>
0 commit comments