File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,12 @@ Add the appropriate repository:
110
110
<repositories>
111
111
112
112
<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>
116
119
<releases><enabled>false</enabled></releases>
117
120
</repository>
118
121
@@ -123,7 +126,7 @@ Add the appropriate repository:
123
126
[source,groovy,subs="attributes,specialcharacters"]
124
127
----
125
128
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/ ' }
127
130
mavenCentral()
128
131
}
129
132
----
You can’t perform that action at this time.
0 commit comments