We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cf2f9 commit a223dfcCopy full SHA for a223dfc
pom.xml
@@ -22,6 +22,14 @@
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
</properties>
24
25
+ <distributionManagement>
26
+ <repository>
27
+ <id>github</id>
28
+ <name>GitHub Apache Maven Packages</name>
29
+ <url>https://maven.pkg.github.com/quinnandrews/spring-data-specification-builder</url>
30
+ </repository>
31
+ </distributionManagement>
32
+
33
<dependencyManagement>
34
<dependencies>
35
<dependency>
0 commit comments