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 8024e6c commit c9033fbCopy full SHA for c9033fb
pom.xml
@@ -17,7 +17,7 @@
17
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18
19
<modelVersion>4.0.0</modelVersion>
20
- <version>0.5.17-SNAPSHOT</version>
+ <version>0.5.17</version>
21
22
<parent>
23
<groupId>za.co.absa</groupId>
@@ -36,7 +36,7 @@
36
<url>${scm.url}</url>
37
<connection>${scm.connection}</connection>
38
<developerConnection>${scm.developerConnection}</developerConnection>
39
- <tag>HEAD</tag>
+ <tag>v0.5.17</tag>
40
</scm>
41
42
<developers>
0 commit comments