We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd62096 commit e491b8dCopy full SHA for e491b8d
1 file changed
pom.xml
@@ -138,4 +138,15 @@
138
</pluginManagement>
139
</build>
140
141
+ <distributionManagement>
142
+ <repository>
143
+ <id>oap-releases</id>
144
+ <url>https://api.bintray.com/maven/openapi-processor/primary/openapi-processor-maven/;publish=1;override=0</url>
145
+ </repository>
146
+ <snapshotRepository>
147
+ <id>oap-snapshots</id>
148
+ <url>https://oss.jfrog.org/oss-snapshot-local/</url>
149
+ </snapshotRepository>
150
+ </distributionManagement>
151
+
152
</project>
0 commit comments