Skip to content

Commit f954cbe

Browse files
bump integrations-api to 1.8.0-SNAPSHOT
1 parent fe95531 commit f954cbe

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232

3333
<!-- runtime dependencies -->
34-
<api.version>1.7.0</api.version>
34+
<api.version>1.8.0-SNAPSHOT</api.version>
3535
<slf4j.version>2.0.17</slf4j.version>
3636

3737
<!-- test dependencies -->
@@ -63,6 +63,20 @@
6363
</license>
6464
</licenses>
6565

66+
<repositories>
67+
<repository>
68+
<name>Central Portal Snapshots</name>
69+
<id>central-portal-snapshots</id>
70+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
71+
<releases>
72+
<enabled>false</enabled>
73+
</releases>
74+
<snapshots>
75+
<enabled>true</enabled>
76+
</snapshots>
77+
</repository>
78+
</repositories>
79+
6680
<dependencies>
6781
<dependency>
6882
<groupId>org.cryptomator</groupId>

0 commit comments

Comments
 (0)