Skip to content

Commit 224b864

Browse files
committed
register deployment target
1 parent 992639f commit 224b864

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<activation>
198198
<activeByDefault>false</activeByDefault>
199199
</activation>
200+
<distributionManagement>
201+
<repository>
202+
<id>openindex</id>
203+
<url>https://maven.openindex.de/repository/openindex-releases/</url>
204+
</repository>
205+
<snapshotRepository>
206+
<id>openindex</id>
207+
<url>https://maven.openindex.de/repository/openindex-snapshots/</url>
208+
</snapshotRepository>
209+
</distributionManagement>
200210
<build>
201211
<plugins>
202212
<plugin>

0 commit comments

Comments
 (0)