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 b18f498 commit 677ca65Copy full SHA for 677ca65
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.14-SNAPSHOT</version>
+ <version>0.5.14</version>
21
<groupId>za.co.absa</groupId>
22
23
<parent>
@@ -37,7 +37,7 @@
37
<url>${scm.url}</url>
38
<connection>${scm.connection}</connection>
39
<developerConnection>${scm.developerConnection}</developerConnection>
40
- <tag>HEAD</tag>
+ <tag>v0.5.14</tag>
41
</scm>
42
43
<developers>
0 commit comments