Skip to content

Commit

Permalink
Add snapshot repository declaration.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Jan 29, 2024
1 parent 85e9f25 commit 5c5283f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,19 @@
<activeByDefault>true</activeByDefault>
</activation>

<repositories>
<repository>
<id>thing4-snapshots</id>
<name>Thing4 snapshots</name>
<url>https://repository.connectorio.cloud/repository/thing4-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>thing4-snapshots</id>
Expand Down

0 comments on commit 5c5283f

Please sign in to comment.