Skip to content

Commit 6531b1a

Browse files
committed
Use Cloudsmith for SAC snapshot
1 parent f676338 commit 6531b1a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/docs/asciidoc/setup.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ Add the appropriate repository:
110110
<repositories>
111111
112112
<repository>
113-
<id>github</id>
114-
<url>https://maven.pkg.github.com/rabbitmq/rabbitmq-stream-java-client</url>
115-
<snapshots><enabled>true</enabled></snapshots>
113+
<id>rabbitmq-maven-snapshots</id>
114+
<url>https://dl.cloudsmith.io/public/rabbitmq/maven-snapshots/maven/</url>
115+
<snapshots>
116+
<enabled>true</enabled>
117+
<updatePolicy>always</updatePolicy>
118+
</snapshots>
116119
<releases><enabled>false</enabled></releases>
117120
</repository>
118121
@@ -123,7 +126,7 @@ Add the appropriate repository:
123126
[source,groovy,subs="attributes,specialcharacters"]
124127
----
125128
repositories {
126-
maven { url 'https://maven.pkg.github.com/rabbitmq/rabbitmq-stream-java-client' }
129+
maven { url 'https://dl.cloudsmith.io/public/rabbitmq/maven-snapshots/maven/' }
127130
mavenCentral()
128131
}
129132
----

0 commit comments

Comments
 (0)