mirror of
https://github.com/russ-p/external-sql.git
synced 2025-12-14 01:14:24 +00:00
add CI config
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -49,4 +49,18 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>${deployment.releases.id}</id>
|
||||
<name>Releases</name>
|
||||
<url>${deployment.releases.url}</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>${deployment.snapshots.id}</id>
|
||||
<name>Snapshots</name>
|
||||
<url>${deployment.snapshots.url}</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user