Skip to content

Commit 35daca2

Browse files
authored
Merge pull request #57 from jonesbusy/feature/possibility-test-snaphots
Add repository to allow test incremental with SNAPSHOT version of ORAS Java SDK
2 parents fb1502c + f890d83 commit 35daca2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@
147147
<id>repo.jenkins-ci.org</id>
148148
<url>https://repo.jenkins-ci.org/public/</url>
149149
</repository>
150+
<repository>
151+
<releases>
152+
<enabled>false</enabled>
153+
</releases>
154+
<snapshots>
155+
<enabled>true</enabled>
156+
</snapshots>
157+
<id>central-snapshots</id>
158+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
159+
</repository>
150160
</repositories>
151161
<pluginRepositories>
152162
<pluginRepository>

0 commit comments

Comments
 (0)