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 e4ca6f3 commit efa1cf9Copy full SHA for efa1cf9
pom.xml
@@ -11,7 +11,7 @@
11
<modelVersion>4.0.0</modelVersion>
12
<groupId>za.co.absa</groupId>
13
<artifactId>abris_2.12</artifactId>
14
- <version>6.2.0-SNAPSHOT</version>
+ <version>6.2.0</version>
15
<name>abris</name>
16
<description>Provides seamless integration between Avro and Spark Structured APIs.</description>
17
<url>https://github.com/AbsaOSS/ABRiS</url>
@@ -87,7 +87,7 @@
87
<url>${scm.url}</url>
88
<connection>${scm.connection}</connection>
89
<developerConnection>${scm.developerConnection}</developerConnection>
90
- <tag>HEAD</tag>
+ <tag>v6.2.0</tag>
91
</scm>
92
93
<licenses>
0 commit comments