We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a88f6c commit fd123edCopy full SHA for fd123ed
1 file changed
quarkus-service/pom.xml
@@ -40,7 +40,7 @@
40
<dependency>
41
<groupId>com.github.rodrigorodrigues</groupId>
42
<artifactId>spring-data-commons</artifactId>
43
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
44
</dependency>
45
46
<groupId>io.quarkus</groupId>
@@ -245,13 +245,4 @@
245
</properties>
246
</profile>
247
</profiles>
248
- <repositories>
249
- <repository>
250
- <id>github</id>
251
- <url>https://maven.pkg.github.com/rodrigorodrigues/spring-data-commons</url>
252
- <snapshots>
253
- <enabled>true</enabled>
254
- </snapshots>
255
- </repository>
256
- </repositories>
257
</project>
0 commit comments